Voor als je alleen data wil
Waarom onze API
Ruwe en geaggregeerde data
Data-intervallen, per:
Kwartier (elektra)
Uur
Dag
Maand
Jaar
Één data-format
Alle metertypes, één data format, voor zowel onze hoofdmeterdata als al onze type tussenmeters
Hoge datakwaliteit
Geen gaten of bijzondere waarden door
Voorbeelddata uit de API
Node detail data
{
"provider_identifier": "70B3D5B020072303",
"address": "Straatnaam 14",
"description": "Gebouw 12, meterkast 13",
"geometry": {
"lat": 53.2094411154007,
"lng": 6.62149442154299
},
"medium": "Electricity",
"node_id": "c10c6952-246f-4213-b330-c0e1f4872f1b",
"place": "Plaatsnaam",
"zip": "1234 AB"
},
{
"provider_identifier": "8723472652576",
"address": "Straatnaam 15",
"description": "Berging achter gebouw 6",
"geometry": {
"lat": 53.184847,
"lng": 5.314875
},
"medium": "Gas",
"node_id": "fbcf0d25-7e2a-4803-93d7-0138f1abece1",
"place": "Plaatsnaam",
"zip": "1234 AB"
}
15 min data
{
"ts": "2025-09-12T07:42:18.820000Z",
"usage": null,
"production": null,
"usage_reading": 11974.27,
"production_reading": 0.0
}, {
"ts": "2025-09-12T07:57:18.906000Z",
"usage": null,
"production": null,
"usage_reading": 11974.27,
"production_reading": 0.0
}, {
"ts": "2025-09-12T08:12:18.796000Z",
"usage": null,
"production": null,
"usage_reading": 11974.27,
"production_reading": 0.0
}