Skip to main content
GET
/
properties
/
se
/
{externalId}
/
energy-declarations
Get Boverket energy declarations for a property
curl --request GET \
  --url https://lens-api.tic.io/properties/se/{externalId}/energy-declarations \
  --header 'x-api-key: <api-key>'
{
  "propertyExternalUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "kommun": "<string>",
  "fastighetsbeteckning": "<string>",
  "fromCache": true,
  "fetchedAtUtc": "2023-11-07T05:31:56Z",
  "declarations": [
    {
      "id": 123,
      "energiklass": "<string>",
      "primarenergital": "<string>",
      "energiprestanda": "<string>",
      "radonmatning": "<string>",
      "ventilationskontroll": "<string>",
      "byggnadsar": 123,
      "utford": "<string>",
      "giltighet": "<string>",
      "fastigheter": [
        {
          "kommun": "<string>",
          "fastighetsbeteckning": "<string>",
          "adresser": [
            {
              "adress": "<string>",
              "postnummer": "<string>",
              "postort": "<string>",
              "additionalData": {}
            }
          ],
          "additionalData": {}
        }
      ],
      "additionalData": {}
    }
  ]
}
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

externalId
string<uuid>
required

Lantmäteriet fastighet UUID

Query Parameters

refresh
boolean
default:false

Bypass the local cache and re-fetch from Boverket

Response

Energy declarations for the property (empty list if Boverket holds none)

propertyExternalUUID
string<uuid>
kommun
null | string
fastighetsbeteckning
null | string
fromCache
boolean
fetchedAtUtc
null | string<date-time>
declarations
null | object[]