Xweather · Example Payload

Xweather Get Conditions Example

Example response from GET /conditions/{location} for Seattle, WA

Air QualityCompanyDataForecastLightningMaritimeObservationsSevere WeatherWeather

Xweather Get Conditions 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

descriptionrequestresponse

Example Payload

Raw ↑
{
  "description": "Example response from GET /conditions/{location} for Seattle, WA",
  "request": {
    "method": "GET",
    "url": "https://data.api.xweather.com/conditions/seattle,wa",
    "queryParameters": {
      "client_id": "YOUR_CLIENT_ID",
      "client_secret": "YOUR_CLIENT_SECRET"
    }
  },
  "response": {
    "success": true,
    "response": {
      "id": "KSEA",
      "loc": {
        "id": "KSEA",
        "name": "Seattle",
        "state": "WA",
        "stateFull": "Washington",
        "country": "US",
        "countryFull": "United States",
        "lat": 47.4502778,
        "lon": -122.3088889,
        "elevM": 131,
        "elevFT": 430
      },
      "place": {
        "name": "Seattle",
        "state": "wa",
        "country": "us"
      },
      "ob": {
        "tempC": 12.2,
        "tempF": 54,
        "feelslikeC": 10.6,
        "feelslikeF": 51,
        "humidity": 78,
        "dewpointC": 8.3,
        "dewpointF": 47,
        "windSpeedKPH": 14.8,
        "windSpeedMPH": 9.2,
        "windDir": "SW",
        "windDirDEG": 225,
        "pressureMB": 1016.2,
        "pressureIN": 30.01,
        "precipMM": 0,
        "precipIN": 0,
        "sky": 75,
        "visibilityKM": 16.1,
        "visibilityMI": 10,
        "weather": "Mostly Cloudy",
        "weatherPrimary": "Mostly Cloudy",
        "icon": "mcloudy",
        "isDay": true,
        "timestamp": 1746268800,
        "dateTimeISO": "2026-05-03T10:00:00-07:00"
      },
      "raw": "KSEA 031700Z 23009KT 10SM FEW015 BKN048 12/08 A3001 RMK AO2"
    }
  }
}

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-conditions-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.