{
  "name": "eydap-api",
  "description": "Legacy-compatible JSON API for EYDAP reservoir reserves and water production, served by Cloudflare Workers.",
  "endpoints": {
    "/api/Savings/{duration}/{DD-MM-YYYY}": "Reservoir reserves. Duration: Day, Week, Month, Year.",
    "/api/Production/{duration}/{DD-MM-YYYY}": "Water production. Duration: Day, Week, Month, Year.",
    "/docs": "Interactive API documentation.",
    "/openapi.json": "OpenAPI 3.1 specification.",
    "/llms.txt": "API description for AI assistants."
  },
  "sources": [
    "https://opendata.eydap.gr/reservoir.php?lang=EL",
    "https://opendata.eydap.gr/refineries.php?lang=EL"
  ]
}