Endpoints
A list of publicly accessible API endpoints for Giftcord.
Live Statistics
GET https://giftcord.xyz/api/v1/stats
Provides live statistics (such as server count and giveaway counts).
{
"guilds": 16000,
"shards": 18,
"channels": 650000,
"members": 1750000,
"giveaways": {
"active": 120,
"ended": 55,
"archived": 400
},
"stats": {
"commands": 1250,
"giveaway_entries": 12000,
"giveaway_winners": 2400,
"messages": 12000000
}
}Live Status
GET https://giftcord.xyz/api/v1/status
Provides live shard data for Giftcord.
Last updated
Was this helpful?