Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Eigendomsbericht API

get

Returns a list of cadastral plot Ids.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
postalCodestringRequired

Postal code

Example: 1251NJ
houseNumberintegerRequired

House number

Example: 22
houseLetterstringOptional

House letter

houseNumberExtstringOptional

House number extension

Responses
200

CadastralObjectsResponse

application/json
idstring · nullableOptionalExample: string
statusstringRequiredExample: success
get
/cadastral-objects
get

Returns data included in the title deed for the inputted parcel.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
parcel_idstringRequired

Parcel ID

Example: LRN01-G-1396
jpegbooleanOptional

Whether to return a jpeg instead of a pdf.

Default: false
Responses
200

CadastralOwnershipResponse

application/json
idstring · nullableOptionalExample: string
statusstringRequiredExample: success
get
/cadastral-ownership

Last updated