Reference
Changelog
What changed in the API, newest first.
Changes to the API contract, newest first. The contract itself is the OpenAPI document at /v1/openapi.json; the reference renders it.
- Within
v1, changes are additive: new routes, new optional parameters, new fields and new enum members. Clients should ignore fields they do not know and treat an enum member they do not know asunknown. - Nothing is removed or renamed within a version, and an error
codenever changes meaning.
v1 · The grid-capacity routes
2026-09
- Capacity records with direction, technology, availability type, firmness, curtailment, horizon, scenario, season and variant as dimensions, and methodology, freshness, provenance, access and decision context on every value.
/v1/capacity/searchand/v1/capacity/nearby, with thecomparabilitymodesstrict,best_effort(the default) andraw,fresh_afterandinclude_withheld.- Countries, operators, sources with their rights evidence and status, methodologies, substations and other grid assets, and the postcode lookup.
- History as observation intervals,
as_ofand the change feed (Pro and above); exports and webhooks (Business and above). - Public, key-free
/v1/coverage,/v1/assets.geojsonand asset vector tiles, points only. - Rights enforced on every response, failing closed: values from sources whose licence does not permit redistribution are listed with
access.status: "withheld"andvalue: null.