Example API calls

A collection of example API calls to the service.

Simple call

{
  "postcode": "3024XL",
  "housenumber":227,
  "houseaddition": "B",
  "position": 3,
  "floors": 1
}

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

Using building parameters

{
  "postcode": "3024XL",
  "housenumber":227,
  "houseaddition": "B",
  "position": 3,
  "floors": 1,
  "back_facade": true,
  "build_year" : 1961,
  "inner_surface_area": 90
}

Using current measures

Adding solar panels

Using strict target energy label

Adding usage data

Using more features

Last updated