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

# Get Games Information

`GET /games`

Get information about supported games

## Query parameters

- `cid` string, uuid, required
- `thumbnail_shape` 'portrait' | 'square'

## Headers

- `X-REQUEST-SIGN` string, required

## Response `200`

ok

- GameInfo[]
  - `title` string, required — Game's title in English
  - `id` string, required — Game's ID (internal)
  - `locales` string, required — List of supported locales in English, delimited by comma
  - `thumbnail` string, required — URL to the game's thumbnail
  - `free_spins` boolean, required — If game supports free spins

## Other responses

- `400` — Bad request
- `401` — Wrong signature or API key
- `500` — Server error occurred

---

[API](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api.md) · [All operations](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastplaynetwork/playhub-core-api/revisions/2cfd86cc6d48/schema)
