c0mm0.com — the continuously verified register of European data

← All identifiers

territorial

LAU code

Local Administrative Unit code — Eurostat's municipality-level key (national code sets: AGS, gemeentecode, kommunenummer…).

join key10 filterable sources
Authority
Eurostat (LAU)
Granularity
municipality
Format
national municipal code as listed in the Eurostat LAU tables
Sources
16

Reference / standard ↗

0 of 23 sources have sample values that match this key's format — they are directly joinable on it. The rest are candidates pending value evidence.

Sources exposing this identifier

SourceRaw fieldSample valuesKindAccessFilterable
NXR Fellestjeneste APIkommunenummer
queryopenapiYes
Nasjonalt barnehageregister (NBR) APIkommunenummer*
pathopenapiYes
Nasjonalt register for PP-tjenester (NPR) APIkommunenummer*
pathopenapiYes
Nasjonalt register for opplæringskontorer (NOR) APIkommunenummer*
pathopenapiYes
Nasjonalt register for skolefritidsordningen (NFR) APIkommunenummer*
pathopenapiYes
Nasjonalt skoleregister (NSR) APIkommunenummer*
pathopenapiYes
Åpne Data fra Enhetsregisteret - API Dokumentasjonkommunenummer
queryopenapiYes
Åpne Data fra Enhetsregisteret - API Dokumentasjonpostadresse.kommunenummer
queryopenapiYes
Statistikdistrikter i Aarhuskommunekode
751
fieldwfsYes
Vejmidte trafikmodel i Silkeborg KommuneKommunekode
0740
fieldwfsYes
Ενημέρωση κοινού σχετικά με το πρόγραμμα παρακολούθησης της ποιότητας των υδάτων κολύμβησης Περιφέρειας Κρήτης σύμφωνα με την Οδηγία 2006/7/ΕΚmunicipality_id
fieldarcgisYes
Laadpalen charge stationsmunicipality_id
339
fieldckanUnknown
Laadpalen proposalsmunicipality_id
339
fieldckanUnknown
Luchtkwaliteit Dashboard actueelGEMEENTECODE
402
fieldckanUnknown
Luchtkwaliteit Dashboard historischGEMEENTECODE
402
fieldckanUnknown
NXR Fellestjeneste APIKommunenummer
fieldopenapiUnknown
Nasjonalt barnehageregister (NBR) APIKommunenummer
fieldopenapiUnknown
Nasjonalt register for PP-tjenester (NPR) APIKommunenummer
fieldopenapiUnknown
Nasjonalt register for lærebedrifter (NLR) APIKommunenummer
fieldopenapiUnknown
Nasjonalt register for opplæringskontorer (NOR) APIKommunenummer
fieldopenapiUnknown
Nasjonalt register for skolefritidsordningen (NFR) APIKommunenummer
fieldopenapiUnknown
Nasjonalt skoleregister (NSR) APIKommunenummer
fieldopenapiUnknown
Åpent stedsnavn API fra Kartverketkommunenummer
fieldopenapiUnknown

Value dot: values fit the format (joinable) · partial · mismatch · no samples. ◆ matched by the source's declared concept (highest confidence) · ≈ matched by pattern (lower confidence) ·* required · a “param” kind is a request input you can call the API with (driving sequential, drill-down queries). “Filterable” is authoritative for Opendatasoft and request parameters, captured for DataFair, inferred for feature services, and unknown for plain OpenAPI response fields.

Join plan

Joining sources on this key

The concrete recipe: 4 live sources can be queried by a lau_code value directly. Pick a value, run each call, and the responses describe the same entity from each source's angle.

  1. 1Åpne Data fra Enhetsregisteret - API DokumentasjonkommunenummerfilterableopenapiOpen in workbench →
  2. 2Vejmidte trafikmodel i Silkeborg KommuneKommunekodefilterablewfsOpen in workbench →
  3. 3NXR Fellestjeneste APIkommunenummerfilterableopenapiOpen in workbench →
  4. 4Statistikdistrikter i AarhuskommunekodefilterablewfsOpen in workbench →
Copy as code — curl
# Join plan — resolve one LAU code (lau_code) across 4 official sources.
# Replace <VALUE> with the lau_code value you want.

# 1. Åpne Data fra Enhetsregisteret - API Dokumentasjon (openapi) — filter on kommunenummer
curl -s 'https://data.brreg.no/enhetsregisteret/api/enheter?kommunenummer=<VALUE>' -H 'Accept: application/json'

# 2. Vejmidte trafikmodel i Silkeborg Kommune (wfs) — filter on Kommunekode
curl -s 'https://www.opendata.dk/dataset/vejmidte-trafikmodel?service=WFS&version=2.0.0&request=GetFeature&typeNames=OPENDATA%3AVejmidte_trafikmodel&count=2&outputFormat=application%2Fjson&CQL_FILTER=Kommunekode%3D%27<VALUE>%27' -H 'Accept: application/json'

# 3. NXR Fellestjeneste API (openapi) — filter on kommunenummer
curl -s 'https://data-nxr-fellestjeneste.udir.no/swagger/v2/swagger.json/api/v2/bydeldatamedkommunenummer?kommunenummer=<VALUE>' -H 'Accept: application/json'

# 4. Statistikdistrikter i Aarhus (wfs) — filter on kommunekode
curl -s 'https://www.opendata.dk/dataset/statistikdistrikter?service=WFS&version=2.0.0&request=GetFeature&typeNames=spatialsuite%3AStatistikdistrikter&count=2&outputFormat=application%2Fjson&CQL_FILTER=kommunekode%3D%27<VALUE>%27' -H 'Accept: application/json'

Replace <VALUE> with the join value. Each call hits the source's own API, filtered on its raw field for this key.