universesVoteStatus
Gets a list of vote statuses for multiple universes.
Parameters
| Name | Type | Description |
|---|---|---|
| universeIds | ArrayNonEmptyIfConst | The 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