WeatherAPI · Example Payload

Weatherapi Bulk Response Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Weatherapi Bulk Response Example is an example object payload from WeatherAPI, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

bulk

Example Payload

Raw ↑
{
  "bulk": [
    {
      "query": {
        "custom_id": "sample value",
        "q": "sample value",
        "location": {
          "name": "London",
          "region": "City of London, Greater London",
          "country": "United Kingdom",
          "lat": 51.5074,
          "lon": -0.1278,
          "tz_id": "Europe/London",
          "localtime_epoch": 1748441400,
          "localtime": "2026-05-28 15:30"
        },
        "current": {
          "last_updated_epoch": 1748441400,
          "last_updated": "2026-05-28 15:30",
          "temp_c": 18.5,
          "temp_f": 65.3,
          "is_day": 1,
          "condition": {},
          "wind_mph": 12.4,
          "wind_kph": 12.4,
          "wind_degree": 1,
          "wind_dir": "WSW",
          "pressure_mb": 1013.0,
          "pressure_in": 1013.0,
          "precip_mm": 0.5,
          "precip_in": 0.5,
          "humidity": 65,
          "cloud": 40,
          "feelslike_c": 17.8,
          "feelslike_f": 17.8,
          "windchill_c": 12.4,
          "windchill_f": 12.4,
          "heatindex_c": 1.0,
          "heatindex_f": 1.0,
          "dewpoint_c": 1.0,
          "dewpoint_f": 1.0,
          "vis_km": 10.0,
          "vis_miles": 10.0,
          "uv": 4.0,
          "gust_mph": 22.1,
          "gust_kph": 22.1,
          "short_rad": 1.0,
          "diff_rad": 1.0,
          "air_quality": {},
          "pollen": {}
        }
      }
    }
  ]
}

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/weatherapi-bulk-response-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.