I'm using Apple Music API to get track/album related information, Search for catalog resources Request.
I'd like to know if there is any rate limit on the API usage (request throttling). I couldn't find any details of this in their Documentation / Stack Overflow / Google. I did not get 429 status code (so far).
Is it the same limit as in iTunes Search API? (here's the related question)
Does anyone have info on this?
Update
Request
curl -i 'https://api.music.apple.com/v1/catalog/ru/search?term=hi+so' -H "Authorization: Bearer ..."
there's no "X-Rate-Limit" header.