City Intelligence
40+ indicators per municipality. Demographics, economy, infrastructure, health, education. One API call.
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, IDEB scores
99.9% coverage
5,572 Brazilian municipalities. 305 Portuguese.
From Oiapoque to Chui. From Porto to Faro. Every municipality covered by the same API, the same schema, the same quality standards.
5,572
Brazilian municipalities
305
Portuguese municipalities
Interactive coverage map
Coming soon
Integrate in minutes.
TypeScript and Python SDKs. REST API with OpenAPI spec. From zero to production in 4 hours.
import { Infomance } from '@infomance/sdk';
const client = new Infomance('sk_live_xxxx');
const berlin = await client.lau.get('DE_11000000');
console.log(berlin.demographics.population); // 3755251
console.log(berlin.economy.gdp_per_capita); // 43752.0
console.log(berlin.quality_score); // 0.96