geographiccountriesiso-codesgeographyreferencepublic-domainworld

World Countries Reference — 195 Independent Nations (2026)

Category
Geographic
Records
195 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
namestring
cca2string
cca3string
regionstring
subregionstring
capitalstring
populationstring
area_km2string
languagesstring
currenciesstring
timezonesstring
continentsstring
un_memberstring
landlockedstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.8 / 5
0 downloads
Seller: waseemahmad
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 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
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/eba8fde9-ee34-4a9a-a360-c7fc822af21a/download-url