Country Info Lookup is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).
Resolves country metadata by name, ISO 3166 alpha-2/alpha-3 code, or capital city, returning capital, region, population, area, currencies, languages, timezones, calling code, flag emoji, and neighboring countries.
Country info lookup. Resolves country metadata by common name, ISO 3166 alpha-2/alpha-3 code, or capital city. Returns capital, region, population, area, currencies, languages, timezones, calling code, flag emoji, neighbors. Wraps the public REST Countries v3.1 API — no auth, commercial-OK.
A structured object containing the country's canonical name, capital city, region, subregion, population, land area in km², list of currencies with codes, official and spoken languages, UTC timezones, international dialing/calling code, flag emoji, and ISO alpha-2/alpha-3 codes for all bordering countries.
POSThttps://x402.agentutility.ai/country-infoUse this endpoint when you need structured, multi-field country metadata — especially when resolving from a free-text name, capital city, or ISO code — and you need it in a single call. Prefer this over scraping Wikipedia or calling a geocoding API when the target entity is a sovereign country and you need fields like calling code, flag emoji, languages, and neighbors bundled together.
{
"input": {
"body": {
"query": "Germany",
"query_type": "name"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"source": "https://restcountries.com",
"matches": [
{
"name": "Germany",
"region": "Europe",
"capital": "Berlin",
"area_km2": 357114,
"languages": [
"German"
],
"subregion": "Western Europe",
"timezones": [
"UTC+01:00"
],
"currencies": [
"EUR"
],
"flag_emoji": "🇩🇪",
"population": 83491249,
"code_alpha2": "DE",
"code_alpha3": "DEU",
"calling_code": "+49",
"neighbors_codes": [
"AUT",
"BEL",
"CZE",
"DNK",
"FRA",
"LUX",
"NLD",
"POL",
"CHE"
]
}
]
}{
"type": "json",
"example": {
"source": "https://restcountries.com",
"matches": [
{
"name": "Germany",
"region": "Europe",
"capital": "Berlin",
"area_km2": 357114,
"languages": [
"German"
],
"subregion": "Western Europe",
"timezones": [
"UTC+01:00"
],
"currencies": [
"EUR"
],
"flag_emoji": "🇩🇪",
"population": 83240525,
"code_alpha2": "DE",
"code_alpha3": "DEU",
"calling_code": "+49",
"neighbors_codes": [
"AUT",
"BEL",
"CZE",
"DNK",
"FRA",
"LUX",
"NLD",
"POL",
"CHE"
]
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"