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 ;-)
- Host: GitHub
- URL: https://github.com/openfootball/euro.json
- Owner: openfootball
- License: cc0-1.0
- Created: 2014-09-02T15:32:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T15:41:09.000Z (almost 2 years ago)
- Last Synced: 2026-01-13T07:54:30.826Z (5 months ago)
- Topics: euro, euro2020, euro2021, euro2024, json, opendata
- Homepage:
- Size: 390 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.2020.md
- License: LICENSE.md
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"
},
...
],
},
],
}
```