DiskografDocs
APIUsers

Get the contributor overview

Community totals plus the most active and all-time-top contributor lists.

GET
/v1/users/overview

Response Body

application/json

curl -X GET "https://example.com/v1/users/overview"
{  "data": {    "public_members": -9007199254740991,    "contributors": -9007199254740991,    "recent_contributions": -9007199254740991,    "active": [      {        "username": "string",        "name": "string",        "avatar_url": "string",        "is_fan": true,        "is_artist": true,        "is_group": true,        "joined_at": "string",        "contribution_count": -9007199254740991      }    ],    "all_time": [      {        "username": "string",        "name": "string",        "avatar_url": "string",        "is_fan": true,        "is_artist": true,        "is_group": true,        "joined_at": "string",        "contribution_count": -9007199254740991      }    ]  }}