{"_id":"football.json","_rev":"3-d12a8ef7f380e050c3e79f4e2537bfb3","name":"football.json","description":"football.json - Free open public domain football data in JSON incl. English Premier League, Bundesliga, Primera División, Serie A and more","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"football.json","version":"1.0.0","description":"football.json - Free open public domain football data in JSON incl. English Premier League, Bundesliga, Primera División, Serie A and more","repository":{"type":"git","url":"git://github.com/openfootball/football.json.git"},"keywords":["football","bundesliga","premierleague","primeradivision","seriea","gooooooal","open data"],"author":{"name":"Gerald Bauer"},"license":"Public Domain","bugs":{"url":"https://github.com/openfootball/football.json/issues"},"homepage":"https://github.com/openfootball/football.json","gitHead":"87a5885f452f56aebda034eb13aca1107bf19f59","_id":"football.json@1.0.0","scripts":{},"_shasum":"18f1d1fc6d20359e47472ad864f7eed40dbda725","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"geraldb","email":"gerald.bauer@gmail.com"},"dist":{"shasum":"18f1d1fc6d20359e47472ad864f7eed40dbda725","tarball":"https://registry.npmjs.org/football.json/-/football.json-1.0.0.tgz","integrity":"sha512-hb32u/zdO4FIt6gpWQEpozM4n416pedqpgurYuP81e30WQsfOJgaAax57Dxt5r4ZSE9hiVOszr7gVKuzrGuJaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqYJS+tVOqFiVLxP8tKFhZNggbg3g3v5Pdtz6KmYhj2QIhAJF64asnaBJTuud8JIJ+AgRYY0P7Hwhe538/muHJg+Rr"}]},"maintainers":[{"name":"geraldb","email":"gerald.bauer@gmail.com"}]}},"readme":"# football.json\n\nFree open public domain football data in the JSON (JavaScript Object Notation)\ndata interchange format.\n\nLeagues include:\n\n- English Premier League\n- Deutsche Bundesliga\n- Spanish Primera División (\"La Liga\")\n- Italian Serie A\n- and more\n\nExample - Premier League 2015/16 Match Schedule (Fixtures and Result) - [`2015-16/en.1.json`](https://github.com/openfootball/football.json/blob/master/2015-16/en.1.json):\n\n``` json\n{\n  \"name\": \"English Premier League 2015/16\",\n  \"rounds\": [\n    {\n      \"name\": \"Matchday 1\",\n      \"matches\": [\n        {\n          \"date\": \"2015-08-08\",\n          \"team1\": {\n            \"key\": \"manutd\",\n            \"name\": \"Manchester United\",\n            \"code\": \"MUN\"\n          },\n          \"team2\": {\n            \"key\": \"tottenham\",\n            \"name\": \"Tottenham Hotspur\",\n            \"code\": \"TOT\"\n          },\n          \"score1\": 1,\n          \"score2\": 0\n        },\n        {\n          \"date\": \"2015-08-09\",\n          \"team1\": {\n            \"key\": \"arsenal\",\n            \"name\": \"Arsenal\",\n            \"code\": \"ARS\"\n          },\n          \"team2\": {\n            \"key\": \"westham\",\n            \"name\": \"West Ham United\",\n            \"code\": \"WHU\"\n          },\n          \"score1\": 0,\n          \"score2\": 2\n        },\n        ...\n      ]\n    }\n  ]\n}\n```\n\n\nExample - Premier League 2015/16 Clubs - [`2015-16/en.1.clubs.json`](https://github.com/openfootball/football.json/blob/master/2015-16/en.1.clubs.json):\n\n``` json\n{\n  \"name\": \"English Premier League 2015/16\",\n  \"clubs\": [\n    {\n      \"key\": \"chelsea\",\n      \"name\": \"Chelsea\",\n      \"code\": \"CHE\"\n    },\n    {\n      \"key\": \"arsenal\",\n      \"name\": \"Arsenal\",\n      \"code\": \"ARS\"\n    },\n    {\n      \"key\": \"manutd\",\n      \"name\": \"Manchester United\",\n      \"code\": \"MUN\"\n    },\n    ...\n  ]\n}\n```\n\n\n## Automate, Automate, Automate\n\nNote: The JSON files get (auto-)generated using the football.db datasets, thus, please do NOT\nedit the JSON files but the source files in the country repos e.g.:\n\n- English Premier League in [`/en-england`](https://github.com/openfootball/eng-england)\n- Deutsche Bundesliga in [`/de-deutschland`](https://github.com/openfootball/de-deutschland)\n- Spanish Primera División (\"La Liga\") in [`/es-espana`](https://github.com/openfootball/es-espana)\n- Italian Serie A  in [`/it-italy`](https://github.com/openfootball/it-italy)\n- and so on\n\n\nIf all works weekly updates get pushed by the skriptbot.\nSee the [`skriptbot/football.json`](https://github.com/skriptbot/football.json) scripts for\nthe (auto-)update machinery.\n\n\n\n## Contributions Welcome - Add Your Leagues and Tournaments!\n\nAny leagues or tournaments missing? Contributions welcome!\nFor starting your own repo from scratch see the [Mauritius League Quick Starter Kit](https://github.com/sportkit/mu-mauritius).\n\n\n## License\n\nThe football.json schema, data and scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.\n\n\n## Questions? Comments?\n\nSend them along to the\n[Open Sports & Friends Forum/Mailing List](http://groups.google.com/group/opensport).\nThanks!\n","maintainers":[{"name":"geraldb","email":"gerald.bauer@gmail.com"}],"time":{"modified":"2022-06-18T02:53:12.752Z","created":"2015-11-18T08:39:27.061Z","1.0.0":"2015-11-18T08:39:27.061Z"},"homepage":"https://github.com/openfootball/football.json","keywords":["football","bundesliga","premierleague","primeradivision","seriea","gooooooal","open data"],"repository":{"type":"git","url":"git://github.com/openfootball/football.json.git"},"author":{"name":"Gerald Bauer"},"bugs":{"url":"https://github.com/openfootball/football.json/issues"},"license":"Public Domain","readmeFilename":"README.md"}