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

# GET /api/v2/meta/

`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`

- object[]
  - `deploy_date` string, nullable
  - `hash` string, nullable
  - `tag` string, nullable

## Changes

- **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/650bc9dd2efe/schema)
