geographiccountriesgeographysamplecsvreference
World Sampler — 10 Countries Quick Reference
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
| Name | Type | Description |
|---|---|---|
| name | string | |
| capital | string | |
| region | string | |
| population | string | |
| area_km2 | string |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: 3.5 / 5
0 downloads
Seller: encryptedmaniac
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/dc4b307a-a44e-4b40-97b4-336ea59edcd4/download-url