WeatherAPI · Example Payload

Weatherapi Search Location Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Weatherapi Search Location Example is an example object payload from WeatherAPI, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameregioncountrylatlonurl

Example Payload

Raw ↑
{
  "id": 2643743,
  "name": "London",
  "region": "City of London, Greater London",
  "country": "United Kingdom",
  "lat": 51.5074,
  "lon": -0.1278,
  "url": "sample value"
}