territorial
LAU code
Local Administrative Unit code — Eurostat's municipality-level key (national code sets: AGS, gemeentecode, kommunenummer…).
- Authority
- Eurostat (LAU)
- Granularity
- municipality
- Format
- national municipal code as listed in the Eurostat LAU tables
- Sources
- 16
Sources exposing this identifier
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Åpne Data fra Enhetsregisteret - API DokumentasjonkommunenummerfilterableopenapiOpen in workbench →
- 2Vejmidte trafikmodel i Silkeborg KommuneKommunekodefilterablewfsOpen in workbench →
- 3NXR Fellestjeneste APIkommunenummerfilterableopenapiOpen in workbench →
- 4Statistikdistrikter i AarhuskommunekodefilterablewfsOpen in workbench →
# 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.