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.

Explore API Docs See an Example
The Dataset
Official statistics. Forty-seven countries. One schema.
Every number comes from official government statistics, sourced, cleaned, geocoded and normalized so a district in Germany sits in the same comparable dataset as one in Qatar.
🌍
2,619
Districts across 47 countries
Germany (401 Kreise), Israel (255 localities), UAE (340 units), Saudi Arabia (51 governorates), Qatar (8 municipalities).
📊
1,093
Metrics, ~2.10M observations
Every figure is an official number, traceable to its source and exposed raw in the API and bulk export. Transparent, reproducible methodology.
Official
Sources, every figure cited
Eurostat NUTS-3, data.gov.il, Dubai Land Department, GASTAT, data.gov.qa, World Bank. Zero personal data, GDPR public-interest basis.
Coverage
🇩🇪 Germany, 401 Kreise
Eurostat NUTS-3.
401
Kreise
12
Metrics
2014-23
Coverage
Coverage
🇮🇱 Israel, 255 localities
data.gov.il, CBS, audited financial reports.
255
Localities
800+
Metrics
2001-25
Core years
Coverage
🇦🇪 UAE, 340 Units
Dubai Land Department, World Bank.
109
Districts
69
Metrics
2015-24
Coverage
Coverage
🇸🇦 Saudi Arabia, 51 Govs
GASTAT, KAPSARC, World Bank.
51
Governorates
56
Metrics
2015-24
Coverage
Coverage
🇶🇦 Qatar, 8 Municipalities
data.gov.qa, World Bank.
29
Municipalities
49
Metrics
2015-24
Coverage
Descriptive regional data. Not financial or investment advice. Sources: Eurostat NUTS-3, data.gov.il, DLD Dubai, GASTAT, data.gov.qa, World Bank and official open-data portals.
Who This Is For
When you need the underlying data clean and comparable
SkyMind is descriptive, it gives you the measured state of a region from official data, in a form you can actually query.
🏗
Real Estate & Development
Compare districts before capital allocation, prices, demographics, transaction data and infrastructure metrics, side by side in one schema.
pull Dubai Land Department transaction data, prices and density for any UAE district from a single endpoint.
📈
Investment & Banking
Sub-national data unified across forty-seven countries, consistent, comparable, exportable, with every figure traceable to its official source.
query the same set of metrics for every German Kreis and every Saudi governorate in one consistent format.
📊
Consulting & Research
Cited, normalized regional data with a transparent methodology you can reproduce. White-label API access for embedding in your own reports.
get a full data profile for any district in 47 countries, in under a second, JSON, no key to start.
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.
GET /api/v1/countries · free key
# List all countries with available data curl -H "Authorization: Bearer sky_live_..." \ "https://skymind-api.vercel.app/api/v1/countries" // → 47 countries with region counts and sources { "n_countries": 47, "countries": [ { "code": "DE", "name": "Germany", "source": "Eurostat NUTS-3" }, { "code": "IL", "name": "Israel", "source": "CBS / data.gov.il" }, ... ]}
GET /api/v1/regions/{country}/{id} · free key
# Full profile: scores + all metrics for Wolfsburg, Germany curl -H "Authorization: Bearer sky_live_..." \ "https://skymind-api.vercel.app/api/v1/regions/DE/DE913" // → composite scores + every metric value with year coverage { "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 }
GET /api/v1/scores/{country} · free key
# Ranked composite scores for every region in a country curl -H "Authorization: Bearer sky_live_..." \ "https://skymind-api.vercel.app/api/v1/scores/IL" // → all 201 scored Israeli localities, sorted by composite { "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 }, ... ] }
GET /api/v1/metric/{country}/{code} · free key
# Raw metric values: GDP per capita for every Spanish NUTS-3 region curl -H "Authorization: Bearer sky_live_..." \ "https://skymind-api.vercel.app/api/v1/metric/ES/gdp_pc" // → {region_id: value} for 59 NUTS-3 regions { "country": "ES", "code": "gdp_pc", "year": 2022, "values": { "609": 20500, "637": 24100, ... }, "n_returned": 59 }
GET /data/export · Pro / Education key
# Bulk export: all raw observations for a country, paginated CSV/JSON curl -H "X-API-Key: sky_live_..." \ "https://skymind-api.vercel.app/data/export?country=il&format=csv&limit=5000" // Pro ($99/mo) or Education (free, verified academics) { "country": "il", "count": 5000, "next_offset": 5000, "rows": [{ "yishuv_id": 5000, "metric_id": 140, "year": 2024, "value": 14237 }] }
Swagger Docs Interactive Map Methodology
Get started
Get an API key in 5 seconds
Free tier, no credit card. Hit the wall? Upgrade in one click.
Free
Explore + prototype
$0
100 API calls / month
  • All 47 countries, all API v1 endpoints
  • Scores, regions, metrics, catalog
  • Self-serve key, instant
  • Bulk export → Pro / Education
Education
Students & academic researchers
Free · verified
full access · 1M calls / month
  • Everything in Pro, at no cost
  • Full database + bulk export
  • Verify with an institutional email / faculty link
  • Cite SkyMind
Apply with your institution
Need white-label, custom cuts, or bulk licensing? Talk to us →

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.

Request Free Pilot API Documentation