country-info
Retrieve detailed country data by name, ISO code, or capital. Returns official name, codes, capital, population, area, region, languages, currencies, borders, calling code, timezones, and flag.
Instructions
Country information lookup by name, ISO code (alpha-2 or alpha-3), or capital city. Returns: official name, ISO codes, capital, population, area (km²), region, languages, currencies (code + symbol), borders, calling code, timezones, and flag image URL. Useful for international business agents, geographic enrichment, currency identification, and compliance workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Country name or partial name to search (e.g. 'Germany', 'United States', 'Korea'). | |
| code | No | ISO 3166-1 alpha-2 (e.g. 'DE') or alpha-3 (e.g. 'DEU') code for exact lookup. | |
| capital | No | Capital city name to look up the country by (e.g. 'Berlin', 'Tokyo'). | |
| region | No | Return all countries in a region. |