---
title: "Retrieve game list"
method: GET
path: "/api/manageGame/gameList"
tags: ["Manage Game"]
---

# Retrieve game list

`GET /api/manageGame/gameList`

## Response `200`

Returned game list.

- GameInfoDto[]
  - `name` string, required — The name of the game
  - `dir` string, required — The dir of the game
  - `cover` string, required — The cover of the game
  - `template` TemplateConfigDto, required
    - `name` string, required — The name of the template
    - `id` string, required — The id of the template
    - `webgal-version` string, required — The webgal version of the template

## Changes

- **2024-11-15** `c868708333be` — 1 info
  - added the required property `items/template/allOf[#/components/schemas/TemplateConfigDto]/id` to the response with the `200` status
- **2024-11-11** `66e3a84cc1c7` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2023-10-20** `bbfe1dbc457f` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/openwebgal/apis/webgal-terre-api/changes/api/manageGame/gameList/get.md)

---

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