Spotify Statistics and Stream Count
Access real-time Spotify statistics that aren't available through the official Spotify Web API — including total stream counts for any track and monthly listener numbers for any artist. Plus full catalog metadata: batch lookups, discographies, related artists, playlists, and track previews. ### Statistics (not in the official Spotify API) - **Track stream counts** — total play count for any…
Spotify Statistics and Stream Count endpoints
| Method | Endpoint | Description |
|---|---|---|
| Statistics | ||
| GET |
Get Track Stream Count /track/{trackId} |
Get track statistics, including stream count, content rating, and duration, for given track ID. |
| GET |
Get Album Stats /album/{albumId} |
Get album statistics, including per-track stream counts, per-track durations, and release date, for given album ID. |
| GET |
Get Artist Stats /artist/{artistId} |
Get artist statistics, including monthly listeners, top listener cities, followers, and top songs, for given artist ID. |
| Metadata | ||
| GET |
Batch Get Tracks /data/tracks |
Get metadata for one or more tracks |
| GET |
Get Track Preview /data/tracks/{trackId}/preview |
Get preview URL for a track |
| GET |
Batch Get Albums /data/albums |
Get metadata for one or more albums |
| GET |
Batch Get Artists /data/artists |
Get metadata for one or more artists |
| GET |
Get Artist Overview /data/artists/{artistId}/overview |
Get overview data for an artist |
| GET |
Get Artist Albums /data/artists/{artistId}/albums |
Get all albums for an artist |
| GET |
Get Artist Singles /data/artists/{artistId}/singles |
Get all singles for an artist |
| GET |
Get Related Artists /data/artists/{artistId}/related |
Get related artists for an artist |
| GET |
Get Playlist /data/playlists/{playlistId} |
Get metadata for a playlist |
| GET |
Get Playlist Tracks /data/playlists/{playlistId}/tracks |
Get tracks for a playlist |
| GET |
Get Playlist Permissions /data/playlists/{playlistId}/permissions |
Get permissions for a playlist |
| Search | ||
| GET |
Search Spotify /search |
Get search results for artists, albums, songs, or playlists, for given query. |
Spotify Statistics and Stream Count pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA Recommended | $79 / month | — |
|
| MEGA | $199 / month | — |
|