cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/rewards/stats/giveaways/overview
{ "summary": { "totalGiveaways": 123, "activeGiveaways": 123, "completedGiveaways": 123, "totalEntriesDistributed": 123, "uniqueParticipants": 123, "totalWinners": 123, "averageEntriesPerUser": 123, "averageWinRate": 123 }, "entryDistribution": [ { "source": "<string>", "entries": 123, "percentage": 123 } ], "participationFunnel": [ { "stage": "<string>", "count": 123 } ], "timeseries": [ { "date": "<string>", "newEntries": 123, "newParticipants": 123, "drawings": 123 } ], "popularGiveaways": [ { "rewardId": "<string>", "title": "<string>", "participants": 123, "totalEntries": 123, "drawDate": "<string>" } ] }
Get comprehensive analytics for giveaways including participation, entry distribution, winners, and time series data
pending
drawn
all
Successful response
Show child attributes
Was this page helpful?