---
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 — The id of the template
    - `webgal-version` string, required — The webgal version of the template
    - `fonts` TemplateFontConfigDto[] — The font registrations of the template
      - `font-family` string, required — The font-family name
      - `url` string, required — The url of the font file
      - `type` 'truetype' | 'opentype' | 'woff' | 'woff2' | 'embedded-opentype' | 'svg', required — The font type used for @font-face format

---

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