{
  "description": "API interface for querying solar forecast data from Solcast",
  "endpoints": {
    "GET /solar/next24h": {
      "description": "Get solar forecasts for the next 24 hours from now",
      "parameters": "None"
    },
    "GET /solar/nextquarterly": {
      "description": "Get all quarterly solar forecasts from now until the end of available data",
      "parameters": "None"
    },
    "GET /solar/range": {
      "description": "Get solar forecasts for a specific date range",
      "example": "/solar/range?start=2025-01-01&end=2025-01-02",
      "parameters": {
        "end": "End date (YYYY-MM-DD or YYYY-MM-DD HH:MM:SS)",
        "start": "Start date (YYYY-MM-DD or YYYY-MM-DD HH:MM:SS)"
      }
    },
    "GET /solar/status": {
      "description": "Get API status and data summary",
      "parameters": "None"
    },
    "GET /solar/today": {
      "description": "Get solar forecasts for the current day",
      "parameters": "None"
    }
  },
  "name": "Solcast Solar Forecast API",
  "version": "1.0.0"
}
