Classic APIs
ClassicGamesApi
universesVoteStatus

universesVoteStatus

Gets a list of vote statuses for multiple universes.

Parameters

NameTypeDescription
universeIdsArrayNonEmptyIfConstThe IDs of the universes to get vote statuses for. Cannot exceed a maximum of 100 IDs.

Example

const { data: voteStatuses } = await ClassicGamesApi.universesVoteStatus({ universeIds: [1685831367] }); 

Example Data

{ "1685831367": { upVotes: 78, downVotes: 14 } } 

Endpoint

GET /v1/games/votes