WeatherAPI · Example Payload

Weatherapi Sports Response Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

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

Top-level fields

footballcricketgolf

Example Payload

Raw ↑
{
  "football": [
    {
      "stadium": "Wembley Stadium",
      "country": "United Kingdom",
      "region": "City of London, Greater London",
      "tournament": "Premier League",
      "start": "sample value",
      "match": "Manchester United vs Liverpool"
    }
  ],
  "cricket": [
    {
      "stadium": "Wembley Stadium",
      "country": "United Kingdom",
      "region": "City of London, Greater London",
      "tournament": "Premier League",
      "start": "sample value",
      "match": "Manchester United vs Liverpool"
    }
  ],
  "golf": [
    {
      "stadium": "Wembley Stadium",
      "country": "United Kingdom",
      "region": "City of London, Greater London",
      "tournament": "Premier League",
      "start": "sample value",
      "match": "Manchester United vs Liverpool"
    }
  ]
}