Integration

Integrations.

Connect external sources of truth. Asset imports from OpenStreetMap and Global Energy Monitor, weather context from KNMI, and SCADA ingest from operators.

External imports

POST/v1/integrations/imports/osm

Trigger OSM import

Schedules a re-import of wind turbines tagged generator:source=wind from OpenStreetMap for a country.

Required scopesassets.read

Request

POST /v1/integrations/imports/osm
{ "country": "NL" }

Response

{ "jobId": "job_imp_8821", "status": "queued" }
POST/v1/integrations/imports/gem

Trigger GEM import

Imports utility scale wind farms from the Global Wind Power Tracker.

Required scopesassets.read

SCADA bridge

POST/v1/integrations/scada/measurements

Push SCADA batch

Same payload as the measurements endpoint, with optional vendor specific mapping.

Required scopesmeasurements.write

Identifier mapping

Every asset carries a source and an externalId. This lets you reconcile WindPunt ids with OSM ways, GEM project codes or your own SCADA tag names. Mapping is one to many: a turbine can carry multiple external ids.