Xweather · Example Payload

Xweather Get Forecasts Example

Air QualityCompanyDataForecastLightningMaritimeObservationsSevere WeatherWeather

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

Top-level fields

successerrorresponse

Example Payload

Raw ↑
{
  "success": true,
  "error": null,
  "response": [
    {
      "loc": { "lat": 47.6062, "long": -122.3321 },
      "place": { "name": "seattle", "state": "wa", "country": "us" },
      "interval": "day",
      "periods": [
        {
          "timestamp": 1746288000,
          "validTime": "2026-05-04T00:00:00-07:00",
          "dateTimeISO": "2026-05-04T00:00:00-07:00",
          "maxTempF": 68,
          "minTempF": 49,
          "maxTempC": 20,
          "minTempC": 9,
          "avgTempF": 58,
          "avgTempC": 14,
          "pop": 20,
          "precipMM": 1.2,
          "precipIN": 0.05,
          "windSpeedMaxMPH": 14,
          "windDirMax": "WSW",
          "weather": "Mostly Sunny",
          "weatherShort": "Mostly Sunny",
          "icon": "fewclouds.png"
        },
        {
          "timestamp": 1746374400,
          "validTime": "2026-05-05T00:00:00-07:00",
          "dateTimeISO": "2026-05-05T00:00:00-07:00",
          "maxTempF": 71,
          "minTempF": 51,
          "pop": 0,
          "precipMM": 0,
          "precipIN": 0,
          "windSpeedMaxMPH": 9,
          "windDirMax": "SW",
          "weather": "Sunny",
          "icon": "clear.png"
        }
      ]
    }
  ]
}

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/xweather-get-forecasts-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 email required.

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