European municipal data. One API.
Skip the SDMX. Skip the 34 different APIs.
One REST call, one JSON schema, 98,000 municipalities.
curl https://api.infomance.io/api/v1/eu/countries{
"country_code": "DE",
"country_name": "Germany",
"n_lau": 10978,
"total_population": 84669326,
"total_area_km2": 357187.56,
"lau_coverage_pct": 100.0
}34
EU countries
98K
LAU municipalities
1,345
NUTS3 regions
<200ms
p95 latency
You've built this integration before.
Eurostat is SDMX. GISCO is WFS. DESTATIS needs registration. INSEE changes schemas every quarter. You spent 3 months normalizing data. Then it broke. We did it once. For all 34 countries. So you don't have to.
How it works
Install
npm i infomance or pip install infomance. That's it.
Query
One call for Berlin's demographics. Or all 10,978 municipalities in Germany. Same endpoint.
Ship
No SDMX parsing. No WFS conversions. Just JSON.
import { InfomanceClient } from 'infomance';
const client = new InfomanceClient({ apiKey: 'YOUR_API_KEY' });
const berlin = await client.getEULAUById('DE_11000000');
console.log(berlin.name); // "Berlin"30+ sources. One schema.
You call one API. We call thirty.
Eurostat
Pan-European statistics
DESTATIS
German statistics
INSEE
French statistics
ISTAT
Italian statistics
INE Spain
Spanish statistics
INE Portugal
Portuguese statistics
The math is simple.
Compare the true cost of building internally versus using Infomance.
| Build yourself | Infomance | |
|---|---|---|
| Time to first query | 2-6 months | 30 seconds |
| Year 1 cost | ~€45,000 (engineer time) | €588–€3,588 |
| Coverage | What you have time for | 98,000 LAUs, 34 countries |
| Maintenance | 20% of a dev, forever | Included |
Works with your stack.
TypeScript SDK
npm i infomanceFull types. Async/await.
Python SDK
pip install infomanceAsync support. Pydantic models.
REST API
OpenAPI 3.0 speccurl it if you want.
Simple pricing
All plans include all endpoints.
Free
$0
5,000 requests
Starter
$49
10,000 requests
Professional
$149
100,000 requests
Business
$299
500,000 requests
Enterprise
Custom
Unlimited