Example API calls

A collection of example API calls to the service.

Minimal Input

{
    "postcode": "2771DS",
    "housenumber": 87,
    "houseaddition": ""
}

Adding Building Parameters

{
    "postcode": "2771DS",
    "housenumber": 87,
    "houseaddition": "",
    "build_year" : 1961,
    "house_type": 1,
    "roof_type": 1,
    "inner_surface_area": 131
}

Adding Current Measures

{
    "postcode": "2771DS",
    "housenumber": 87,
    "houseaddition": "",
    "wall_insulation": 1,
    "floor_insulation": 1,
    "sloped_roof_insulation": 1,
    "flat_roof_insulation": 1,
    "living_room_windows": 1,
    "bedroom_windows": 1,
    "shower": 1,
    "cooling": 1,
    "electric_cooking": 1,
    "ventilation": 1,
    "installation": 4,
    "inhabitants" : 3
}

Adding Solar Panels

Laatst bijgewerkt