---
title: "Get country by ISO code"
method: GET
path: "/v1/api/geo/countries/{code}"
tags: ["Geography"]
---

# Get country by ISO code

`GET /v1/api/geo/countries/{code}`

Returns full country data by ISO 3166-1 alpha-2 (2 letters) or alpha-3 (3 letters) code. Examples: `AR`, `ARG`, `US`, `USA`, `BR`, `BRA`.

## Path parameters

- `code` string, required

## Query parameters

- `base` 'USD' | 'EUR' | 'GBP' | 'JPY' | 'CHF' | 'CAD' | 'AUD' | 'NZD' | 'CNY' | 'HKD' | 'SGD' | 'KRW' | 'INR' | 'BRL' | 'MXN' | 'ARS' | 'SEK' | 'NOK' | 'DKK' | 'PLN' | 'CZK' | 'HUF' | 'TRY' | 'ZAR' | 'ILS'

## Response `200`

Country found

## Other responses

- `404` — Country not found

---

[API](https://skmtc.dev/apogeoapi/apis/apogeoapi.md) · [All operations](https://skmtc.dev/apogeoapi/apis/apogeoapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apogeoapi/apogeoapi/revisions/758cce26569f/schema)
