unicum.gg

Supporters podium

GET
/support/podium

Active supporters ranked by their current monthly pledge, highest first. The pledge amount is never exposed, only the ranking; anonymous supporters appear as "Anonymous".

Response Body

application/json

curl -X GET "https://example.com/support/podium"
{  "supporters": [    {      "rank": 0,      "name": "string",      "anonymous": true    }  ],  "monthlyPledgedCents": 0,  "receivedCents": 0}