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

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

---

[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/revisions/575d45e6ddc1/schema)
