This API allows the user to access English Premier League Standings from the 1992/1993 season until the 2023/2024 season.
https://api.msmc.cc
Endpoint: /api/premier/:season
Method: GET
/api/premier/2020
{
"season_end_year": "2020",
"team": "Liverpool",
"position": "1",
"played": "38",
"won": "32",
"drawn": "3",
"lost": "3",
"gf": "85",
"ga": "33",
"gd": "52",
"points": "99",
"notes": "Champions"
}
Endpoint: /api/premier/:season/:place
Method: GET
/api/premier/2015/3
{
"season_end_year": "2015",
"team": "Arsenal",
"position": "3",
"played": "38",
"won": "20",
"drawn": "11",
"lost": "7",
"gf": "65",
"ga": "36",
"gd": "29",
"points": "71",
"notes": ""
}
Endpoint: /api/premier/random
Method: GET
/api/premier/random
{
"season_end_year": "2004",
"team": "Arsenal",
"position": "1",
"played": "38",
"won": "26",
"drawn": "12",
"lost": "0",
"gf": "73",
"ga": "26",
"gd": "47",
"points": "90",
"notes": "Invincible Season"
}
Endpoint: /api/premier/random/:season
Method: GET
/api/premier/random/2010
{
"season_end_year": "2010",
"team": "Liverpool",
"position": "7",
"played": "38",
"won": "18",
"drawn": "9",
"lost": "11",
"gf": "61",
"ga": "35",
"gd": "26",
"points": "63",
"notes": ""
}
For support, email [email protected]