{"openapi":"3.2.0","info":{"title":"ALLSVENSKAN API","description":"API for Swedish main soccer league Allsvenskan and Superettan.","version":"1.0.0"},"servers":[{"url":"https://xzppd.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Leagues"},{"name":"Players"},{"name":"Table"},{"name":"Teams"}],"x-agent-commerce":{"catalog_url":"https://xzppd.jojapi.net/_jojapi/agent/plans","discovery_url":"https://xzppd.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/allsvenskan-api","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/api/Leagues/GetLeagues":{"get":{"operationId":"get_api_Leagues_GetLeagues","summary":"GET /api/Leagues/GetLeagues","description":"Get all leagues in Allsvenskan and Superettan","tags":["Leagues"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"leagueStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"season":{"type":"string","nullable":true},"teams":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}}}}},"/api/Leagues/GetLeagueByName/{name}":{"get":{"operationId":"get_api_Leagues_GetLeagueByName_name","summary":"GET /api/Leagues/GetLeagueByName/{name}","description":"Get league by name","tags":["Leagues"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"leagueStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"season":{"type":"string","nullable":true},"teams":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}}},"parameters":[{"name":"name","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/Leagues/GetLeagueById/{id}":{"get":{"operationId":"get_api_Leagues_GetLeagueById_id","summary":"GET /api/Leagues/GetLeagueById/{id}","description":"Get league by ID","tags":["Leagues"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"leagueStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"season":{"type":"string","nullable":true},"teams":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}]}},"/api/Players/GetPlayers":{"get":{"operationId":"get_api_Players_GetPlayers","summary":"GET /api/Players/GetPlayers","description":"Get all players in allsvenskan and superettan","tags":["Players"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"position":{"type":"string","nullable":true},"number":{"type":"integer","format":"int32"},"nationality":{"type":"string","nullable":true},"yearOfBirth":{"type":"string","nullable":true},"height":{"type":"string","nullable":true},"weight":{"type":"string","nullable":true},"playerStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"season":{"type":"string","nullable":true},"team":{"type":"string","nullable":true},"playedGames":{"type":"integer","format":"int32"},"playedMinutes":{"type":"integer","format":"int32"},"goals":{"type":"integer","format":"int32"},"assists":{"type":"integer","format":"int32"},"yellowCards":{"type":"integer","format":"int32"},"redCards":{"type":"integer","format":"int32"}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}}}}},"/api/Players/GetPlayerByName/{name}":{"get":{"operationId":"get_api_Players_GetPlayerByName_name","summary":"GET /api/Players/GetPlayerByName/{name}","description":"Get player by name","tags":["Players"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"position":{"type":"string","nullable":true},"number":{"type":"integer","format":"int32"},"nationality":{"type":"string","nullable":true},"yearOfBirth":{"type":"string","nullable":true},"height":{"type":"string","nullable":true},"weight":{"type":"string","nullable":true},"playerStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"season":{"type":"string","nullable":true},"team":{"type":"string","nullable":true},"playedGames":{"type":"integer","format":"int32"},"playedMinutes":{"type":"integer","format":"int32"},"goals":{"type":"integer","format":"int32"},"assists":{"type":"integer","format":"int32"},"yellowCards":{"type":"integer","format":"int32"},"redCards":{"type":"integer","format":"int32"}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}}},"parameters":[{"name":"name","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/Players/GetPlayerById/{id}":{"get":{"operationId":"get_api_Players_GetPlayerById_id","summary":"GET /api/Players/GetPlayerById/{id}","description":"Get player by ID","tags":["Players"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"position":{"type":"string","nullable":true},"number":{"type":"integer","format":"int32"},"nationality":{"type":"string","nullable":true},"yearOfBirth":{"type":"string","nullable":true},"height":{"type":"string","nullable":true},"weight":{"type":"string","nullable":true},"playerStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"season":{"type":"string","nullable":true},"team":{"type":"string","nullable":true},"playedGames":{"type":"integer","format":"int32"},"playedMinutes":{"type":"integer","format":"int32"},"goals":{"type":"integer","format":"int32"},"assists":{"type":"integer","format":"int32"},"yellowCards":{"type":"integer","format":"int32"},"redCards":{"type":"integer","format":"int32"}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}]}},"/api/Table/GetTables":{"get":{"operationId":"get_api_Table_GetTables","summary":"GET /api/Table/GetTables","description":"Get allsvenskan and superettan tables","tags":["Table"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"league":{"type":"string","nullable":true},"row":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"position":{"type":"integer","format":"int32"},"team":{"type":"string","nullable":true},"playedGames":{"type":"integer","format":"int32"},"won":{"type":"integer","format":"int32"},"draw":{"type":"integer","format":"int32"},"lost":{"type":"integer","format":"int32"},"goals":{"type":"integer","format":"int32"},"concededGoals":{"type":"integer","format":"int32"},"totalGoals":{"type":"integer","format":"int32"},"points":{"type":"integer","format":"int32"}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}}}}},"/api/Teams/GetTeams":{"get":{"operationId":"get_api_Teams_GetTeams","summary":"GET /api/Teams/GetTeams","description":"Get all teams in allsvenskan and superettan","tags":["Teams"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"teamStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"season":{"type":"string","nullable":true},"league":{"type":"string","nullable":true},"playedGames":{"type":"integer","format":"int32"},"points":{"type":"integer","format":"int32"},"goals":{"type":"integer","format":"int32"},"concededGoals":{"type":"integer","format":"int32"},"won":{"type":"integer","format":"int32"},"lost":{"type":"integer","format":"int32"},"draw":{"type":"integer","format":"int32"},"players":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}}}}},"/api/Teams/GetTeamByName/{name}":{"get":{"operationId":"get_api_Teams_GetTeamByName_name","summary":"GET /api/Teams/GetTeamByName/{name}","description":"Get team by name","tags":["Teams"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"teamStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"season":{"type":"string","nullable":true},"league":{"type":"string","nullable":true},"playedGames":{"type":"integer","format":"int32"},"points":{"type":"integer","format":"int32"},"goals":{"type":"integer","format":"int32"},"concededGoals":{"type":"integer","format":"int32"},"won":{"type":"integer","format":"int32"},"lost":{"type":"integer","format":"int32"},"draw":{"type":"integer","format":"int32"},"players":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}}},"parameters":[{"name":"name","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/Teams/GetTeamById/{id}":{"get":{"operationId":"get_api_Teams_GetTeamById_id","summary":"GET /api/Teams/GetTeamById/{id}","description":"Get team by ID","tags":["Teams"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"teamStatistics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"season":{"type":"string","nullable":true},"league":{"type":"string","nullable":true},"playedGames":{"type":"integer","format":"int32"},"points":{"type":"integer","format":"int32"},"goals":{"type":"integer","format":"int32"},"concededGoals":{"type":"integer","format":"int32"},"won":{"type":"integer","format":"int32"},"lost":{"type":"integer","format":"int32"},"draw":{"type":"integer","format":"int32"},"players":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false},"nullable":true}},"additionalProperties":false}}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}