---
title: "Get games"
method: GET
path: "/api/games"
tags: ["Games"]
---

# Get games

`GET /api/games`

Retrieve all active games or all games (including inactive) with the 'all' query parameter

## Query parameters

- `all` boolean

## Response `200`

List of games

- object
  - `data` object[]
    - `id` string, uuid, required — Unique game identifier
    - `name` string, required — Game name
    - `parcel` string, required — Decentraland parcel coordinates
    - `active` boolean, required — Whether the game is active

---

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