Skip to main content
GET
Retrieve detailed information for a specific country using its ISO2 code, including extended geographical, currency, and timezone data.
Availability: All plans (Community and above). The fields returned vary by tier — see Tier-Based Field Availability below.

Path Parameters

string
required
ISO2 code of the country (e.g., “IN” for India, “US” for United States)
Trim response columns: Add ?fields=name,iso2,... to receive only the columns you need. Available on Supporter+ plans. See the Field Filtering & Sorting guide for syntax.

Authentication

string
required
Your API key for authentication

Response

integer
Unique identifier for the country
string
Official country name in English
string
Two-letter ISO 3166-1 alpha-2 country code
string
Three-letter ISO 3166-1 alpha-3 country code
string
Three-digit numeric country code
string
International dialing code for the country
string
Capital city of the country
string
Three-letter ISO 4217 currency code
string
Full name of the currency
string
Currency symbol (e.g., $, €, ₹)
string
Top-level domain for the country
string
Country name in the native language
string
Geographic region (e.g., Asia, Europe, Americas)
string
Geographic subregion (e.g., Southern Asia, Western Europe)
string
Demonym for the country’s residents
string
JSON string containing timezone information
string
JSON string containing country name translations
string
Country’s approximate latitude coordinate
string
Country’s approximate longitude coordinate
string
Flag emoji representation
string
Unicode representation of the flag emoji. Coordinates tier and above.
integer
Geographic region ID (foreign key into /regions). Basic tier.
integer
Geographic subregion ID (foreign key into /subregions). Basic tier.
integer
Population estimate. Coordinates tier and above.
integer
Nominal GDP in USD. Coordinates tier and above.
integer
Surface area in square kilometres. Coordinates tier and above.
string
Display template for postal codes (# = digit, @ = letter). Coordinates tier and above.
string
Regex for postal-code validation. Coordinates tier and above.
string
Wikidata item identifier. Full tier only.

Common Use Cases

Use native names and translations for multi-language applications.
Parse and use timezone data for scheduling applications.
Use this endpoint when you need detailed country information for user profiles, shipping calculations, or localization features.

Tier-Based Field Availability

See Pricing for plan details.