Welcome to Stroomprijs API
This is a FastAPI application for electricity pricing.
Available endpoints:
/
- Home page
/prices
- View electricity prices
/gemiddeld
- View price statistics (lowest, average, highest)
/kopen
- Check if current hour is good for buying (HTML)
/verkopen
- Check if current hour is good for selling (HTML)
/api/prices
- Get prices as JSON
/api/kopen
- Get buying status as JSON
/api/verkopen
- Get selling status as JSON
/health
- Health check
/docs
- API Documentation