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
Request Body
postcode*
string
zip code in six character format e.g. 1234AB
1234AB
housenumber*
integer
house number of the object e.g. 1
5
houseaddition
string
addition to the house number e.g. A
C
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: 1
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 of the property
1960
inner_surface_area
float
square meter surface area
70
apartment_type
integer
1 = 'Galerijflat'
2 = 'Portiekflat'
3 = 'Maisonnette'
4 = 'Benedenwoning'
5 = 'Bovenwoning'
6 = 'Portiekwoning'
2
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
Default: 2 if Installation in [6,7],
Else 1
inhabitants
integer
number of people living in the house
Default: 3
gas_usage
float
Overwrites estimated yearly gas consumption in m3
1000
heat_usage
float
Overwrites specified yearly heat consumption in GJ.
45
electricity_usage
float
Overwrites specified yearly electricity consumption in KWh
2600
electricity_generation
float
Total yearly electricity yield of solar panels in kWh.
Net usage = consumption - yield
800
minimum_solar_panels
integer
The minimum number of new panels to be placed
4
search_criteria
integer
1 = lowest investment costs
2 = lowest energy costs
3 = highest return on investment
4 = lowest beng2 (highest label)
Default: 3
target_label
string
Desired target energy label
Default: A+
max_investment
integer
The maximum amount (€) to be invested
25000
energylabel_strict
integer
enable strict search of results within target_label with 1
Default: 0
natural_gas
integer
1 = no filter
2 = natural gas mandatory
3 = natural gas free
Default: 1
heat_pump_allowed
boolean
false = not allowed
true = allowed
Default: false
district_heating_allowed
boolean
false = not allowed
true = allowed
Default: false
heatpump_insulation_req
integer
Minimum requirement on insulation before heatpump is allowed
1 = no minimum requirement
2 = envelope, including glass min level 2
3 = house meets “standaard”
Default: 1
exclude_vat
boolean
Prices are with or without VAT included.
false = VAT included
true = VAT excluded
Default: false
eco_delta
integer
Fetching ecovalue
0 = Disable
1 = Enable
Default: 1
Request body
Example requests
Laatst bijgewerkt