country_lookup
Resolve an ISO 3166-1 alpha-2 country code (for example CA, US, JP) to official name, region, currency, calling code, languages, and related country metadata when you already have the two-letter code.
Use when:
What currency and calling code does country code JP use?
Get official name, region, and languages for ISO country CA
Look up standardized metadata for a two-letter ISO 3166-1 country code
Do not use when:
Download the full countries dataset for offline or multi-country use (use countries_bulk)
Look up currency symbol or decimals by ISO 4217 code alone (use currency_lookup)
Search for a country when you only know its English name and not the ISO code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ISO 3166-1 alpha-2 country code, for example CA or JP |