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'
1
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
apartment_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
inhabitants
integer
number of people living in the house
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
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
A+
energylabel_strict
integer
enable strict search of results within target_label with 1
0
natural_gas
integer
1 = no filter 2 = natural gas mandatory 3 = natural gas free
heat_pump_allowed
boolean
false = not allowed
true = allowed
false
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”
1
exclude_vat
boolean
Prices are with or without VAT included.
false = VAT included
true = VAT excluded
false
eco_delta
boolean
disable fetching of ecovalue with 0
1
Specifying both the position and the floors of the apartment is recommended for optimal results.
Request body
Example requests
Laatst bijgewerkt