ImanimalXI / fifa-worldcup-2018

FIFA Worldcup 2018 - json data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIFA Worldcup 2018 - json data

Build Status

Data explanation

Match types

group

Means its a regular group match

qualified

Means it should look at the home_team and away_team fields where the code will be either winner_X or runner_X where X = the group key.

Eg: winner_h means the team will be the winner of the group H. runner_b means the team will be second placed team in the group B.

winner

home_team and away_team will be a integer, meaning it should take the winner of the match.

Eg: home_team = 59 - means the winning team from match 59 will be the home_team

loser

The opposite of the winner key (Only used for 3rd place play-off)

Eg: home_team = 62 means the losing team from match 62 will be the home_team

TV Channels

Each match has a array of channels. The tv channels will be defined in the json file aswell.

Todo

  • A nice frontend :)
  • More stadium info
  • More TV channels(?)

About

FIFA Worldcup 2018 - json data

License:MIT License