WeatherAPI · Example Payload

Weatherapi Bulk Request Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Weatherapi Bulk Request 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

locations

Example Payload

Raw ↑
{
  "locations": [
    {
      "q": "sample value",
      "custom_id": "sample value"
    }
  ]
}