Get server vote statistics
Get vote statistics for a server including total votes and monthly vote count. Identify the server by name, serverId, or slug.
X-API-KEY<token>
Vote API key. Get your Vote API key from the dashboard at /settings/developer
In: header
Query Parameters
name?string
The name of the server
serverId?string
The UUID of the server
slug?string
The slug of the server
Response Body
curl -X GET "https://api.emudevs.gg/vote/server?name=My+Awesome+Server&serverId=123e4567-e89b-12d3-a456-426614174000&slug=my-awesome-server"{
"serverId": "10d2345a-e43d-463d-830e-4f5b19b60d41",
"serverName": "string",
"serverSlug": "string",
"totalVotes": 0,
"monthlyVotes": 0
}Empty
Empty
Empty