For the complete documentation index, see llms.txt. This page is also available as Markdown.

Voorbeeld API verzoeken

Een collectie van voorbeeld API verzoeken op de dienst.

Gebruik maken van alle input variabelen

{"data": {
    "lock_measures": {
      "lock": [
        "wall_insulation"
      ]
    },
    "max_investment": 60000,
    "gas_usage": 3000,
    "post_code": "2771DS",
    "house_number": "87",
    "house_addition": "",
    "target_label": "A",
    "inner_surface_area": 130,
    "inhabitants": 3,
    "replace_boiler": true,
    "heat_pump_allowed": true,
    "search_criteria": 1,
    "house_type": null,
    "natural_gas": 0,
    "solar_panels_surface": 1,
    "watt_panels": true,
    "wall_insulation": 2,
    "roof_insulation": 2,
    "floor_insulation": 2,
    "living_room_windows": 2,
    "exclude_measure": [8004, 8005, 8006, 8007, 8008, 8009, 8029],
    "minimum_solar_panels": 3,
    "heatpump_insulation_req": 2, 
    "bedroom_windows": 1,
    "installation": 4,
    "build_year": 2000,
    "heat_usage": null,
    "energylabel_strict": 1,
    "shower": 0,
    "ventilation": 1,
    "fetch_definitive_label": 1,
    "electricity_usage": 4500,
    "solar_panels": 10,
    "eco_delta": 1,
    "solarpanel_watt_peak": 250,
    "custom_costs":[{"code":2,"value":1.79808},{"code":3,"value":2.31534},{"code":4,"value":0.45455},{"code":5,"value":0.56027}],
    "improvement_costs":[{"code":70000,"material":159,"work":187,"saving_material":128,"saving_work": 153}]
}}

Toevoegen van alle object en gebruikersdata

Toevoegen huidige staat maatregelen

Toevoegen eisen van de gebruiker en/of leverancier

Gebruik maken van geavanceerde functies

Last updated