---
title: "Get API metadata"
method: GET
path: "/api/v2/meta/"
tags: ["utility"]
---

# Get API metadata

`GET /api/v2/meta/`

Returns metadata about the current deployed version of the API, including the git commit hash, deploy date, and tag (if any).

## Response `200`

- PokeapiMetaResponse
  - `deploy_date` string, nullable, required
  - `hash` string, nullable, required
  - `tag` string, nullable, required

## Changes

- **2026-08-07** `61a1e9796887` — 3 info
  - the response property `deploy_date` became required for the status `200`
  - the response property `hash` became required for the status `200`
  - the response property `tag` became required for the status `200`
- **2026-07-20** `895ee31c46c7` — 1 breaking, 4 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - api operation id `meta_list` removed and replaced with `meta_retrieve`
  - added the optional property `deploy_date` to the response with the `200` status
  - added the optional property `hash` to the response with the `200` status
  - …1 more
- **2026-07-17** `dc32de6001cf` — 2 info
  - the endpoint scheme security `basicAuth` was removed from the API
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2026-04-29** `650bc9dd2efe` — 1 info
  - endpoint added
- **2024-02-24** `c0b00c7eff36` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pokeapi/apis/poke-api/changes/api/v2/meta/get.md)

---

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