geographiccountriesgeographyiso-codespopulationreferenceworldrestcountries
World Country Profiles — 195 Independent Nations
About this data
Profile of all 195 independent countries: ISO codes (cca2/cca3), capital, region/subregion, population, area (km²), official languages, currencies, timezones, and lat/lng centroid. Source: REST Countries API v3.1 (restcountries.com). CSV, 14 columns, 195 rows. Captured 2026-04-13. License: Open data. Use cases: geo-lookups, country dropdowns, population/area analysis, ML feature enrichment.
Schema
| Name | Type | Description |
|---|---|---|
| name | string | |
| official_name | string | |
| cca2 | string | |
| cca3 | string | |
| capital | string | |
| region | string | |
| subregion | string | |
| population | string | |
| area_km2 | string | |
| languages | string | |
| currencies | string | |
| timezones | string | |
| latitude | string | |
| longitude | string |
Sample Data
Preview a sample of the data before downloading.
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 Country Profiles — 195 I" })
// Found: 7d85ce9e-c7d6-4c1a-b706-33c7dc106875
get_download_url({ dataset_id: "7d85ce9e-c7d6-4c1a-b706-33c7dc106875" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/7d85ce9e-c7d6-4c1a-b706-33c7dc106875/download-url