Skip to content

Feature request: fetch proposed suggestions for a search #311

@AnasHimmi

Description

@AnasHimmi

I’ve noticed that search suggestions on tidal are often more useful than the actual search results. It would be great to include this feature. Here’s a simple way to do it:

query = "..." response = session.request.request("GET","suggestions", params={"query":query,"hybrid":True}, base_url=session.config.openapi_v2_location, headers={"Host": "listen.tidal.com"}).json()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions