get_property
Locate a Norwegian cadastral property by municipality code and gnr/bnr, returning its latitude/longitude point and optional GeoJSON boundary polygon.
Instructions
Locate a Norwegian cadastral property (matrikkelenhet) by matrikkel number: kommunenummer + gardsnummer/bruksnummer (gnr/bnr), e.g. from a search_address result. Returns the property's representation point (lat/lon) and optionally its boundary polygon (GeoJSON). NOTE: Norway's open APIs do not expose owners, buildings, or valuations; those require a licensed Matrikkel agreement, so say so rather than guessing. Example: kommunenummer='0301', gardsnummer=207, bruksnummer=100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bruksnummer | Yes | Holding number (bnr) | |
| festenummer | No | Leasehold number (fnr), if any | |
| gardsnummer | Yes | Farm number (gnr) | |
| kommunenummer | Yes | 4-digit municipality code | |
| include_boundary | No | Include GeoJSON boundary polygon (larger response) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||