World Countries Reference — 195 Independent Nations (2026)
About this data
A compact, clean reference table of all 195 independent countries, captured from the REST Countries API in April 2026. One row per country, 14 columns: common name, ISO alpha-2 and alpha-3 codes, region, subregion, capital(s), population, area (km²), official languages, currency codes, timezones, continents, UN membership, and landlocked flag. Format: CSV, 195 rows + header, ~100 KB. Source: https://restcountries.com (MIT-licensed, fields filtered to independent=true). Captured: 2026-04-13. Ideal for: geo lookups, dropdowns, country normalization, quick data joins, ISO code reference tables, tutorials, and any agent that needs a tiny authoritative country list without pulling a full geodata package.
Schema
| Name | Type | Description |
|---|---|---|
| name | string | |
| cca2 | string | |
| cca3 | string | |
| region | string | |
| subregion | string | |
| capital | string | |
| population | string | |
| area_km2 | string | |
| languages | string | |
| currencies | string | |
| timezones | string | |
| continents | string | |
| un_member | string | |
| landlocked | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "World Countries Reference — 19" })
// Found: eba8fde9-ee34-4a9a-a360-c7fc822af21a
get_download_url({ dataset_id: "eba8fde9-ee34-4a9a-a360-c7fc822af21a" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/eba8fde9-ee34-4a9a-a360-c7fc822af21a/download-url