OpenWeatherMap · Example Payload

Solar Irradiance Interval Example

WeatherForecastClimateAir PollutionAir QualitySolarGeocodingHistoryMapsRoad RiskPublic APIs

Solar Irradiance Interval Example is an example object payload from OpenWeatherMap, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "getSolarIrradianceIntervalData",
  "request": {
    "method": "GET",
    "url": "https://api.openweathermap.org/energy/2.0/solar/interval_data?lat=51.51&lon=-0.12&date=2026-05-28&interval=1h&appid={API_KEY}"
  },
  "response": {
    "lat": 51.51,
    "lon": -0.12,
    "date": "2026-05-28",
    "tz": "+01:00",
    "interval": "1h",
    "sunrise": "2026-05-28T04:57:00+01:00",
    "sunset": "2026-05-28T21:00:00+01:00",
    "intervals": [
      {
        "start": "12:00",
        "end": "13:00",
        "avg_irradiance": {
          "clear_sky": { "ghi": 812.4, "dni": 845.1, "dhi": 132.7 },
          "cloudy_sky": { "ghi": 412.6, "dni": 218.9, "dhi": 250.4 }
        },
        "max_irradiance": {
          "clear_sky": { "ghi": 845.0, "dni": 901.0, "dhi": 145.0 },
          "cloudy_sky": { "ghi": 482.0, "dni": 296.0, "dhi": 271.0 }
        },
        "irradiation": {
          "clear_sky": { "ghi": 812.4, "dni": 845.1, "dhi": 132.7 },
          "cloudy_sky": { "ghi": 412.6, "dni": 218.9, "dhi": 250.4 }
        }
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/solar-irradiance-interval-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.