ISO Country Lookup
Looks up a country's name from its ISO 3166-1 alpha-2 or alpha-3 code. Enter a code, like "US" or "USA".
Looks up a country's name from its ISO 3166-1 alpha-2 or alpha-3 code. Enter a code, like "US" or "USA".
Use cases
- Turning a country code from an API response into a readable name
- Checking which country a two-letter code refers to
Examples
US
US
{"name": "United States", "alpha2": "US", "alpha3": "USA", "numeric": "840"}FAQ
Is my data sent to a server?
Yes — the lookup runs on the server for this tool.