APIArtists
Get namesake hints
For artists whose names collide, a short hint that tells them apart — the editor-supplied disambiguator when one exists, otherwise the artist's most-credited role and best-known song. Only returns rows for ids that actually collide.
Query Parameters
ids*string
Between 1 and 200 artist ids. Repeat the parameter or comma-separate.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/artists/namesake-hints?ids=string"{ "data": [ { "id": -9007199254740991, "disambiguator": "string", "role": "string", "song": "string", "song_year": -9007199254740991 } ], "meta": { "total": -9007199254740991, "limit": -9007199254740991, "offset": -9007199254740991 }}List an artist's songs
Published songs this artist is credited on, in any role. Returns 404 for an unknown artist rather than an empty page, so a mistyped id is distinguishable from an artist with no published credits.
List genres
The full genre taxonomy with a song count each. The list is small — dozens of rows — and is returned whole rather than paginated.