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()