---
title: "Get the favorites count of a specific game."
method: GET
path: "/v1/games/{universeId}/favorites/count"
tags: ["Interactions", "Universes"]
---

# Get the favorites count of a specific game.

`GET /v1/games/{universeId}/favorites/count`

## Path parameters

- `universeId` integer, required

## Response `200`

OK

- RobloxGamesApiModelsResponseGameFavoritesCountResponse — Response model for favorited game count.
  - `favoritesCount` integer — Favorites count.

## Other responses

- `400` — 3: The universe's root place is invalid.
- `404` — 2: The requested universe does not exist.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/958b2b40425d/schema)
