cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/rewards/stats/giveaways/participants \ --header 'x-api-token: <api-key>'
{ "data": [ { "userId": "<string>", "username": "<string>", "email": "<string>", "totalEntries": 123, "entrySources": [ { "source": "<string>", "count": 123 } ], "status": "pending", "prizesWon": [ "<string>" ], "winRate": 123, "lastEntryDate": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "skip": 123, "limit": 123 }, "summary": { "totalParticipants": 123, "totalEntries": 123, "averageEntriesPerUser": 123, "drawDate": "2023-11-07T05:31:56Z", "winnersSelected": 123 } }
Get detailed list of giveaway participants with their entry counts, sources, and win/loss status
pending
winner
loser
all
entries
winRate
username
asc
desc
x >= 0
1 <= x <= 100
Successful response
Show child attributes
Was this page helpful?