Open-Meteo · Example Payload

Open Meteo Weather Forecast Example

WeatherForecastHistorical WeatherAir QualityMarineClimateOpen-SourceFree

Open Meteo Weather Forecast Example is an example object payload from Open-Meteo, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

latitudelongitudegenerationtime_msutc_offset_secondstimezonetimezone_abbreviationelevationhourly_unitshourly

Example Payload

Raw ↑
{
  "latitude": 52.52,
  "longitude": 13.419998,
  "generationtime_ms": 0.08797645568847656,
  "utc_offset_seconds": 0,
  "timezone": "GMT",
  "timezone_abbreviation": "GMT",
  "elevation": 38.0,
  "hourly_units": {
    "time": "iso8601",
    "temperature_2m": "°C",
    "relative_humidity_2m": "%",
    "precipitation": "mm",
    "wind_speed_10m": "km/h",
    "wind_direction_10m": "°",
    "weather_code": "wmo code"
  },
  "hourly": {
    "time": [
      "2024-01-15T00:00",
      "2024-01-15T01:00",
      "2024-01-15T02:00",
      "2024-01-15T03:00"
    ],
    "temperature_2m": [3.2, 2.8, 2.5, 2.1],
    "relative_humidity_2m": [82, 84, 85, 86],
    "precipitation": [0.0, 0.0, 0.1, 0.2],
    "wind_speed_10m": [14.2, 13.5, 12.8, 11.9],
    "wind_direction_10m": [245, 248, 251, 255],
    "weather_code": [3, 3, 61, 61]
  }
}

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/open-meteo-weather-forecast-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.