Skip to main content
GET
/
properties
/
by-location-sweref99
Get property by easting and northing (SWEREF99 TM)
curl --request GET \
  --url https://lens-api.tic.io/properties/by-location-sweref99 \
  --header 'x-api-key: <api-key>'
{
  "registerEnhetObjektIdentitet": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "beteckning": "<string>",
  "trakt": "<string>",
  "block": "<string>",
  "enhet": 123,
  "kommunkod": "<string>",
  "kommunnamn": "<string>",
  "lanskod": "<string>"
}
Pro+ tier

Authorizations

x-api-key
string
header
required

Query Parameters

easting
number<double>
required

The easting (X) of the position (SWEREF99 TM, meters)

northing
number<double>
required

The northing (Y) of the position (SWEREF99 TM, meters)

Response

200 - application/json

OK

registerEnhetObjektIdentitet
string<uuid>
beteckning
null | string
trakt
null | string
block
null | string
enhet
null | integer<int64>
kommunkod
null | string
kommunnamn
null | string
lanskod
null | string