API ReferenceTracksOverview

Tracks

Read individual tracks from the Slipstream catalog by ID. For discovery (text, URL, similarity), use the Search endpoints instead.

Endpoints

MethodPathUse when
GET/api/v4/{language}/tracks/{id}/You have a Slipstream track UUID and want the full track record

Authentication

Authorization: Bearer <PARTNER_API_KEY>

Path parameters

All track endpoints take a language segment for translatable fields (genre/mood/album names). Supported values:

languageLocale
enEnglish
esSpanish
ptPortuguese

When in doubt, use en.

Looking for a batch / multi-id lookup? There isn’t a ?ids=a,b,c endpoint today — open an issue or reach out and we’ll wire it up. The implementation is small.