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
The response is of type object.
object
Was this page helpful?