Introduction
WindPunt API.
One REST API powering portals, mobile apps, SCADA integrations, reporting tools and AI modules. Multi-tenant by default, OAuth2 or API keys, with a strict scope model per request.
What you can do
- Read wind farms and turbines, with location, capacity and metadata.
- Stream and query time-series measurements per turbine.
- Manage alert rules, alerts and acknowledgements.
- Create and update maintenance work orders.
- Push SCADA measurements and subscribe to webhook events.
- Export production and availability reports.
Base URL
https://api.windpunt.io/v1
All endpoints are versioned. Breaking changes ship under a new major version.
Conventions
- JSON request and response bodies, UTF-8 encoded.
- Timestamps in ISO 8601 with explicit timezone, e.g.
2025-05-16T08:30:00Z. - Identifiers are UUIDs unless explicitly stated.
- Pagination via
?limit=and?cursor=.