Skip to main content
Beta! Dokumentasjonen er automatisk generert. Informasjonen kan være ufullstendig og inneholde feil, spesielt skjermbilder og videoer. Se Om hjelpesidene. Vi vil veldig gjerne ha innspill: Kontakt oss via «Fant du det du lette etter?» nederst, i chatten nede til høyre eller på support@placepoint.no – vi svarer så fort vi kan!

How energy efficient is the building?

The energy certificates issued for the buildings on a property: an energy rating from A to G, a heating colour and the validity period. Norwegian certificates from Enova, Swedish energideklarationer from Boverket, in the same response.

Nøkkelen virker i dag på Leietaker-API og dagens Data API; Placepoint API godtar samme nøkkel når det lanseres.

Prøv med et ekte bygg: Oslo S, Jernbanetorget 1

  • Trial key with GitHub in under a minute
  • One GET call
  • A to G rating
  • Enova and Boverket data
  • Norway and Sweden

ℹ️ The endpoint responds once Placepoint API has launched. The contract below is final; the Tenant API already responds.

From building to energy certificate

The call tells you how energy efficient the buildings on a property are, and whether the certificate is still valid. Managers use it for ESG reporting across a portfolio, banks use it to price green loans against the EU taxonomy, and developers use it to decide which buildings need upgrading first, without having to collect certificates building by building before setting priorities.

Without the call you have to look up each building separately, either on energimerking.no or in the property panel. Here all the certificates for the property's buildings come in one response, marked with the building they apply to, the rating from the energy certificate (A best to G worst) and a colour code for the heating source. A property with several buildings can have a different rating for each building, and certificates are issued and renewed independently of each other, so two buildings on the same plot can have very different validity dates.

Norwegian certificates come from Enova's register, Swedish energideklarationer from Boverket. The source field shows which of the two a certificate comes from, and the issuedDate and validToDate fields show whether the certificate needs renewing soon, which is mandatory when selling or letting both homes and commercial buildings.

The heatingGrade field is a separate colour code for the heating source itself, independent of the energy rating: a building with a heat pump or district heating scores better here than one with purely electric heating, even though both can have the same letter rating. Together the two fields give you a quicker picture of a building than the rating alone, and they are useful when an investor compares upgrade costs across a portfolio with different heating histories.

  • All the buildings in one response

    Without the call each building has to be looked up separately, either on energimerking.no or in the property panel. Here all the certificates for the property's buildings come in one response, marked with the building they apply to.
  • Heating colour alongside the rating

    heatingGrade scores the heating source itself independently of the letter rating, so a building with a heat pump or district heating stands out from one with purely electric heating.
  • Norwegian and Swedish source in the same field

    The source field shows whether the certificate comes from Enova or Boverket, so you do not need to know in advance which country and register a building belongs to.

Fields that actually tell you something

One GET call on the property returns the energy certificates for all the buildings on it.

GET/properties/{country}/{cadastreId}/energy-certificates
curl -X GET "https://data.placepoint.no/properties/NO/0301-207-76-0-0/energy-certificates" \
-H "Authorization: Bearer $TOKEN"

svar · 200

{
"items": [
{
"buildingNumber": "1",
"label": "C",
"heatingGrade": "YELLOW",
"issuedDate": "2021-05-10",
"validToDate": "2031-05-10",
"source": "ENOVA"
}
]
}

Scope: properties.readTeknisk referanse og Try-it

Vis alle felt (12)
FeltTypeBeskrivelse
items[].buildingNumberstringThe building the certificate covers.
items[].labelstringEnergy label, A best to G worst.
items[].heatingGradestringHeating-source color grade.
items[].issuedDatestringWhen the certificate was issued.
items[].validToDatestringWhen the certificate expires.
items[].sourcestringLeverandør behind the certificate: ENOVA for Norway, BOVERKET for Sweden.
items[].certificateNumberstringCertificate number in the source register.
items[].unitNumberstringThe unit the certificate covers, where it covers one bruksenhet.
items[].buildingCategorystringRegistered building category, e.g. Boligblokk.
items[].buildingAreaM2numberThe area the certificate was calculated for, in square meters.
items[].deliveredEnergyKwhM2numberCalculated delivered energy per square meter per year, in kWh.
items[].documentUrlstringSigned URL to the certificate PDF, valid for 15 minutes.

The issuedDate and validToDate fields show whether the certificate needs renewing soon, which is mandatory when selling or letting both homes and commercial buildings.

Three steps to your first response

  1. Log in with GitHub

    One click, under a minute, no payment card. The key comes back to this page.
  2. Call the endpoint

    Replace $TOKEN in the curl above with your key; the call only needs the country code and the matrikkelnummer.
  3. Use the response

    Use the rating and the heating colour to decide which buildings in the portfolio need upgrading first, or for ESG reporting across several properties.

Data and sources

Norwegian energy certificates come from Enova, updated continuously. Swedish energideklarationer come from Boverket via Combify. Both registers are public, but the call combines them per property so that you do not need to know in advance which country and register a given building belongs to.

See also

Questions and answers

How fresh is the data?
Norwegian certificates come from Enova continuously, Swedish energideklarationer from Boverket via Combify. Both registers are public and are updated independently of each other.
Why do two buildings on the same property have different ratings?
Certificates are issued and renewed independently for each building, so two buildings on the same plot can have different ratings and very different validity dates.
Does it work in Sweden?
Yes. Swedish energideklarationer come from Boverket via Combify, marked with the source field so that you can see which register the certificate comes from.
What is the difference between the energy rating and the heating colour?
The rating from A to G measures the building's calculated energy demand. The heating colour only measures the heat source itself, so a building can have the same rating as another one with a completely different heating colour.
Beta! Dokumentasjonen er automatisk generert. Informasjonen kan være ufullstendig og inneholde feil, spesielt skjermbilder og videoer. Se Om hjelpesidene. Vi vil veldig gjerne ha innspill: Kontakt oss via «Fant du det du lette etter?» nederst, i chatten nede til høyre eller på support@placepoint.no – vi svarer så fort vi kan!