---
title: "Get a list of game versions"
method: GET
path: "/tag/game_version"
tags: ["tags"]
---

# Get a list of game versions

`GET /tag/game_version`

Gets an array of game versions and information about them

## Response `200`

Expected response to a valid request

- GameVersionTag[]
  - `version` string, required — The name/number of the game version
  - `version_type` 'release' | 'snapshot' | 'alpha' | 'beta', required — The type of the game version
  - `date` string, ISO-8601, required — The date of the game version release
  - `major` boolean, required — Whether or not this is a major version, used for Featured Versions

---

[API](https://skmtc.dev/modrinth/apis/labrinth.md) · [All operations](https://skmtc.dev/modrinth/apis/labrinth/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modrinth/labrinth/revisions/83fe011e8657/schema)
