FIFA WC 2026 Stadium Matchday Weather Forecast avatar

FIFA WC 2026 Stadium Matchday Weather Forecast

Pricing

Pay per event

Go to Apify Store
FIFA WC 2026 Stadium Matchday Weather Forecast

FIFA WC 2026 Stadium Matchday Weather Forecast

Hourly weather forecasts pre-joined to FIFA World Cup 2026 stadium matchday windows. Covers all 16 venues (US via NWS, Canada/Mexico via Open-Meteo). Sports analytics, betting models, broadcast overlays.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Hourly weather forecasts pre-joined to FIFA World Cup 2026 stadium matchday windows. Covers all 16 WC 2026 host venues across the USA, Canada, and Mexico — giving you stadium-level weather at kick-off time without any ETL work.

What It Does

  • Fetches hourly weather data for all 16 WC 2026 stadiums
  • USA venues (12) — NOAA National Weather Service (NWS) two-step API: /points/gridpoints/*/forecast/hourly
  • Canada (2) and Mexico (2) venues — Open-Meteo free API
  • Pre-joins forecasts to the FIFA fixture schedule (match_id + kick-off UTC)
  • Delivers one row per (venue × forecast hour), ready for betting models, broadcast overlays, or AI sports previews

Use Cases

  • Sports betting weather models — rain probability, wind speed, and temperature at kick-off drive expected-goals adjustments
  • Broadcast pre-match overlay graphics — "Expect 22°C with a 15% chance of rain at MetLife Stadium"
  • AI sports preview generation — inject structured weather context into LLM match previews
  • Fantasy sports — weather-aware start/sit decisions for outdoor stadiums

Input

ParameterTypeDefaultDescription
maxItemsinteger10Maximum number of weather records to return (0 = no limit)
hoursAheadinteger96Forecast horizon in hours (max 168)
venueFilterstring(all)Comma-separated venue names to filter (e.g. "MetLife, SoFi")

Output Schema

Each record contains:

FieldTypeDescription
venue_namestringStadium name (e.g. MetLife Stadium)
citystringHost city
countrystringHost country (USA, Canada, Mexico)
latitudenumberVenue latitude
longitudenumberVenue longitude
match_idstringFIFA match identifier (null if no match in window)
match_kickoff_utcstringMatch kickoff time UTC ISO-8601
forecast_time_utcstringForecast period start UTC ISO-8601
temperature_cnumberTemperature in Celsius
temperature_fnumberTemperature in Fahrenheit
feels_like_cnumberApparent temperature in Celsius
humidity_pctnumberRelative humidity percentage
wind_speed_kmhnumberWind speed km/h
wind_gust_kmhnumberWind gust speed km/h
precipitation_probability_pctnumberPrecipitation probability %
precipitation_mmnumberPrecipitation amount mm
cloud_cover_pctnumberCloud cover %
weather_descriptionstringHuman-readable weather condition
sourcestringData source: nws or open_meteo

Venues Covered

USA (NWS source): MetLife Stadium (NJ), Rose Bowl (CA), AT&T Stadium (TX), SoFi Stadium (CA), Levi's Stadium (CA), Allegiant Stadium (NV), Arrowhead Stadium (MO), Hard Rock Stadium (FL), NRG Stadium (TX), Lincoln Financial Field (PA), Gillette Stadium (MA), Lumen Field (WA)

Canada (Open-Meteo): BC Place (Vancouver), BMO Field (Toronto)

Mexico (Open-Meteo): Estadio Azteca (Mexico City), Estadio Akron (Guadalajara)

Data Sources

  • NOAA NWS API — Free, US-only, authoritative government forecasts
  • Open-Meteo API — Free tier (10k calls/day), global coverage for non-US venues

Both APIs require no authentication key. Rate limits are respected automatically.