SYNK
GET/search/suggest

Lightweight autocomplete for search boxes. Returns up to N results per type (tracks, artists, albums) in one call. Perfect for keystroke-level calls — small payloads, short cache, fires three upstream searches in parallel.

Rate limit
120 req/min
Caching
Cached for 5 minutes per query+types+limit combo.
Authentication
Send a User-Agent header containing a contact email. See authentication.

Parameters

NameTypeRequiredDescription
querystringrequiredPartial search query. Minimum 2 characters. Alias: q.
limitintegeroptionalResults per type. 1-10, default 5.
typesstringoptionalComma-separated types to include: tracks, artists, albums. Default: all three.

Request

curl 'https://api.synkradio.co.uk/search/suggest?query=around%20the%20world' \
  -H 'User-Agent: [email protected]'

Try it

GETTry it
Sends a real request
https://api.synkradio.co.uk/search/suggest?query=daft%20punk

Response

No example response is captured for this endpoint yet.