---
title: "GET /api/app/games/{id}/"
method: GET
path: "/api/app/games/{id}/"
tags: ["api"]
---

# GET /api/app/games/{id}/

`GET /api/app/games/{id}/`

API principale du catalogue de jeux

## Response `200`

OK

- GameDetail
  - `id` integer
  - `steam_id` string, nullable
  - `title` string, required
  - `slug` string, slug, required
  - `description` string
  - `description_short` string
  - `description_fr` string — Description FR générée par IA (Claude)
  - `header` string, uri, nullable
  - `background` string, uri, nullable
  - `video` string, uri
  - `screenshots` object
  - `categories` Category[]
    - `id` integer
    - `name` string, required
    - `slug` string, slug, required
    - `icon` string
    - `games_count` string
  - `tags` Tag[]
    - `id` integer
    - `name` string, required
  - `developer` string
  - `publisher` string
  - `requirements` object
  - `source` object
  - `views` integer
  - `likes` integer
  - `favorites_count` integer
  - `downloads_count` integer
  - `release_date` string, date, nullable
  - `published_at` string, date-time
  - `updated_at` string, date-time
  - `is_liked` string
  - `is_favorited` string
  - `versions` GameVersionPublic[]
    - `id` integer
    - `source` 'onlinefix' | 'steamrip' | 'dodi' | 'fitgirl' | 'other', required
    - `version` string
    - `size` integer — Taille en octets
    - `size_formatted` string
    - `size_raw` string — Taille brute du JSON (ex: 49.5 GB)
    - `is_online` boolean — Support multijoueur cracké
    - `created_at` string, date-time

---

[API](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api.md) · [All operations](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jeuxcracks/jeuxcracks-api/revisions/6e8cd2610a4c/schema)
