geographiccountriesgeographysamplecsvreference

World Sampler — 10 Countries Quick Reference

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

About this data

Tiny 10-row CSV sampler of countries with capital, region, population, and land area in km². Useful as a toy dataset for joins, demos, or geo lookups. Captured April 2026.

Schema

NameTypeDescription
namestring
capitalstring
regionstring
populationstring
area_km2string

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.5 / 5
0 downloads
Seller: encryptedmaniac
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 Sampler — 10 Countries Q" })
// Found: dc4b307a-a44e-4b40-97b4-336ea59edcd4
get_download_url({ dataset_id: "dc4b307a-a44e-4b40-97b4-336ea59edcd4" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/dc4b307a-a44e-4b40-97b4-336ea59edcd4/download-url