An open API service indexing awesome lists of open source software.

https://github.com/openfootball/euro.json

Free open public domain football data for the European Football Championship ("Euro") in JSON incl. Euro 2024 and more - No API key required ;-)
https://github.com/openfootball/euro.json

euro euro2020 euro2021 euro2024 json opendata

Last synced: 5 months ago
JSON representation

Free open public domain football data for the European Football Championship ("Euro") in JSON incl. Euro 2024 and more - No API key required ;-)

Awesome Lists containing this project

README

          

Example - Euro 2020 Match Schedule (Fixtures and Results) - [`2020/euro.json`](https://raw.githubusercontent.com/openfootball/euro.json/master/2020/euro.json):

``` json
{
"name": "Euro 2020",
"rounds": [
{
"name": "Matchday 1",
"matches": [
{
"num": 1,
"date": "2021-06-11",
"team1": { "name": "Turkey", "code": "TUR" },
"team2": { "name": "Italy", "code": "ITA" },
"score1": 0,
"score2": 3,
"score1i": 0,
"score2i": 0,
"group": "Group A"
},
{
"num": 2,
"date": "2021-06-12",
"team1": { "name": "Wales", "code": "WAL" },
"team2": { "name": "Switzerland", "code": "SUI" },
"score1": 1,
"score2": 1,
"score1i": 0,
"score2i": 0,
"group": "Group A"
},
...
],
},
],
}
```