在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:openfootball/football.json开源软件地址:https://github.com/openfootball/football.json开源编程语言:开源软件介绍:football.jsonFree open public domain football data in the JSON (JavaScript Object Notation) data interchange format. Leagues include:
Example - Premier League 2015/16 Match Schedule (Fixtures and Results) - {
"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 - {
"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:
Updates / Contributions Welcome - Please Update the Football.TXT SourcesNote: 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.:
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 DatasetsIf you want to help out updating the (auto-)generated football.json datasets right here from the sources - you are more than welcome. See the 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 HereEnrique Lopez Magallon (@enadol) writes:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论