Loading
Loading
https://api.apifreaks.com/v1.0/geo/country/details
{
"name": "United States",
"iso_alpha_2": "US",
"iso_alpha_3": "USA",
"iso_numeric": 840,
"phone_code": 1,
"capital": "Washington",
"top_level_domain": ".us",
"native_name": "United States",
"region": "Americas",
"subregion": "Northern America",
"nationality": "American",
"flag_emoji": "🇺🇸",
"currency_code": "USD",
"currency_name": "United States dollar",
"currency_symbol": "$"
}Playground to test admin levels - retrieve all administrative divisions by level for any country using its ISO code.
Playground to test administrative units - query states, provinces, and districts for a country, filterable by admin level.
Playground to test admin unit details - retrieve name, code, level, and country for a specific administrative unit.
Playground to test countries - retrieve ISO codes, names, capitals, regions, currencies, and calling codes. Supports region and subregion filtering.
Playground to test cities - retrieve coordinates, admin unit details, and ISO codes for cities worldwide. Filterable by country and admin unit.
Playground to test regions - retrieve all world regions (Africa, Americas, Asia, Europe, Oceania, Polar).
Playground to test subregions - retrieve subregion breakdowns for a specified region, e.g. Southern Asia, Western Europe.
Playground to test flags - retrieve country flag images in PNG, WEBP, or SVG with flat or round shapes and five size options.
Playground to test supported flags - list all supported country and organization flags with names and ISO codes.