Weather Underground · Example Payload

Current Observations

WeatherPersonal Weather StationsHyperlocalObservationsForecastHistorical DataREST API

Current Observations is an example object payload from Weather Underground, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

observations

Example Payload

Raw ↑
{
  "observations": [
    {
      "stationID": "KCASARAT1",
      "obsTimeUtc": "2024-01-15T18:32:00Z",
      "obsTimeLocal": "2024-01-15 10:32:00",
      "neighborhood": "Downtown San Francisco",
      "softwareType": "WeatherBridge",
      "country": "US",
      "solarRadiation": 320.5,
      "lon": -122.419,
      "realtimeFrequency": null,
      "epoch": 1705343520,
      "lat": 37.774,
      "uv": 3.0,
      "winddir": 270,
      "windDirectionCardinal": "W",
      "humidity": 68,
      "qcStatus": 1,
      "imperial": {
        "temp": 55.0,
        "heatIndex": 55.0,
        "dewpt": 44.0,
        "windChill": 55.0,
        "windSpeed": 8.0,
        "windGust": 12.0,
        "pressure": 30.05,
        "precipRate": 0.0,
        "precipTotal": 0.0,
        "elev": 52.0
      }
    }
  ]
}

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/current-observations"
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.