All Projects → openfootball → Football.json

openfootball / Football.json

Licence: cc0-1.0
Free open public domain football data in JSON incl. English Premier League, Bundesliga, Primera División, Serie A and more - No API key required ;-)

Projects that are alternatives of or similar to Football.json

World Cup.json
Free open public domain football data for the world cups in JSON incl. Russia 2018 and more - No API key required ;-)
Stars: ✭ 152 (-75.95%)
Mutual labels:  opendata, football, json
Sport.db
sport.db - open sports database (e.g. football.db, formula1.db etc.) command line tool and libraries
Stars: ✭ 202 (-68.04%)
Mutual labels:  opendata, football
England
Football data for England (and Wales) incl. English Premier League, The Football League (Championship, League One, League Two), Football Conference etc.
Stars: ✭ 117 (-81.49%)
Mutual labels:  opendata, football
espana
Free open public domain football data (football.db) for España (Spain) / Europe - Primera División / La Liga, etc.
Stars: ✭ 64 (-89.87%)
Mutual labels:  opendata, football
Kalulu
Uganda Elections Tools and Resources
Stars: ✭ 24 (-96.2%)
Mutual labels:  opendata, json
Json Stat
JSON-stat Toolkit version 0
Stars: ✭ 79 (-87.5%)
Mutual labels:  opendata, json
worldcup
Free open public domain football data for the World Cup (incl. Qatar 2022, Russia 2018, Brazil 2014, etc.) and World Cup Quali(fiers)
Stars: ✭ 530 (-16.14%)
Mutual labels:  opendata, football
England
Free open public domain football data for England (and Wales) incl. English Premier League (EPL) etc.
Stars: ✭ 354 (-43.99%)
Mutual labels:  opendata, football
worldcup.json
Free open public domain football data for the world cups in JSON incl. Russia 2018 and more - No API key required ;-)
Stars: ✭ 156 (-75.32%)
Mutual labels:  opendata, football
italy
Free open public domain football data (football.db) for Italy / Europe - Serie A etc.
Stars: ✭ 35 (-94.46%)
Mutual labels:  opendata, football
Factbook.json
World Factbook Country Profiles in JSON - Free Open Public Domain Data - No API Key Required ;-)
Stars: ✭ 750 (+18.67%)
Mutual labels:  opendata, json
World Cup
Free open public domain football data for the World Cup (incl. Qatar 2022, Russia 2018, Brazil 2014, etc.) and World Cup Quali(fiers)
Stars: ✭ 450 (-28.8%)
Mutual labels:  opendata, football
euro
Free open public domain football data (euro.db) for Euro 2008, Euro 2012, Euro 2016, Euro 2020 (2021), etc.
Stars: ✭ 38 (-93.99%)
Mutual labels:  opendata, football
deutschland
Free open public domain football data for Germany (Deutschland) incl. Deutsche Bundesliga, 2. Bundesliga, 3. Liga, DFB Pokal etc.
Stars: ✭ 64 (-89.87%)
Mutual labels:  opendata, football
Visidata
A terminal spreadsheet multitool for discovering and arranging data
Stars: ✭ 4,606 (+628.8%)
Mutual labels:  opendata, json
Footballdata
A hodgepodge of JSON and CSV Football/Soccer data
Stars: ✭ 526 (-16.77%)
Mutual labels:  opendata, football
World countries
Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric country codes as defined by the ISO 3166 standard, available in CSV, JSON , PHP and SQL formats, in multiple languages and with national flags included
Stars: ✭ 598 (-5.38%)
Mutual labels:  json
Kafka Pixy
gRPC/REST proxy for Kafka
Stars: ✭ 613 (-3.01%)
Mutual labels:  json
Laravel Schemaless Attributes
Add schemaless attributes to Eloquent models
Stars: ✭ 595 (-5.85%)
Mutual labels:  json
Trdsql
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
Stars: ✭ 593 (-6.17%)
Mutual labels:  json

football.json

Free open public domain football data in the JSON (JavaScript Object Notation) data interchange format.

Leagues include:

  • English Premier League, Championship, League One, League Two
  • Deutsche Bundesliga, 2. Bundesliga, 3. Liga
  • Spanish Primera División ("La Liga"), Segunda División
  • Italian Serie A, Serie B
  • French Ligue 1, Ligue 2
  • and more

Example - Premier League 2015/16 Match Schedule (Fixtures and Results) - 2015-16/en.1.json:

{
  "name": "Premier League 2015/16",
  "matches": [
        {
          "round": "Matchday 1", 
          "date":  "2015-08-08",
          "team1": "Manchester United",
          "team2": "Tottenham Hotspur",
          "score": { "ft": [1, 0] }
        },
        {
          "round": "Matchday 1", 
          "date":  "2015-08-09",
          "team1": "Arsenal",
          "team2": "West Ham United",
          "score": { "ft": [0, 2] }
        },
        ...
  ]
}

Example - Premier League 2015/16 Clubs - 2015-16/en.1.clubs.json:

{
  "name": "Premier League 2015/16",
  "clubs": [
    {
      "name":    "Chelsea",
      "code":    "CHE"
    },
    {
      "name":    "Arsenal",
      "code":    "ARS"
    },
    {
      "name":    "Manchester United",
      "code":    "MUN"
    },
    ...
  ]
}

How to Use the Public JSON API Service - No API Key Required ;-)

Use the "raw" links served by GitHub ( otherwise you get the complete "formatted" GitHub page). Example:

$ curl https://raw.githubusercontent.com/openfootball/football.json/master/2015-16/en.1.clubs.json

Updates / Contributions Welcome - Please Update the Football.TXT Sources

Note: The Football.JSON files get (auto-)generated using the datasets in the Football.TXT format, thus, please do NOT edit the (auto-)generated JSON files but the Football.TXT sources in the country repos e.g.:

  • English Premier League, Championship, League One, League Two in /england
  • Deutsche Bundesliga, 2. Bundesliga, 3. Liga in /deutschland
  • Spanish Primera División ("La Liga"), Segunda División in /espana
  • Italian Serie A, Serie B in /italy
  • French Ligue 1, Ligue 2 in /france
  • and so on

and than (auto-)generate the football.json updates. If you only edit / patch the (auto-)generated JSON files without updating the sources than your changes will get lost / overwritten with the next update.

Do-It-Yourself (DIY) - How To (Auto)-Generate and Update the football.json Datasets

If you want to help out updating the (auto-)generated football.json datasets right here from the sources - you are more than welcome. See the yorobot/football.json build scripts to get started or use your very own.

Add Your Leagues and Tournaments!

Any leagues or tournaments missing? Contributions welcome! For starting your own repo from scratch see the League Quick Starter Kit.

More - Add Your Scripts Here

Enrique Lopez Magallon (@enadol) writes:

Greetings! I started coding the following python robot to read the .txt files (for instance, "1-bundesliga-i.txt)" and generate an emulated version of the JSONs featured in football.json.

https://github.com/enadol/fbjsonrobot

Just make sure the proper .txt file is on the same folder, launch the file launch.py and that's (almost) it! For other leagues, adapt is required.

It's still not perfect, but that's Github is for! 😄

Have fun! ⚽️ ⚽️

Nurgazy Nazhimidinov (@nurgasemetey) writes:

I use [the football.json datasets] in my tool.

Basically it compares the last season and this season head-to-head results of the [English Premier League] team.

Here is the link: https://compare-last-season.netlify.app/

Here is the source code: https://github.com/nurgasemetey/compare-last-season

License

The football.json schema, data and scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Send them along to the Open Sports & Friends Forum/Mailing List. Thanks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].