2022 FIFA World Cup bracket and standings
A simple website designed to help you track 2022's FIFA World Cup bracket and standings. Data is from worldcupjson.net and the flags are from FIFA, thanks! Click on a match to show a play-by-play view, and view live score updates! The current (or most recent) game appears at the top of your screen. Once the group games are done, scroll down to see an entire tournament bracket also updated in real time. If you have any suggestions, be sure to post them here , and I'll add them ASAP! Learn about stadium worker solidarity.
(c) cole wilson 2022
⚽ support my work!
press [esc] to exit fullscreen
double-click to open fullscreen
{{current.home_team.name}}
({{current.home_team.penalties}})
{{current.home_team.goals}}-{{current.away_team.goals}}
{{current.time.replaceAll("full-time", "FT").replaceAll("90'", "FT")}}
FINAL
{{current.away_team.name}}
({{current.away_team.penalties}})
updates every minute
showing match {{currentcount+1}}/{{currentgamenames.length}}: {{name}}
×
Match #{{details.id}}
{{details.home_team.name}}
({{details.home_team.penalties}} penalties)
{{details.home_team.goals}}-{{details.away_team.goals}}
vs.
{{details.away_team.name}}
({{details.away_team.penalties}} penalties)
{{time(details.datetime, true)}}
{{details.venue}}, {{details.location}} ({{details.attendance}} attendees)
Event List:
(none yet)
{{event.time}} {{event.type_of_event}}
{{event.player}} {{event.off}}
{{event.type_of_event}} {{event.time}}
{{event.player}} {{event.off}}
Players:
(g:goalkeeper, d:defender, m:midfielder, f:forward, u:unknown)
{{String(player.shirt_number).padStart(2,0)}} {{player.name}} {{player.position[0].toLowerCase()}}
{{player.position[0].toLowerCase()}} {{player.name}} {{String(player.shirt_number).padStart(2,0)}}
substitutes
{{String(player.shirt_number).padStart(2,0)}} {{player.name}} {{player.position[0].toLowerCase()}}
{{player.position[0].toLowerCase()}} {{player.name}} {{String(player.shirt_number).padStart(2,0)}}
Officials:
(none yet)
{{official.name}}
{{official.role}}
Weather:
{{details.weather.description}}
{{Math.round((details.weather.temp_celsius*1.8) + 32)}}°F
{{details.weather.temp_celsius}}°C
last updated at {{details.last_checked_at}} - details