Track
Get full Chartmetric track metadata by numeric track id — title, artists, albums, release date, genres, popularity, and platform IDs.
This endpoint is a thin proxy over Chartmetric’s /track/:id detail lookup. Discover a Chartmetric track ID via GET /api/research with type=tracks&beta=true — pick a result’s id, then call this endpoint. Keeping the two concerns separate means predictable credit charging and no silent wrong-match behavior for ambiguous queries.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Chartmetric track ID (positive integer). Obtain via GET /api/research with type=tracks&beta=true — beta-ranked search results include the id field directly.
^[1-9][0-9]*$"15194376"
Response
Track metadata
Track metadata — title, artists, albums, release date, genres, popularity, and platform IDs. Only the most commonly-used fields are enumerated here; the upstream Chartmetric response includes additional fields (e.g. cm_statistics, activities, moods) that pass through under additionalProperties.
Chartmetric track ID
Track title
ISO date string
Chartmetric track score
Credited artists. Each entry is a Chartmetric artist object; at minimum id and name are populated.
Albums the track appears on.
Chartmetric's aggregated cross-platform statistics for the track — Spotify popularity/streams, TikTok video counts, YouTube views, Shazam counts, Apple/Deezer/Amazon playlist reach, weekly deltas, etc. Fields are often null for less-popular tracks. Opaque object; inspect an actual response for the full field set.
Track tempo in BPM, when available.
Chartmetric-inferred mood tags (e.g. Happy, Melancholic).
Chartmetric-inferred activity tags (e.g. Workout, Studying).
