Example API calls

A collection of example API calls to the service.

Simple call

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

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

Adding building parameters

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

Adding current measures

If no target measures are applied, the target situation is the same as the current situation!

e.g. "target_wall_insulation" = "wall_insulation"

Adding target measures

Adding solar panels

Adding usage data

Adding more features

Last updated