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

# Get version

`GET /api/v2/version/{id}/`

Versions of the games, e.g., Red, Blue or Yellow.

## Path parameters

- `id` string, required

## Response `200`

- VersionDetail — Should have a link to Version Group info but the Circular dependency and compilation order fight eachother and I'm not sure how to add anything other than a hyperlink
  - `id` integer, required
  - `name` string, required
  - `names` VersionName[], required
    - `name` string, required
    - `language` LanguageSummary, required
      - `name` string, required
      - `url` string, uri, required
  - `version_group` VersionGroupSummary, required
    - `name` string, required
    - `url` string, uri, required

---

[API](https://skmtc.net/pokeapi/apis/poke-api.md) · [All operations](https://skmtc.net/pokeapi/apis/poke-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pokeapi/poke-api/versions/575d45e6ddc1/schema)
