// wolfXspotify · WOLF TECH · v2.0
Spotify Data.
Zero Credentials.
Access the full Spotify catalogue — tracks, albums, artists and playlists — completely free. No developer account, no API keys, no sign-up. Built by WOLF TECH.
// WHY WOLF TECH?
// LIVE ACCESS TOKEN
Use: Authorization: Bearer {token}
// LIVE SEARCH PLAYGROUND
// AVAILABLE ENDPOINTS
Click any card to preview the response
⚡ Response preview appears here
// API DOCUMENTATION
Returns an anonymous Spotify web-player token valid for ~1 hour. Use as a Bearer token for direct Spotify API calls.
| Param | Type | Default | Notes |
|---|---|---|---|
| q | string | — | required — search query |
| type | string | track | optional — track | album | artist | playlist |
| limit | number | 20 | optional — max 50 |
| offset | number | 0 | optional — pagination |
Returns title, artist(s), album, thumbnail, duration, release date, explicit flag, and preview URL.
Returns album metadata and every track with duration, explicit flag, and preview URLs.
Returns name, thumbnail, follower count, genres, and verified status.
Returns the artist's discography. Filter by release type and paginate with limit/offset.
| Param | Type | Default | Notes |
|---|---|---|---|
| type | string | album | optional — album | single | compilation | all |
| limit | number | 20 | optional — max 50 |
| offset | number | 0 | optional — pagination |
Returns playlist metadata, owner, follower count, and all tracks including duration and preview URLs.