Developer API
Forty-seven countries of regional data,
one API.
Query the unified dataset, 2,619 districts, 1,093 metrics, government sources cleaned and normalized into one schema. JSON, CORS-enabled, free key in 5 seconds.
API v1
REST API. JSON. Free tier. 47 countries.
Get a free API key, query any region. 100 calls/month on the free tier — enough to build a prototype. Need more? Upgrade to Pro.
curl -H "Authorization: Bearer sky_live_..." \
"https://skymind-api.vercel.app/api/v1/countries"
{ "n_countries": 47, "countries": [
{ "code": "DE", "name": "Germany", "source": "Eurostat NUTS-3" },
{ "code": "IL", "name": "Israel", "source": "CBS / data.gov.il" }, ...
]}
curl -H "Authorization: Bearer sky_live_..." \
"https://skymind-api.vercel.app/api/v1/regions/DE/DE913"
{
"country": "DE", "name": "Wolfsburg, Kreisfreie Stadt",
"nuts_code": "DE913", "lat": 52.42, "lon": 10.78,
"scores": { "composite": 73.5, "economic": 98.2, "demographic": 48.8 },
"metrics": [ { "metric_id": 1, "latest_value": 185200, "latest_year": 2022 }, ... ],
"n_metrics": 49
}
curl -H "Authorization: Bearer sky_live_..." \
"https://skymind-api.vercel.app/api/v1/scores/IL"
{
"country": "IL", "year": 2024, "n_regions": 201,
"scores": [
{ "region_id": 2640, "composite": 80.1, "economic": 95.2 },
{ "region_id": 3780, "composite": 77.3, "economic": 88.1 }, ...
]
}
curl -H "Authorization: Bearer sky_live_..." \
"https://skymind-api.vercel.app/api/v1/metric/ES/gdp_pc"
{
"country": "ES", "code": "gdp_pc", "year": 2022,
"values": { "609": 20500, "637": 24100, ... },
"n_returned": 59
}
curl -H "X-API-Key: sky_live_..." \
"https://skymind-api.vercel.app/data/export?country=il&format=csv&limit=5000"
{ "country": "il", "count": 5000, "next_offset": 5000,
"rows": [{ "yishuv_id": 5000, "metric_id": 140, "year": 2024, "value": 14237 }] }
Clean regional data.
Not another dashboard.
Request a free pilot and get the full data profile of any district across Germany, Israel, UAE, Saudi Arabia, Qatar, or France, from official sources, in one schema.