universeFavoritesCount
Gets favorites count for a particular universe.
Parameters
| Name | Type | Description |
|---|---|---|
| universeId | Identifier | The ID of the universe to get favorites count for. |
Example
const { data: favoritesCount } = await ClassicGamesApi.universeFavoritesCount({ universeId: 1685831367 }); Endpoint
GET /v1/games/{universeId}/favorites/count