v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Energy

Observed solar radiation (EUMETSAT CM SAF SARAH-3)

Satellite-derived OBSERVED daily surface solar radiation at any coordinate on the Meteosat 0-degree disc (Europe, Africa, the Atlantic, eastern South America): global horizontal (SIS), direct horizontal (SID), direct normal irradiance (DNI - the PV-relevant beam component a forecast surface does not observe) and sunshine duration (SDU), on the native 0.05 degree SARAH-3 grid. An observed climate data record at about a 3-day publication lag - not a forecast (use /api/v2/weather for forecasts). CC BY 4.0 (EUMETSAT Data Policy Core).

get/api/v2/energy/solar

Query parameters

latnumber required

Latitude, decimal degrees.

Example:45.46

Latitude, decimal degrees.

lonnumber required

Longitude, decimal degrees.

Example:9.19

Longitude, decimal degrees.

Response

Successful Response

Example response

{
  "data": {
    "location": {
      "tile": "40N_000E"
    },
    "date": "2026-07-03",
    "values": {
      "sis": 334.9,
      "dni": 366.4
    },
    "provenance": {
      "institution": "eumetsat",
      "model": "sarah3",
      "grid": "0p05"
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}