Authentication, input and response

Determine the estimated current or potential NTA 8800 energy label

POST https://api.altum.ai/v2/energylabel/apartments

Headers

Name
Type
Description

x-api-key*

string

Unique API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)

Content-Type

string

application/json

Request Body

Field
Type
Description
Example/Default

postcode*

string

zip code in six-character format

1234AB

housenumber*

integer

house number

1

houseaddition

string

addition to the house number

A

position

integer

1 = 'Corner ground floor' 2 = 'In between ground floor' 3 = 'Corner mid floor' 4 = 'In between mid floor' 5 = 'Corner top floor' 6 = 'In between top floor' 7 = 'Entire top floor'

Default: 3

floors

integer

Does the unit has one or more floors?

1 = 'Single'

2 = 'Multiple'

Default: 1

back_facade

boolean

Does the unit has as back facade?

false = no

true = yes

Default: false

build_year

integer

build year

1960

apartment_type

integer

1 = 'Galerijflat' 2 = 'Portiekflat' 3 = 'Maisonnette' 4 = 'Benedenwoning' 5 = 'Bovenwoning' 6 = 'Portiekwoning'

2

inner_surface_area

float

inner surface area (m2)

70

wall_insulation

integer

2

floor_insulation

integer

2

roof_insulation

integer

2

living_room_windows

integer

2

installation

integer

Default: 4

shower

integer

Default: 1

cooling

integer

Is there a cooling system present?

1 = No cooling

2 = Air conditioning unit, direct air cooling

Default: 1

ventilation

integer

Default: 1

electric_cooking

integer

What is used for cooking?

1 = Gas stove

2 = Electric stove

Default: 2 if Installation in [6,7],

Else 1

inhabitants

integer

number of people living in the house

Default: 3

solar_panels

list

circle-info

Specifying both the position and the floors of the apartment is recommended for optimal results.

Differences from Houses endpoint

  • apartment_type instead of house_type

  • roof_insulation instead of sloped_roof_insulation and flat_roof_insulation

  • no berdroom_windows

  • apartment_type is not important but position and floors are

Request body

Response Status Codes

Laatst bijgewerkt