GET
/search/suggestLightweight 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
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | Partial search query. Minimum 2 characters. Alias: q. |
| limit | integer | optional | Results per type. 1-10, default 5. |
| types | string | optional | Comma-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 requesthttps://api.synkradio.co.uk/search/suggest?query=daft%20punkResponse
No example response is captured for this endpoint yet.