Example API calls

A collection of example API calls to the service.

Minimal Input

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,
    "build_year" : 1961,
    "apartment_type": 1,
    "inner_surface_area": 131
}

Adding Current Measures

Adding Solar Panels

Laatst bijgewerkt