I have a question about this endpoint with "catalog" attribute. Seems it doesn't work as expected. In documentation for api v2.2 I can see information: "Unless otherwise specified, all metadata requests will be routed to the US catalog. If you'd like to use a specific catalog other than US, just pass in the two-letter country code (which is case-sensitive)
/v2.2/artists/art.978/bio?limit=5&catalog=DE
/v2.2/artists/art.978/bio?limit=5&catalog=US
Authenticated requests (e.g., those made with OAuth access tokens) will be routed automatically to the member's default catalog.
Napster uses ISO 3166-1 alpha-2 country codes to identify different countries' catalogs." But I can send there anything and response is still full. For example I have track: "What a wonderful world" id: tra.262370664 - which in case of web playlist it's unavailable:
https://app.napster.com/playlists/playlist/mp.244731517 (after login into napster app I have in console requests with catalog GB) - but when I try to get tracks available only in my country by request:
http://api.napster.com//v2.2/tracks/isrc/USMC16758823?catalog=GB&apikey=my_api_key - this track is still visible in response. Track endpoint doesn't return information about available for countries for that object so I can't even check this on my side. How can I get proper data?
Thanks