Group L winners vs Group E/H/I/J/K third place

Date
Wednesday, July 1, 2026
Kickoff (UTC)
16:00:00 UTC
Venue
Mercedes-Benz Stadium
Stage
Round of 32
Your local time:Wed, 01 Jul 2026 16:00:00 UTC
Get this via API

Get Group L winners vs Group E/H/I/J/K third place via API

Fetch the fixture, live score, odds, xG, lineups, and per-player stats for this match by match ID. Free 7-day trial, every endpoint included.

GET /football/matches/{match_id}/stats

Request
GET https://api.thestatsapi.com/api/football/matches/{match_id}/stats
Authorization: Bearer YOUR_API_KEY
JSON response
{
  "data": {
    "match_id": "wc26_grouplwinn",
    "competition": "FIFA World Cup 2026",
    "stage": "Round of 32",
    "kickoff_utc": "2026-07-01T16:00:00Z",
    "venue": "Mercedes-Benz Stadium",
    "home": { "name": "Group L winners", "score": null },
    "away": { "name": "Group E/H/I/J/K third place", "score": null },
    "odds": { "home": "2.10", "draw": "3.30", "away": "3.40" },
    "xg": { "home": null, "away": null },
    "lineups": "available ~1h before kickoff",
    "player_stats": "available live + final"
  }
}
Looking for the full schedule? World Cup fixtures API · World Cup odds API

Group L winners vs Group E/H/I/J/K third place preview

Group L winners vs Group E/H/I/J/K third place is a Round of 32 fixture at the 2026 FIFA World Cup. Win and advance; lose and the tournament is over. The match takes place on Wednesday, July 1, 2026 at Mercedes-Benz Stadium, Atlanta.

Mercedes-Benz Stadium (capacity 75,000) is the retractable-roof home of the Atlanta Falcons (NFL), Atlanta United (MLS). It sits 320m above sea level in Atlanta. June/July temperatures in Atlanta average a high of 32°C and a low of 21°C, with notable rainfall — relevant context for player workload and broadcast scheduling.

Get live Group L winners vs Group E/H/I/J/K third place data

JavaScript
// Fetch live data for Group L winners vs Group E/H/I/J/K third place
const response = await fetch(
  'https://api.thestatsapi.com/api/football/matches?competition_id={COMPETITION_ID}&date=2026-07-01',
  { headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const { data } = await response.json();
// data: [{ id, kickoff_utc, status, score, lineups, events, xg, ... }]

Frequently Asked Questions

When is Group L winners vs Group E/H/I/J/K third place at the 2026 World Cup?

Group L winners vs Group E/H/I/J/K third place is scheduled for Wednesday, July 1, 2026, kicking off at Wed, 01 Jul 2026 16:00:00 UTC at Mercedes-Benz Stadium, Atlanta.

What stage is Group L winners vs Group E/H/I/J/K third place?

Group L winners vs Group E/H/I/J/K third place is a Round of 32 fixture at the 2026 FIFA World Cup.

What stadium hosts Group L winners vs Group E/H/I/J/K third place?

Mercedes-Benz Stadium (capacity 75,000, opened 2017, retractable roof, natural grass (laid over turf)) in Atlanta hosts Group L winners vs Group E/H/I/J/K third place.

Where can I watch Group L winners vs Group E/H/I/J/K third place?

Check your local FIFA broadcast partner for live coverage. Live scores, lineups, in-match events, xG, and odds are also available in real time via TheStatsAPI matches endpoint.

What is the kickoff time for Group L winners vs Group E/H/I/J/K third place in my timezone?

Group L winners vs Group E/H/I/J/K third place kicks off at Wed, 01 Jul 2026 16:00:00 UTC. Convert it to your local timezone using the kickoff converter on this page — it works without an account.

How can I get live Group L winners vs Group E/H/I/J/K third place stats via API?

Use TheStatsAPI matches endpoint with competition_id={COMPETITION_ID} and filter by date (2026-07-01) or by match ID to get live scores, lineups, in-match events (goals, cards, substitutions), xG, and per-player stats. Updates land within seconds of the source feed.

Track Group L winners vs Group E/H/I/J/K third place live via API

Real-time scores, lineups, events, xG, and odds. 7-day free trial.