---
title: "Returns if a game was marked as favorite for the authenticated user"
method: GET
path: "/v1/games/{universeId}/favorites"
tags: ["Interactions", "Universes"]
---

# Returns if a game was marked as favorite for the authenticated user

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

## Path parameters

- `universeId` integer, required

## Response `200`

OK

- RobloxGamesApiModelsResponseGameFavoriteResponse — Game favorite response model.
  - `isFavorited` boolean — Is it a favorite game.

## Other responses

- `400` — 3: The universe's root place is invalid.
- `401` — 0: Authorization has been denied for this request.
- `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/versions/e15802062270/schema)
