Group E runners-up vs Group I runners-up
Get Group E runners-up vs Group I runners-up 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
GET https://api.thestatsapi.com/api/football/matches/{match_id}/stats
Authorization: Bearer YOUR_API_KEY{
"data": {
"match_id": "wc26_grouperunn",
"competition": "FIFA World Cup 2026",
"stage": "Round of 32",
"kickoff_utc": "2026-06-30T17:00:00Z",
"venue": "AT&T Stadium",
"home": { "name": "Group E runners-up", "score": null },
"away": { "name": "Group I runners-up", "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"
}
}Group E runners-up vs Group I runners-up preview
Group E runners-up vs Group I runners-up 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 Tuesday, June 30, 2026 at AT&T Stadium, Dallas (Arlington).
AT&T Stadium (capacity 80,000) is the retractable-roof home of the Dallas Cowboys (NFL). It sits 130m above sea level in Dallas (Arlington). June/July temperatures in Dallas average a high of 35°C and a low of 23°C — relevant context for player workload and broadcast scheduling.
Get live Group E runners-up vs Group I runners-up data
// Fetch live data for Group E runners-up vs Group I runners-up
const response = await fetch(
'https://api.thestatsapi.com/api/football/matches?competition_id={COMPETITION_ID}&date=2026-06-30',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const { data } = await response.json();
// data: [{ id, kickoff_utc, status, score, lineups, events, xg, ... }]Other matches on Jun 30
Other matches at AT&T Stadium
Frequently Asked Questions
When is Group E runners-up vs Group I runners-up at the 2026 World Cup?
Group E runners-up vs Group I runners-up is scheduled for Tuesday, June 30, 2026, kicking off at Tue, 30 Jun 2026 17:00:00 UTC at AT&T Stadium, Dallas (Arlington).
What stage is Group E runners-up vs Group I runners-up?
Group E runners-up vs Group I runners-up is a Round of 32 fixture at the 2026 FIFA World Cup.
What stadium hosts Group E runners-up vs Group I runners-up?
AT&T Stadium (capacity 80,000, opened 2009, retractable roof, natural grass (laid over turf)) in Dallas (Arlington) hosts Group E runners-up vs Group I runners-up.
Where can I watch Group E runners-up vs Group I runners-up?
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 E runners-up vs Group I runners-up in my timezone?
Group E runners-up vs Group I runners-up kicks off at Tue, 30 Jun 2026 17: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 E runners-up vs Group I runners-up stats via API?
Use TheStatsAPI matches endpoint with competition_id={COMPETITION_ID} and filter by date (2026-06-30) 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 E runners-up vs Group I runners-up live via API
Real-time scores, lineups, events, xG, and odds. 7-day free trial.