Docs
APIMeta

Get catalogue statistics

Totals across the archive: songs, artists, contributors, credits, genres, labels, and the earliest release year on record.

GET
/v1/stats

Response Body

application/json

curl -X GET "https://example.com/v1/stats"
{  "data": {    "songs": -9007199254740991,    "artists": -9007199254740991,    "contributors": -9007199254740991,    "credits": -9007199254740991,    "earliest_year": -9007199254740991,    "genres": -9007199254740991,    "labels": -9007199254740991  }}