Example API calls

A collection of example API calls to the service.

Simple call

circle-info

Specifying both 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

Adding solar panels

Adding strict target energy label

Adding usage data

Adding filters

Locking measures

Excluding measures

Adding more features

Last updated