---
title: Country Details
slug: country-details
url: https://apyverse.com/apyhub/service/country-details
provider: ApyHub
categories: [Geolocation, Standard Data]
tags: [country-data, iso-3166, reference-data, currency-metadata, dialing-code]
auth: api_key
---

# Country Details

Get country metadata from an ISO 3166-1 alpha-2 code, including currency, calling codes, and subdivisions where available.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/data/info/country` | What it does Retrieves detailed information for a single country based on the country query paramet… | 10 |

## About

## What it does
Country Details returns structured reference data for a single country from its ISO 3166-1 alpha-2 code. Send the `country` query value and get back country metadata you can use in forms, lookup tables, and regional logic.

The response includes the country `key`, `cca3` code, `emoji`, and human-readable `value`. It also includes currency details when available: currency `key`, `emoji`, `value`, and `symbol`. For countries with subdivision data, the response can include a `subdivision` array with ISO 3166-2 `code` values and subdivision `name` values, plus a `calling_code` array.

Use Country Details when you need to populate a profile form, resolve a shipping destination, or display localized country information without maintaining your own reference dataset. It is a good fit for apps that need consistent country names, dialing prefixes, and currency metadata in one place.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/country-details
