cURL
curl --request GET \ --url https://api.guilds.me/v1/votes \ --header 'Guilds-Api-Key: <api-key>' \ --header 'Guilds-App-Id: <api-key>'
{ "totalVotes": 123, "monthlyVotes": 123, "votes": [ { "userId": "<string>", "remaining": 123, "discord": true } ] }
List the current active votes
API Key specific to each guild
App ID specific to each guild
Guild Votes response
Total number of votes for this guild all time
The total number of votes for this guild this month
Show child attributes
Was this page helpful?