Authentication, input and response
Request a sustainability advice based on address.
POST https://api.altum.ai/v2/sustainability/apartments
This endpoint allows you to receive response from the Altum AI Sustainability API regarding sustainability and the Ecovalue, using the post code, house number and house addition.
Headers
Content-Type
string
application/json
x-api-key*
string
Unique API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)
Request Body
postcode*
string
zip code in six character format e.g. 1234AB
housenumber*
integer
house number of the object e.g. 1
houseaddition
string
addition to the house number e.g. 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'
3
floors
integer
Does the unit has one or more floors?
1 = 'Single'
2 = 'Multiple'
1
back_facade
boolean
Does the unit has as back facade?
false = no
true = yes
false
build_year
integer
build year of the property
inner_surface_area
float
square meter surface area
sub_type
integer
1 = 'Galerijflat' 2 = 'Portiekflat' 3 = 'Corridorflat' 4 = 'Maisonnette' 5 = 'Benedenwoning' 6 = 'Bovenwoning' 7 = 'Portiekwoning
cooling
integer
Is there a cooling system present?
1 = No cooling
2 = Air conditioning unit, direct air cooling
Default
1
electric_cooking
integer
What is used for cooking?
1 = Gas stove
2 = Electric stove
2 if Installation in [6,7],
Else 1
gas_usage
float
overwrites estimated yearly gas consumption in m3
heat_usage
float
overwrites specified yearly heat consumption in GJ.
electricity_usage
float
overwrites specified yearly electricity consumption in KWh
electricity_generation
float
total yearly electricity yield of solar panels in kWh.
Net usage = consumption - yield
inhabitants
integer
number of people living in the house
minimum_solar_panels
integer
The minimum number of new panels to be placed
search_criteria
integer
1 = lowest investment costs
2 = lowest energy costs
3 = highest return on investment
4 = lowest beng2 (highest label)
3
max_investment
integer
maximum investment, use 0 for unlimited
target_label
string
desired target energy label - default is energy label A or D
natural_gas
integer
1 = no filter 2 = natural gas mandatory 3 = natural gas free
district_heating_allowed
boolean
false = not allowed
true = allowed
false
heatpump_insulation_req
integer
1 = no minimum requirement
2 = envelope, including glass min 2
3 = house meets “standaard”
3
lock_measures
array
lock measures excluded from calculation
exclude_measure
array
TBA
exclude_vat
boolean
Prices are with or without VAT included.
false = VAT included
true = VAT excluded
false
custom_costs
integer
TBA
fetch_definitive_label
integer
activate fetching of definitive label from EP-online with 1
0
energylabel_strict
integer
enable strict search of results within target_label with 1
0
improvement_costs
array
TBA
eco_delta
boolean
disable fetching of ecovalue with 0
1
replace_windowframes
TBA
Request a sustainability advice based on BagID. TBA
POST https://api.altum.ai/v2/sustainability/apartments/bag
This endpoint allows you to receive response from the Altum AI Sustainability API regarding sustainability and the Ecovalue, using the bag id of the object instead of the post code, house number and house addition.
Headers
Content-Type
string
application/json
x-api-key*
string
API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)
Request Body
bag_id*
string
16 digits BAG_ID
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'
3
floors
integer
Does the unit has one or more floors?
1 = 'Single'
2 = 'Multiple'
1
back_facade
boolean
Does the unit has as back facade?
false = no
true = yes
false
build_year
integer
build year of the property
inner_surface_area
float
square meter surface area
sub_type
integer
1 = 'Galerijflat' 2 = 'Portiekflat' 3 = 'Corridorflat' 4 = 'Maisonnette' 5 = 'Benedenwoning' 6 = 'Bovenwoning' 7 = 'Portiekwoning
cooling
integer
Is there a cooling system present?
1 = No cooling
2 = Air conditioning unit, direct air cooling
Default
1
electric_cooking
integer
What is used for cooking?
1 = Gas stove
2 = Electric stove
2 if Installation in [6,7],
Else 1
gas_usage
float
overwrites estimated yearly gas consumption in m3
heat_usage
float
overwrites specified yearly heat consumption in GJ.
electricity_usage
float
overwrites specified yearly electricity consumption in KWh
electricity_generation
float
total yearly electricity yield of solar panels in kWh.
Net usage = consumption - yield
inhabitants
integer
number of people living in the house
minimum_solar_panels
integer
The minimum number of new panels to be placed
search_criteria
integer
1 = lowest investment costs
2 = lowest energy costs
3 = highest return on investment
4 = lowest beng2 (highest label)
3
max_investment
integer
maximum investment, use 0 for unlimited
target_label
string
desired target energy label - default is energy label A or D
natural_gas
integer
1 = no filter 2 = natural gas mandatory 3 = natural gas free
district_heating_allowed
boolean
false = not allowed
true = allowed
false
heatpump_insulation_req
integer
1 = no minimum requirement
2 = envelope, including glass min 2
3 = house meets “standaard”
3
lock_measures
array
lock measures excluded from calculation
exclude_measure
array
TBA
exclude_vat
boolean
Prices are with or without VAT included.
false = VAT included
true = VAT excluded
false
custom_costs
integer
TBA
fetch_definitive_label
integer
activate fetching of definitive label from EP-online with 1
0
energylabel_strict
integer
enable strict search of results within target_label with 1
0
improvement_costs
array
TBA
eco_delta
boolean
disable fetching of ecovalue with 0
1
replace_windowframes
TBA
Request body
Example requests
Last updated