First of all: thanks for making the API public! Im very enthusiast to add Tidal support to our products :shipit:
When using the v2 search API I repeatedly get artist ids returned which neither exist in the included field and neither do they exist when calling the explicit /artists/:id endpoint. I tried using different countryCodes but this didnt seem to have any impact on this issue.
How to replicate:
Search endpoint url: https://openapi.tidal.com/v2/searchresults/Roxy Dekker?countryCode=NL&include=artists
Returns
But for example the second result 38420776 doesnt appear anywhere in the included field. When calling the https://openapi.tidal.com/v2/artists/38420776?countryCode=NL endpoint it returns a 404:
{
"errors": [
{
"code": "NOT_FOUND",
"detail": "Artist of a given 'id' 38420776 not found",
"meta": {
"category": "INVALID_REQUEST_ERROR"
}
}
]
}
First of all: thanks for making the API public! Im very enthusiast to add Tidal support to our products :shipit:
When using the v2 search API I repeatedly get artist ids returned which neither exist in the included field and neither do they exist when calling the explicit /artists/:id endpoint. I tried using different countryCodes but this didnt seem to have any impact on this issue.
How to replicate: Search endpoint url:
https://openapi.tidal.com/v2/searchresults/Roxy Dekker?countryCode=NL&include=artists
ReturnsBut for example the second result
38420776
doesnt appear anywhere in the included field. When calling thehttps://openapi.tidal.com/v2/artists/38420776?countryCode=NL
endpoint it returns a 404: