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

> 55 revisions in range; 39 could not be searched.

- **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)
