SYNK
GET/album/new-releases

Returns the latest global album releases. Useful for a "New Releases" feed.

Rate limit
30 req/min
Caching
Cached in the internal database for 1 hour.
Authentication
Send a User-Agent header containing a contact email. See authentication.

Parameters

NameTypeRequiredDescription
limitintegeroptionalHow many releases to return. Defaults to 20, max 50.

Request

curl 'https://api.synkradio.co.uk/album/new-releases' \
  -H 'User-Agent: [email protected]'

Try it

GETTry it
Sends a real request
https://api.synkradio.co.uk/album/new-releases

Response

No example response is captured for this endpoint yet.