Created
January 21, 2019 18:09
-
-
Save devmeireles/1cd432cd9a2e6e066d6688ad8bd045f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"time_nome": "Arsenal", | |
"liga_nome": "Premier League", | |
"estadio": { | |
"nome": "Emirates Stadium", | |
"capacidade": "41631", | |
"ingressos": [ | |
"30", | |
"35", | |
"60" | |
] | |
}, | |
"imagens": { | |
"logo": "https://www.fifaindex.com/static/FIFA19/images/crest/256/light/1.png" | |
}, | |
"rival": "Spurs", | |
"dinheiro_inicial": "92500000", | |
"kits": { | |
"home": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/0/1.png" | |
}, | |
"away": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/1/1.png" | |
}, | |
"alternative": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/3/1.png" | |
}, | |
"goalkeeper": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/2/1.png" | |
} | |
} | |
}, | |
{ | |
"time_nome": "Spurs", | |
"liga_nome": "Premier League", | |
"estadio": { | |
"nome": "Wembley Stadium", | |
"capacidade": "90000", | |
"ingressos": [ | |
"25", | |
"45", | |
"70" | |
] | |
}, | |
"imagens": { | |
"logo": "https://www.fifaindex.com/static/FIFA19/images/crest/256/light/18.png" | |
}, | |
"rival": "Arsenal", | |
"dinheiro_inicial": "85000000", | |
"kits": { | |
"home": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/0/18.png" | |
}, | |
"away": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/1/18.png" | |
}, | |
"alternative": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/3/18.png" | |
}, | |
"goalkeeper": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/2/18.png" | |
} | |
} | |
}, | |
{ | |
"time_nome": "Liverpool", | |
"liga_nome": "Premier League", | |
"estadio": { | |
"nome": "Anfield", | |
"capacidade": "54074", | |
"ingressos": [ | |
"25", | |
"45", | |
"70" | |
] | |
}, | |
"imagens": { | |
"logo": "https://www.fifaindex.com/static/FIFA19/images/crest/256/light/9.png" | |
}, | |
"rival": "Manchester Utd", | |
"dinheiro_inicial": "90000000", | |
"kits": { | |
"home": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/0/9.png" | |
}, | |
"away": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/1/9.png" | |
}, | |
"alternative": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/3/9.png" | |
}, | |
"goalkeeper": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/2/9.png" | |
} | |
} | |
}, | |
{ | |
"time_nome": "Futbol Club Barcelona", | |
"liga_nome": "La Liga", | |
"estadio": { | |
"nome": "Camp Nou", | |
"capacidade": "99354", | |
"ingressos": [ | |
20, | |
35, | |
65 | |
] | |
}, | |
"imagens": { | |
"logo": "https://www.fifaindex.com/static/FIFA19/images/crest/256/light/241.png" | |
}, | |
"rival": "Real Madrid", | |
"dinheiro_inicial": "188000000", | |
"kits": { | |
"home": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/0/241.png" | |
}, | |
"away": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/1/241.png" | |
}, | |
"alternative": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/3/241.png" | |
}, | |
"goalkeeper": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/2/241.png" | |
} | |
} | |
}, | |
{ | |
"time_nome": "Real Madrid", | |
"liga_nome": "La Liga", | |
"estadio": { | |
"nome": "Estádio Santiago Bernabéu", | |
"capacidade": "81044", | |
"ingressos": [ | |
25, | |
35, | |
50 | |
] | |
}, | |
"imagens": { | |
"logo": "https://www.fifaindex.com/static/FIFA19/images/crest/256/light/241.png" | |
}, | |
"rival": "Barcelona", | |
"dinheiro_inicial": "188500000", | |
"kits": { | |
"home": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/0/243.png" | |
}, | |
"away": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/1/243.png" | |
}, | |
"alternative": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/3/243.png" | |
}, | |
"goalkeeper": { | |
"link": "https://www.fifaindex.com/static/FIFA19/images/kits/125/2/243.png" | |
} | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment