Deprecation Notice
Api V3 is being deprecated on July 1st, 2023. Please consider updating to V5
GET /fundraising-events/:id/leaderboards
If the cause has allowed fundraising event leaderboards to be visible this endpoint will return said leaderboards with up to 25 entries per.
{
"meta": {
"status": 200
},
"data": {
"individual": [
{
"userId": 2494,
"name": "iKasperr",
"url": "https://tiltify.com/@ikasperr",
"amount_raised": 128930
},
// ...
],
"team": [
{
"teamId": 387,
"name": "DerpSquad",
"url": "https://tiltify.com/+derpsquad",
"amount_raised": 50493
},
// ...
],
}
}
Examples
GET /fundraising-events/35/leaderboards
Returns a list of leaderboards with the fundraising event ID of 35.
curl https://tiltify.com/api/v3/fundraising-events/35/leaderboards