DanskAdresseAPIv1
Matrikel

Fetch a single cadastral parcel

The parcel outline is included as GeoJSON in WGS84 (EPSG:4326). The source is the cadastre's own geometry in UTM32, which is reprojected for you. Use include=ingen to leave it out.

GET/v1/jordstykker/{ejerlavskode}/{matrikelnr}

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

ejerlavskodestringpathrequired

The cadastral district's (ejerlav) code.

matrikelnrstringpathrequired

URL-encoded cadastral number.

includestringquery

Comma-separated list of extra datasets to include in the response.

Request

curl --request GET \
  --url "https://api.danskadresseapi.dk/v1/jordstykker/<ejerlavskode>/<matrikelnr>" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Jordstykke med kommune-ref og GeoJSON-omrids

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}