Group A runners-up vs Group B runners-up

Date
Sunday, June 28, 2026
Kickoff (UTC)
19:00:00 UTC
Venue
SoFi Stadium
Stage
Round of 32
Your local time:Sun, 28 Jun 2026 19:00:00 UTC
Get this via API

Get Group A runners-up vs Group B 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

Request
GET https://api.thestatsapi.com/api/football/matches/{match_id}/stats
Authorization: Bearer YOUR_API_KEY
JSON response
{
  "data": {
    "match_id": "wc26_grouparunn",
    "competition": "FIFA World Cup 2026",
    "stage": "Round of 32",
    "kickoff_utc": "2026-06-28T19:00:00Z",
    "venue": "SoFi Stadium",
    "home": { "name": "Group A runners-up", "score": null },
    "away": { "name": "Group B 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"
  }
}
Looking for the full schedule? World Cup fixtures API · World Cup odds API

Group A runners-up vs Group B runners-up preview

Group A runners-up vs Group B 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 Sunday, June 28, 2026 at SoFi Stadium, Los Angeles (Inglewood).

SoFi Stadium (capacity 70,240) is the fixed-roof home of the Los Angeles Rams, Los Angeles Chargers (NFL). It sits 35m above sea level in Los Angeles (Inglewood). June/July temperatures in Los Angeles average a high of 27°C and a low of 17°C — relevant context for player workload and broadcast scheduling.

Get live Group A runners-up vs Group B runners-up data

JavaScript
// Fetch live data for Group A runners-up vs Group B runners-up
const response = await fetch(
  'https://api.thestatsapi.com/api/football/matches?competition_id={COMPETITION_ID}&date=2026-06-28',
  { 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 A runners-up vs Group B runners-up at the 2026 World Cup?

Group A runners-up vs Group B runners-up is scheduled for Sunday, June 28, 2026, kicking off at Sun, 28 Jun 2026 19:00:00 UTC at SoFi Stadium, Los Angeles (Inglewood).

What stage is Group A runners-up vs Group B runners-up?

Group A runners-up vs Group B runners-up is a Round of 32 fixture at the 2026 FIFA World Cup.

What stadium hosts Group A runners-up vs Group B runners-up?

SoFi Stadium (capacity 70,240, opened 2020, fixed roof, natural grass (laid over turf)) in Los Angeles (Inglewood) hosts Group A runners-up vs Group B runners-up.

Where can I watch Group A runners-up vs Group B 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 A runners-up vs Group B runners-up in my timezone?

Group A runners-up vs Group B runners-up kicks off at Sun, 28 Jun 2026 19: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 A runners-up vs Group B runners-up stats via API?

Use TheStatsAPI matches endpoint with competition_id={COMPETITION_ID} and filter by date (2026-06-28) 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 A runners-up vs Group B runners-up live via API

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