APIUsers
List a member's contributions
The member's public contribution history, newest first.
Path Parameters
username*string
The public handle. Numeric user ids are internal and never accepted.
Query Parameters
limit?integer
Range
1 <= value <= 80Default
20offset?integer
Range
0 <= valueDefault
0Response Body
application/json
application/json
curl -X GET "https://example.com/v1/users/string/contributions"{ "data": [ { "id": -9007199254740991, "action": "string", "action_at": "string", "song": { "id": -9007199254740991, "title": "string", "slug": "string", "released_at": "string", "artwork_url": "string", "artwork_source": "Custom", "youtube_video_id": "string", "youtube_video_url": "string", "artists": [ { "id": -9007199254740991, "name": "string" } ] } } ], "meta": { "total": -9007199254740991, "limit": -9007199254740991, "offset": -9007199254740991 }}Get a member
One public profile, addressed by username. Includes the claimed artist profile when the member has one.
List a member's discography
Songs credited to the artist profile this member has claimed. Returns 404 when the member exists but has claimed no artist, since there is then no discography to return.