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

# Get currency

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

Currencies used to buy items.

## Path parameters

- `id` string, required

## Response `200`

- CurrencyDetail
  - `id` integer, required
  - `name` string, required
  - `names` CurrencyName[], required
    - `name` string, required
    - `language` LanguageSummary, required
      - `name` string, required
      - `url` string, uri, required

## Changes

- **2026-08-08** `0bfa5b75c167` — 2 breaking, 2 info
  - the `names/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - removed the required property `pokemon_species` from the response with the `200` status
  - added the required property `names/items/language` to the response with the `200` status
  - added the required property `names/items/name` to the response with the `200` status
- **2026-08-08** `fe58d471586f` — 3 breaking, 1 info
  - the `names/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `names/items/language` from the response with the `200` status
  - removed the required property `names/items/name` from the response with the `200` status
  - added the required property `pokemon_species` to the response with the `200` status
- **2026-08-04** `575d45e6ddc1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokeapi/apis/poke-api/changes/api/v2/currency/:id/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)
