Skip to main content
Deno 2 is finally here 🎉️
Learn more

entsoe-api-client

ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. Minimal.

Deno CI MIT License

  • Works in Deno >=1.16
  • Supports TypeScript
  • Support most aspects of Entso-e transparency platform REST API
  • Unzips and parses zip-file endpoints (e.g. outage documents) transparently
  • Includes examples for getting Outages, Spot-prices, actual generation and generation forecast

Examples

See /examples folder for complete examples.

Pass your entso-e API key by environment variable API_TOKEN when running the examples.

To get todays spot prices:

Powershell

$env:API_TOKEN="your-api-token"; deno run -A .\spot-prices-today.ts

Bash

API_TOKEN="your-api-token" deno run -A .\spot-prices-today.ts

Contributing

All contributions are welcome. See Contribution Guide

License

MIT