City Intelligence
40+ indikatorer per kommun. Demografi, ekonomi, infrastruktur, halsa, utbildning. Ett API-anrop.
One call. Complete picture.
Demographics, economy, infrastructure, health, education. Every indicator normalized, validated, and ready to use.
{
"lau_code": "DE_11000000",
"name": "Berlin",
"country": "DE",
"nuts3": "DE300",
"demographics": {
"population": 3755251,
"density": 4215.2,
"median_age": 42.7
},
"economy": {
"gdp_per_capita": 43752.0,
"unemployment_rate": 8.2
},
"quality_score": 0.96
}Indicator Categories
40+ indicators organized into five categories. All normalized to a consistent schema across every municipality.
Demographics
Population, density, urban rate, age distribution
Economy
GDP, employment, salary, sectors
Infrastructure
Sanitation, water, fiber, mobile
Health
Hospital beds, health units, coverage
Education
Schools, enrollment, literacy rates
Complete coverage
98,000 municipalities across 34 EU countries.
From Lisbon to Helsinki. From Madrid to Warsaw. Every municipality covered by the same API, the same schema, the same quality standards.
98K
EU municipalities
34
countries covered
Interactive coverage map
Coming soon
Integrate in minutes.
TypeScript and Python SDKs. REST API with OpenAPI spec. From zero to first query in 30 seconds.
import { InfomanceClient } from 'infomance';
const client = new InfomanceClient({ apiKey: 'YOUR_API_KEY' });
const berlin = await client.getEULAUById('DE_11000000');
console.log(berlin.population); // 3644826
console.log(berlin.gdp_per_capita); // 43752.0
console.log(berlin.data_completeness); // 0.94