European municipal data. One API.

34 EU countries. 98,000 municipalities.
NUTS regions. LAU boundaries. Socioeconomic indicators.

curl https://api.infomance.com.br/api/v1/municipalities/DE300000000/profile \
  -H "Authorization: Bearer sk_live_xxxx"
{
  "lau_code": "DE300000000",
  "name": "Berlin",
  "country": "DE",
  "nuts3": "DE300",
  "population": 3677472,
  "area_km2": 891.7,
  "quality_score": 0.96
}

34

EU countries

98K

LAU municipalities

1,345

NUTS3 regions

<200ms

p95 latency

Municipal data is hard.

Eurostat, national statistics offices, cadastral agencies. 34 countries. Different formats. Irregular updates. You shouldn't need a data team to build a product.

How it works

1

Connect

Integrate in minutes with our TypeScript and Python SDKs.

2

Query

One call returns all indicators for a municipality.

3

Build

Focus on your product. We handle the data.

import { Infomance } from '@infomance/sdk';

const client = new Infomance('sk_live_xxxx');
const saoPaulo = await client.cities.profile('3550308');
const rioDeJaneiro = await client.cities.profile('3304557');

30+ sources. One schema.

Data from national statistics offices and Eurostat.

Eurostat

Pan-European statistics

DESTATIS

German statistics

INSEE

French statistics

ISTAT

Italian statistics

INE Spain

Spanish statistics

INE Portugal

Portuguese statistics

Build vs Buy

Compare the true cost of building internally versus using Infomance.

InternalConsultantInfomance
Setup time6 months3 months4 hours
Year 1 cost$45,000$50,000$3,588
CoverageVaries30-50%99.9%
Maintenance20% dev timeExtra feeIncluded

Built for developers.

TypeScript SDK

npm i @infomance/sdk

Python SDK

pip install infomance

REST API

OpenAPI 3.0 spec

Simple pricing

All plans include all endpoints.

Free

$0

1,000 requests

Starter

$49

10,000 requests

Professional

$149

100,000 requests

Business

$299

500,000 requests

Enterprise

Custom

Unlimited

Start building today.

Get your API key in 30 seconds. No credit card required.