REST API Reference
This section is the interactive browser for the OpenAPI spec bundled with ENTSOE.jl. The spec is committed at spec/openapi.json and rendered with vitepress-openapi.
Try-it-out and CORS
Most public APIs do not enable CORS for arbitrary origins, so the in-browser send request button often fails with a CORS error against production hosts. The endpoint pages are still useful for browsing parameter shapes, response schemas, and copying generated request snippets.
Endpoints are grouped by spec tag — pick one from the sidebar. Each tag's page lists every operation as a top-level (##) heading so the right-hand "On this page" outline can be used to jump between endpoints.