id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
8ae5bd09-1c61-433f-9364-2114ff68960c/e855bdda-7e68-49c4-9b2c-f7b226e097fe/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
players/bowlingstats
Get the bowling statistics of the player in the series
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 57, "name": "Mohammed Shami", "image_path": "https://cdn.sportmonks.com/images/cricket/players/25/57.png", "league_type": "Indian Premier League", "season_name": "2023", "series_name": "Regular Season", "stats": {"matches": 17, "innings": 17, "overs": 65, "runs": 522, "medians": 2, "wickets": 28, "econ_rate": 8.03, "strike_rate": 0, "average": 18.64, "wide": 17, "noball": 2, "ten_wickets": 0, "five_wickets": 0, "four_wickets": 2, "rate": 8.108}}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image_path": {"type": "string"}, "league_type": {"type": "string"}, "season_name": {"type": "string"}, "series_name": {"type": "string"}, "stats": {"type": "object", "properties": {"matches": {"type": "integer"}, "innings": {"type": "integer"}, "overs": {"type": "integer"}, "runs": {"type": "integer"}, "medians": {"type": "integer"}, "wickets": {"type": "integer"}, "econ_rate": {"type": "number"}, "strike_rate": {"type": "integer"}, "average": {"type": "number"}, "wide": {"type": "integer"}, "noball": {"type": "integer"}, "ten_wickets": {"type": "integer"}, "five_wickets": {"type": "integer"}, "four_wickets": {"type": "integer"}, "rate": {"type": "number"}}, "required": ["average", "econ_rate", "five_wickets", "four_wickets", "innings", "matches", "medians", "noball", "overs", "rate", "runs", "strike_rate", "ten_wickets", "wickets", "wide"]}}, "required": ["id", "image_path", "league_type", "name", "season_name", "series_name", "stats"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/cb14372f-3697-4464-811b-9a0f006e7d96/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
series/standings
Gets the standings of the series
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 4319, "league_id": 1, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/1/1.png", "league_type": "Indian Premier League", "series_name": "Regular Season", "season_name": "2023", "standings": [{"team_code": "GT", "team_name": "Gujarat Titans", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/24/1976.png", "won": 10, "draw": 0, "lost": 4, "played": 14, "points": 20, "noresult": 0, "position": 1, "runs_for": 2450, "legend_id": 4502, "overs_for": 268.1, "recent_form": "W,W,L,W,W", "runs_against": 2326, "overs_against": 279.2, "netto_run_rate": 0.809, "legend_description": "Play Offs"}, {"team_code": "CSK", "team_name": "Chennai Super Kings", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/2/2.png", "won": 8, "draw": 0, "lost": 5, "played": 14, "points": 17, "noresult": 1, "position": 2, "runs_for": 2369, "legend_id": 4505, "overs_for": 254.2, "recent_form": "W,L,W,W,N", "runs_against": 2232, "overs_against": 257.5, "netto_run_rate": 0.652, "legend_description": "Play Offs"}, {"team_code": "LSG", "team_name": "Lucknow Super Giants", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/27/1979.png", "won": 8, "draw": 0, "lost": 5, "played": 14, "points": 17, "noresult": 1, "position": 3, "runs_for": 2253, "legend_id": 4508, "overs_for": 255.2, "recent_form": "W,W,W,L,N", "runs_against": 2216, "overs_against": 259.3, "netto_run_rate": 0.284, "legend_description": "Play Offs"}, {"team_code": "MI", "team_name": "Mumbai Indians", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/6/6.png", "won": 8, "draw": 0, "lost": 6, "played": 14, "points": 16, "noresult": 0, "position": 4, "runs_for": 2592, "legend_id": 4511, "overs_for": 270.3, "recent_form": "W,L,W,W,L", "runs_against": 2620, "overs_against": 272, "netto_run_rate": -0.044, "legend_description": "Play Offs"}, {"team_code": "RR", "team_name": "Rajasthan Royals", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/7/7.png", "won": 7, "draw": 0, "lost": 7, "played": 14, "points": 14, "noresult": 0, "position": 5, "runs_for": 2419, "legend_id": null, "overs_for": 272, "recent_form": "W,L,W,L,L", "runs_against": 2389, "overs_against": 273.2, "netto_run_rate": 0.148, "legend_description": ""}, {"team_code": "RCB", "team_name": "Royal Challengers Bangalore", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/8/8.png", "won": 7, "draw": 0, "lost": 7, "played": 14, "points": 14, "noresult": 0, "position": 6, "runs_for": 2502, "legend_id": null, "overs_for": 275.4, "recent_form": "L,W,W,L,L", "runs_against": 2435, "overs_against": 272.2, "netto_run_rate": 0.135, "legend_description": ""}, {"team_code": "KKR", "team_name": "Kolkata Knight Riders", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/5/5.png", "won": 6, "draw": 0, "lost": 8, "played": 14, "points": 12, "noresult": 0, "position": 7, "runs_for": 2463, "legend_id": null, "overs_for": 274.3, "recent_form": "L,W,L,W,W", "runs_against": 2432, "overs_against": 264, "netto_run_rate": -0.239, "legend_description": ""}, {"team_code": "PBKS", "team_name": "Punjab Kings", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/4/4.png", "won": 6, "draw": 0, "lost": 8, "played": 14, "points": 12, "noresult": 0, "position": 8, "runs_for": 2518, "legend_id": null, "overs_for": 275.3, "recent_form": "L,L,W,L,L", "runs_against": 2564, "overs_against": 271.3, "netto_run_rate": -0.304, "legend_description": ""}, {"team_code": "DC", "team_name": "Delhi Capitals", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/3/3.png", "won": 5, "draw": 0, "lost": 9, "played": 14, "points": 10, "noresult": 0, "position": 9, "runs_for": 2182, "legend_id": null, "overs_for": 275.6, "recent_form": "L,W,L,L,W", "runs_against": 2424, "overs_against": 278.1, "netto_run_rate": -0.808, "legend_description": ""}, {"team_code": "SRH", "team_name": "Sunrisers Hyderabad", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/9/9.png", "won": 4, "draw": 0, "lost": 10, "played": 14, "points": 8, "noresult": 0, "position": 10, "runs_for": 2376, "legend_id": null, "overs_for": 277.1, "recent_form": "L,L,L,L,W", "runs_against": 2486, "overs_against": 271.1, "netto_run_rate": -0.59, "legend_description": ""}]}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league_id": {"type": "integer"}, "image_path": {"type": "string"}, "league_type": {"type": "string"}, "series_name": {"type": "string"}, "season_name": {"type": "string"}, "standings": {"type": "array", "items": {"type": "object", "properties": {"team_code": {"type": "string"}, "team_name": {"type": "string"}, "team_image_path": {"type": "string"}, "won": {"type": "integer"}, "draw": {"type": "integer"}, "lost": {"type": "integer"}, "played": {"type": "integer"}, "points": {"type": "integer"}, "noresult": {"type": "integer"}, "position": {"type": "integer"}, "runs_for": {"type": "integer"}, "legend_id": {"type": ["integer", "null"]}, "overs_for": {"type": "number"}, "recent_form": {"type": "string"}, "runs_against": {"type": "integer"}, "overs_against": {"type": "number"}, "netto_run_rate": {"type": "number"}, "legend_description": {"type": "string"}}, "required": ["draw", "legend_description", "legend_id", "lost", "netto_run_rate", "noresult", "overs_against", "overs_for", "played", "points", "position", "recent_form", "runs_against", "runs_for", "team_code", "team_image_path", "team_name", "won"]}}}, "required": ["id", "image_path", "league_id", "league_type", "season_name", "series_name", "standings"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/68a2a318-0897-47c8-88c1-2c8d9c592d87/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
iccrankings/list
Gets the ICC Rankings of the teams
200
Example_1
{"code": 200, "status": "Success", "data": [{"type": "Test", "gender": "men", "rankings": [{"team": {"id": 10, "code": "IND", "name": "India", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/10/10.png"}, "points": 3031, "rating": 121, "matches": 25, "position": 1}, {"team": {"id": 36, "code": "AUS", "name": "Australia", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/4/36.png"}, "points": 2679, "rating": 116, "matches": 23, "position": 2}, {"team": {"id": 38, "code": "ENG", "name": "England", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/6/38.png"}, "points": 4103, "rating": 114, "matches": 36, "position": 3}, {"team": {"id": 40, "code": "ZAF", "name": "South Africa", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/8/40.png"}, "points": 2182, "rating": 104, "matches": 21, "position": 4}, {"team": {"id": 42, "code": "NZL", "name": "New Zealand", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/10/42.png"}, "points": 2291, "rating": 100, "matches": 23, "position": 5}, {"team": {"id": 1, "code": "PAK", "name": "Pakistan", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/1/1.png"}, "points": 1902, "rating": 86, "matches": 22, "position": 6}, {"team": {"id": 39, "code": "LKA", "name": "Sri Lanka", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/7/39.png"}, "points": 2015, "rating": 84, "matches": 24, "position": 7}, {"team": {"id": 43, "code": "WI", "name": "West Indies", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/11/43.png"}, "points": 1906, "rating": 76, "matches": 25, "position": 8}, {"team": {"id": 37, "code": "BGD", "name": "Bangladesh", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/5/37.png"}, "points": 805, "rating": 45, "matches": 18, "position": 9}, {"team": {"id": 41, "code": "ZIM", "name": "Zimbabwe", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/9/41.png"}, "points": 223, "rating": 32, "matches": 7, "position": 10}], "updated_at": "2023-06-22T16:43:02Z"}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "gender": {"type": "string"}, "rankings": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["code", "id", "image_path", "name"]}, "points": {"type": "integer"}, "rating": {"type": "integer"}, "matches": {"type": "integer"}, "position": {"type": "integer"}}, "required": ["matches", "points", "position", "rating", "team"]}}, "updated_at": {"type": "string"}}, "required": ["gender", "rankings", "type", "updated_at"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/bce1c629-bf15-40b5-b41b-4598ab75ab5e/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
teams/search
Search the team by name
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 6, "name": "Mumbai Indians", "code": "MI", "country_id": 153732, "national_team": "", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/6/6.png"}, {"id": 10, "name": "India", "code": "IND", "country_id": 190324, "national_team": "1", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/10/10.png"}, {"id": 78, "name": "India W", "code": "IND", "country_id": 190324, "national_team": "1", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/14/78.png"}, {"id": 810, "name": "Stockholm Mumbai Indians", "code": "SMI", "country_id": 41, "national_team": "", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/10/810.png"}, {"id": 972, "name": "Indian Tuskers", "code": "IT", "country_id": 224, "national_team": "", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/12/972.png"}, {"id": 1053, "name": "Indian CC Vienna", "code": "ICV", "country_id": 143, "national_team": "", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/29/1053.png"}, {"id": 1203, "name": "Indian Royal CC", "code": "IR", "country_id": 20, "national_team": "", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/19/1203.png"}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "country_id": {"type": "integer"}, "national_team": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["code", "country_id", "id", "image_path", "name", "national_team"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/e6f18b81-d740-49f7-ab1d-f1e625bec784/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
teams/info
Gets the team by id
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 10, "name": "India", "code": "IND", "country_id": 190324, "national_team": "1", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/10/10.png"}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "country_id": {"type": "integer"}, "national_team": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["code", "country_id", "id", "image_path", "name", "national_team"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/f995c6ca-2a8f-44ca-8fc2-80252dd78c44/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
series/teams
Gets the teams participating in the series
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 4319, "league_id": 1, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/1/1.png", "league_type": "Indian Premier League", "season_name": "2023", "series_name": "Regular Season", "teams": [{"id": 1976, "code": "GT", "name": "Gujarat Titans", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/24/1976.png"}, {"id": 4, "code": "PBKS", "name": "Punjab Kings", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/4/4.png"}, {"id": 1979, "code": "LSG", "name": "Lucknow Super Giants", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/27/1979.png"}, {"id": 9, "code": "SRH", "name": "Sunrisers Hyderabad", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/9/9.png"}, {"id": 8, "code": "RCB", "name": "Royal Challengers Bangalore", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/8/8.png"}, {"id": 2, "code": "CSK", "name": "Chennai Super Kings", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/2/2.png"}, {"id": 3, "code": "DC", "name": "Delhi Capitals", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/3/3.png"}, {"id": 7, "code": "RR", "name": "Rajasthan Royals", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/7/7.png"}, {"id": 5, "code": "KKR", "name": "Kolkata Knight Riders", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/5/5.png"}, {"id": 6, "code": "MI", "name": "Mumbai Indians", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/6/6.png"}]}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league_id": {"type": "integer"}, "image_path": {"type": "string"}, "league_type": {"type": "string"}, "season_name": {"type": "string"}, "series_name": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["code", "id", "image_path", "name"]}}}, "required": ["id", "image_path", "league_id", "league_type", "season_name", "series_name", "teams"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/fd63b1ca-d32a-4382-9c01-dcf6125bbc74/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
fixtures/lineup
Gets the team lineup of the fixture
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 41252, "series_id": 3980, "league_id": 12, "note": "Match drawn", "type": "Test", "round": "4th Test", "status": "Finished", "stage_name": "The Ashes", "league_name": "Ashes Series", "season_name": "2023", "starting_at": "2023-07-19T10:00:00Z", "teamlineup": [{"team": [{"player_id": 13141252, "player_dob": "1987-06-18", "player_fullname": "Moeen Ali", "player_position": 4, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/3/131.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "right-arm-offbreak", "player_position_name": "Allrounder", "player_is_wicket_keeper": ""}, {"player_id": 13341252, "player_dob": "1986-06-24", "player_fullname": "Stuart Broad", "player_position": 2, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/5/133.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Bowler", "player_is_wicket_keeper": ""}, {"player_id": 13841252, "player_dob": "1990-12-30", "player_fullname": "Joe Root", "player_position": 1, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/10/138.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-offbreak", "player_position_name": "Batsman", "player_is_wicket_keeper": ""}, {"player_id": 14141252, "player_dob": "1982-07-30", "player_fullname": "James Anderson", "player_position": 2, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/13/141.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Bowler", "player_is_wicket_keeper": ""}, {"player_id": 15041252, "player_dob": "1989-03-02", "player_fullname": "Chris Woakes", "player_position": 4, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/22/150.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Allrounder", "player_is_wicket_keeper": ""}, {"player_id": 15141252, "player_dob": "1989-09-26", "player_fullname": "Jonny Bairstow", "player_position": 3, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/23/151.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Wicketkeeper", "player_is_wicket_keeper": "1"}, {"player_id": 15841252, "player_dob": "1991-06-04", "player_fullname": "Ben Stokes", "player_position": 4, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/30/158.png", "player_is_captain": "1", "player_batting_style": "left-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Allrounder", "player_is_wicket_keeper": ""}, {"player_id": 16041252, "player_dob": "1990-01-11", "player_fullname": "Mark Wood", "player_position": 2, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/0/160.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-fast", "player_position_name": "Bowler", "player_is_wicket_keeper": ""}, {"player_id": 67041252, "player_dob": "1994-10-17", "player_fullname": "Ben Duckett", "player_position": 3, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/30/670.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "right-arm-offbreak", "player_position_name": "Wicketkeeper", "player_is_wicket_keeper": ""}, {"player_id": 373441252, "player_dob": "1999-02-22", "player_fullname": "Harry Brook", "player_position": 1, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/22/3734.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Batsman", "player_is_wicket_keeper": ""}, {"player_id": 389041252, "player_dob": "1998-02-03", "player_fullname": "Zak Crawley", "player_position": 5, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/18/3890.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-offbreak", "player_position_name": "Top Order Batter", "player_is_wicket_keeper": ""}], "team_id": 38, "team_code": "ENG", "team_name": "England", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/6/38.png"}, {"team": [{"player_id": 2641252, "player_dob": "1993-12-29", "player_fullname": "Travis Head", "player_position": 8, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/26/26.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "right-arm-offbreak", "player_position_name": "Middle Order Batter", "player_is_wicket_keeper": ""}, {"player_id": 2841252, "player_dob": "1986-12-18", "player_fullname": "Usman Khawaja", "player_position": 1, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/28/28.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Batsman", "player_is_wicket_keeper": ""}, {"player_id": 2941252, "player_dob": "1994-06-22", "player_fullname": "Marnus Labuschagne", "player_position": 1, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/29/29.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "legbreak-googly", "player_position_name": "Batsman", "player_is_wicket_keeper": ""}, {"player_id": 3141252, "player_dob": "1991-10-20", "player_fullname": "Mitchell Marsh", "player_position": 4, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/31/31.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Allrounder", "player_is_wicket_keeper": ""}, {"player_id": 3641252, "player_dob": "1990-01-30", "player_fullname": "Mitchell Starc", "player_position": 2, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/4/36.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "left-arm-fast", "player_position_name": "Bowler", "player_is_wicket_keeper": ""}, {"player_id": 3741252, "player_dob": "1991-08-27", "player_fullname": "Alex Carey", "player_position": 3, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/5/37.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "", "player_position_name": "Wicketkeeper", "player_is_wicket_keeper": "1"}, {"player_id": 19041252, "player_dob": "1993-05-08", "player_fullname": "Pat Cummins", "player_position": 2, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/30/190.png", "player_is_captain": "1", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-fast", "player_position_name": "Bowler", "player_is_wicket_keeper": ""}, {"player_id": 19141252, "player_dob": "1991-01-08", "player_fullname": "Josh Hazlewood", "player_position": 2, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/31/191.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Bowler", "player_is_wicket_keeper": ""}, {"player_id": 63041252, "player_dob": "1999-06-03", "player_fullname": "Cameron Green", "player_position": 4, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/22/630.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "right-arm-fast-medium", "player_position_name": "Allrounder", "player_is_wicket_keeper": ""}, {"player_id": 73841252, "player_dob": "1986-10-27", "player_fullname": "David Warner", "player_position": 1, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/2/738.png", "player_is_captain": "", "player_batting_style": "left-hand-bat", "player_bowling_style": "legbreak", "player_position_name": "Batsman", "player_is_wicket_keeper": ""}, {"player_id": 76841252, "player_dob": "1989-06-02", "player_fullname": "Steven Smith", "player_position": 8, "player_image_path": "https://cdn.sportmonks.com/images/cricket/players/0/768.png", "player_is_captain": "", "player_batting_style": "right-hand-bat", "player_bowling_style": "legbreak-googly", "player_position_name": "Middle Order Batter", "player_is_wicket_keeper": ""}], "team_id": 36, "team_code": "AUS", "team_name": "Australia", "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/4/36.png"}]}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "series_id": {"type": "integer"}, "league_id": {"type": "integer"}, "note": {"type": "string"}, "type": {"type": "string"}, "round": {"type": "string"}, "status": {"type": "string"}, "stage_name": {"type": "string"}, "league_name": {"type": "string"}, "season_name": {"type": "string"}, "starting_at": {"type": "string"}, "teamlineup": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "array", "items": {"type": "object", "properties": {"player_id": {"type": "integer"}, "player_dob": {"type": "string"}, "player_fullname": {"type": "string"}, "player_position": {"type": "integer"}, "player_image_path": {"type": "string"}, "player_is_captain": {"type": "string"}, "player_batting_style": {"type": "string"}, "player_bowling_style": {"type": "string"}, "player_position_name": {"type": "string"}, "player_is_wicket_keeper": {"type": "string"}}, "required": ["player_batting_style", "player_bowling_style", "player_dob", "player_fullname", "player_id", "player_image_path", "player_is_captain", "player_is_wicket_keeper", "player_position", "player_position_name"]}}, "team_id": {"type": "integer"}, "team_code": {"type": "string"}, "team_name": {"type": "string"}, "team_image_path": {"type": "string"}}, "required": ["team", "team_code", "team_id", "team_image_path", "team_name"]}}}, "required": ["id", "league_id", "league_name", "note", "round", "season_name", "series_id", "stage_name", "starting_at", "status", "teamlineup", "type"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/da9904c8-9b95-46cb-b87c-99af1f18df61/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
players/battingstats
Gets the batting statistics of the player in the series
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 46, "name": "Virat Kohli", "image_path": "https://cdn.sportmonks.com/images/cricket/players/14/46.png", "league_type": "Indian Premier League", "season_name": "2023", "series_name": "Regular Season", "stats": {"matches": 14, "innings": 14, "runs_scored": 639, "balls_faced": 457, "not_outs": 2, "highest_inning_score": 101, "six_x": 16, "four_x": 65, "strike_rate": 139.82, "average": 53.25, "fifties": 16, "hundreds": 2, "fow_balls": 103.4, "fow_score": 910}}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image_path": {"type": "string"}, "league_type": {"type": "string"}, "season_name": {"type": "string"}, "series_name": {"type": "string"}, "stats": {"type": "object", "properties": {"matches": {"type": "integer"}, "innings": {"type": "integer"}, "runs_scored": {"type": "integer"}, "balls_faced": {"type": "integer"}, "not_outs": {"type": "integer"}, "highest_inning_score": {"type": "integer"}, "six_x": {"type": "integer"}, "four_x": {"type": "integer"}, "strike_rate": {"type": "number"}, "average": {"type": "number"}, "fifties": {"type": "integer"}, "hundreds": {"type": "integer"}, "fow_balls": {"type": "number"}, "fow_score": {"type": "integer"}}, "required": ["average", "balls_faced", "fifties", "four_x", "fow_balls", "fow_score", "highest_inning_score", "hundreds", "innings", "matches", "not_outs", "runs_scored", "six_x", "strike_rate"]}}, "required": ["id", "image_path", "league_type", "name", "season_name", "series_name", "stats"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/c3412a4b-6b15-41c2-9b57-c3417a254548/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
players/search
Search the player by name
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 46, "country_id": 153732, "firstname": "Virat", "lastname": "Kohli", "fullname": "Virat Kohli", "image_path": "https://cdn.sportmonks.com/images/cricket/players/14/46.png", "dateofbirth": "1988-11-05", "gender": "m", "battingstyle": "right-hand-bat", "bowlingstyle": "right-arm-fast-medium", "positionresource": "positions", "positionid": 1, "positionname": "Batsman"}, {"id": 9933, "country_id": 153732, "firstname": "Virat", "lastname": "Singh", "fullname": "Virat Singh", "image_path": "https://cdn.sportmonks.com/images/cricket/players/13/9933.png", "dateofbirth": "1997-12-08", "gender": "m", "battingstyle": "left-hand-bat", "bowlingstyle": "legbreak-googly", "positionresource": "positions", "positionid": 1, "positionname": "Batsman"}, {"id": 18144, "country_id": 251, "firstname": "Denham", "lastname": "Seneviratne", "fullname": "Denham Seneviratne", "image_path": "https://cdn.sportmonks.com/images/cricket/players/0/18144.png", "dateofbirth": "2001-01-01", "gender": "m", "battingstyle": null, "bowlingstyle": null, "positionresource": "positions", "positionid": 4, "positionname": "Allrounder"}, {"id": 23604, "country_id": 2756, "firstname": "Lakshitha", "lastname": "Senavirathna", "fullname": "Lakshitha Senavirathna", "image_path": "https://cdn.sportmonks.com", "dateofbirth": "2001-01-01", "gender": "m", "battingstyle": null, "bowlingstyle": null, "positionresource": "positions", "positionid": 2, "positionname": "Bowler"}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "country_id": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "fullname": {"type": "string"}, "image_path": {"type": "string"}, "dateofbirth": {"type": "string"}, "gender": {"type": "string"}, "battingstyle": {"type": ["null", "string"]}, "bowlingstyle": {"type": ["null", "string"]}, "positionresource": {"type": "string"}, "positionid": {"type": "integer"}, "positionname": {"type": "string"}}, "required": ["battingstyle", "bowlingstyle", "country_id", "dateofbirth", "firstname", "fullname", "gender", "id", "image_path", "lastname", "positionid", "positionname", "positionresource"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/53d9d1f8-6319-4a8e-99d0-62ed03d8152f/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
fixtures/scorecard
Gets the scorecard of the required fixture
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 49364, "series_id": 4604, "league_id": 3, "note": "West Indies won by 2 wickets (with 7 balls remaining)", "type": "T20I", "round": "2nd T20I", "status": "Finished", "stage_name": "India tour of West Indies", "league_name": "Twenty20 International", "season_name": "2023", "starting_at": "2023-08-06T14:30:00Z", "scorecard": [{"team_id": 10, "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/10/10.png", "team_code": "IND", "team_name": "India", "scoreboard": "S1", "match_score": {"overs": "20", "score": 152, "inning": 1, "team_id": null, "wickets": 7}, "batting": [{"batsman": "Ishan Kishan", "image_path": "https://cdn.sportmonks.com/images/cricket/players/18/3122.png", "runs": 27, "balls": 23, "four": 2, "six": 2, "strike_rate": 117, "bowler": "Romario Shepherd", "runout": null, "how_out": "Clean Bowled", "catch_stump": null}, {"batsman": "Shubman Gill", "image_path": "https://cdn.sportmonks.com/images/cricket/players/2/3362.png", "runs": 7, "balls": 9, "four": 0, "six": 1, "strike_rate": 78, "bowler": "Alzarri Joseph", "runout": null, "how_out": "Catch Out", "catch_stump": "Shimron Hetmyer"}, {"batsman": "Suryakumar Yadav", "image_path": "https://cdn.sportmonks.com/images/cricket/players/31/2879.png", "runs": 1, "balls": 3, "four": 0, "six": 0, "strike_rate": 33, "bowler": null, "runout": null, "how_out": "Run Out", "catch_stump": "Kyle Mayers"}, {"batsman": "Tilak Varma", "image_path": "https://cdn.sportmonks.com/images/cricket/players/18/8370.png", "runs": 51, "balls": 41, "four": 5, "six": 1, "strike_rate": 124, "bowler": "Akeal Hosein", "runout": null, "how_out": "Catch Out", "catch_stump": "Obed McCoy"}, {"batsman": "Sanju Samson", "image_path": "https://cdn.sportmonks.com/images/cricket/players/20/2900.png", "runs": 7, "balls": 7, "four": 1, "six": 0, "strike_rate": 100, "bowler": "Akeal Hosein", "runout": null, "how_out": "Stump Out", "catch_stump": "Nicholas Pooran"}, {"batsman": "Hardik Pandya", "image_path": "https://cdn.sportmonks.com/images/cricket/players/25/281.png", "runs": 24, "balls": 18, "four": 0, "six": 2, "strike_rate": 133, "bowler": "Alzarri Joseph", "runout": null, "how_out": "Clean Bowled", "catch_stump": null}, {"batsman": "Axar Patel", "image_path": "https://cdn.sportmonks.com/images/cricket/players/15/815.png", "runs": 14, "balls": 12, "four": 1, "six": 0, "strike_rate": 117, "bowler": "Romario Shepherd", "runout": null, "how_out": "Catch Out", "catch_stump": "Nicholas Pooran"}, {"batsman": "Ravi Bishnoi", "image_path": "https://cdn.sportmonks.com/images/cricket/players/19/9459.png", "runs": 8, "balls": 4, "four": 0, "six": 1, "strike_rate": 200, "bowler": null, "runout": null, "how_out": "Not Out", "catch_stump": null}, {"batsman": "Arshdeep Singh", "image_path": "https://cdn.sportmonks.com/images/cricket/players/16/4880.png", "runs": 6, "balls": 3, "four": 1, "six": 0, "strike_rate": 200, "bowler": null, "runout": null, "how_out": "Not Out", "catch_stump": null}], "bowling": [{"bowler": "Obed McCoy", "image_path": "https://cdn.sportmonks.com/images/cricket/players/2/130.png", "overs": 4, "runs": 25, "medians": 0, "wickets": 0, "rate": 6.25, "wide": 2, "noball": 0}, {"bowler": "Akeal Hosein", "image_path": "https://cdn.sportmonks.com/images/cricket/players/11/7083.png", "overs": 4, "runs": 29, "medians": 0, "wickets": 2, "rate": 7.25, "wide": 0, "noball": 0}, {"bowler": "Alzarri Joseph", "image_path": "https://cdn.sportmonks.com/images/cricket/players/19/115.png", "overs": 4, "runs": 28, "medians": 0, "wickets": 2, "rate": 7, "wide": 1, "noball": 0}, {"bowler": "Jason Holder", "image_path": "https://cdn.sportmonks.com/images/cricket/players/4/100.png", "overs": 4, "runs": 29, "medians": 0, "wickets": 0, "rate": 7.25, "wide": 2, "noball": 0}, {"bowler": "Romario Shepherd", "image_path": "https://cdn.sportmonks.com/images/cricket/players/6/5222.png", "overs": 3, "runs": 28, "medians": 0, "wickets": 2, "rate": 9.33, "wide": 0, "noball": 0}, {"bowler": "Kyle Mayers", "image_path": "https://cdn.sportmonks.com/images/cricket/players/26/14490.png", "overs": 1, "runs": 12, "medians": 0, "wickets": 0, "rate": 12, "wide": 1, "noball": 0}]}, {"team_id": 43, "team_image_path": "https://cdn.sportmonks.com/images/cricket/teams/11/43.png", "team_code": "WI", "team_name": "West Indies", "scoreboard": "S2", "match_score": {"overs": "18.5", "score": 155, "inning": 2, "team_id": null, "wickets": 8}, "batting": [{"batsman": "Brandon King", "image_path": "https://cdn.sportmonks.com/images/cricket/players/29/733.png", "runs": 0, "balls": 1, "four": 0, "six": 0, "strike_rate": 0, "bowler": "Hardik Pandya", "runout": null, "how_out": "Catch Out", "catch_stump": "Suryakumar Yadav"}, {"batsman": "Johnson Charles", "image_path": "https://cdn.sportmonks.com/images/cricket/players/16/368.png", "runs": 2, "balls": 3, "four": 0, "six": 0, "strike_rate": 67, "bowler": "Hardik Pandya", "runout": null, "how_out": "Catch Out", "catch_stump": "Tilak Varma"}, {"batsman": "Nicholas Pooran", "image_path": "https://cdn.sportmonks.com/images/cricket/players/0/736.png", "runs": 67, "balls": 40, "four": 6, "six": 4, "strike_rate": 168, "bowler": "Mukesh Kumar", "runout": null, "how_out": "Catch Out", "catch_stump": "Sanju Samson"}, {"batsman": "Kyle Mayers", "image_path": "https://cdn.sportmonks.com/images/cricket/players/26/14490.png", "runs": 15, "balls": 7, "four": 2, "six": 1, "strike_rate": 214, "bowler": "Arshdeep Singh", "runout": null, "how_out": "LBW OUT", "catch_stump": null}, {"batsman": "Rovman Powell", "image_path": "https://cdn.sportmonks.com/images/cricket/players/22/118.png", "runs": 21, "balls": 19, "four": 1, "six": 1, "strike_rate": 111, "bowler": "Hardik Pandya", "runout": null, "how_out": "Catch Out", "catch_stump": "Mukesh Kumar"}, {"batsman": "Shimron Hetmyer", "image_path": "https://cdn.sportmonks.com/images/cricket/players/12/108.png", "runs": 22, "balls": 22, "four": 1, "six": 1, "strike_rate": 100, "bowler": "Yuzvendra Chahal", "runout": null, "how_out": "LBW OUT", "catch_stump": null}, {"batsman": "Romario Shepherd", "image_path": "https://cdn.sportmonks.com/images/cricket/players/6/5222.png", "runs": 0, "balls": 0, "four": 0, "six": 0, "strike_rate": 0, "bowler": null, "runout": "Ishan Kishan", "how_out": "Run Out", "catch_stump": "Axar Patel"}, {"batsman": "Jason Holder", "image_path": "https://cdn.sportmonks.com/images/cricket/players/4/100.png", "runs": 0, "balls": 3, "four": 0, "six": 0, "strike_rate": 0, "bowler": "Yuzvendra Chahal", "runout": null, "how_out": "Stump Out", "catch_stump": "Ishan Kishan"}, {"batsman": "Akeal Hosein", "image_path": "https://cdn.sportmonks.com/images/cricket/players/11/7083.png", "runs": 16, "balls": 10, "four": 2, "six": 0, "strike_rate": 160, "bowler": null, "runout": null, "how_out": "Not Out", "catch_stump": null}, {"batsman": "Alzarri Joseph", "image_path": "https://cdn.sportmonks.com/images/cricket/players/19/115.png", "runs": 10, "balls": 8, "four": 0, "six": 1, "strike_rate": 125, "bowler": null, "runout": null, "how_out": "Not Out", "catch_stump": null}], "bowling": [{"bowler": "Hardik Pandya", "image_path": "https://cdn.sportmonks.com/images/cricket/players/25/281.png", "overs": 4, "runs": 35, "medians": 0, "wickets": 3, "rate": 8.75, "wide": 0, "noball": 0}, {"bowler": "Arshdeep Singh", "image_path": "https://cdn.sportmonks.com/images/cricket/players/16/4880.png", "overs": 4, "runs": 34, "medians": 0, "wickets": 1, "rate": 8.5, "wide": 0, "noball": 0}, {"bowler": "Mukesh Kumar", "image_path": "https://cdn.sportmonks.com/images/cricket/players/7/23943.png", "overs": 3.5, "runs": 35, "medians": 0, "wickets": 1, "rate": 9.13, "wide": 0, "noball": 0}, {"bowler": "Ravi Bishnoi", "image_path": "https://cdn.sportmonks.com/images/cricket/players/19/9459.png", "overs": 4, "runs": 31, "medians": 0, "wickets": 0, "rate": 7.75, "wide": 0, "noball": 0}, {"bowler": "Yuzvendra Chahal", "image_path": "https://cdn.sportmonks.com/images/cricket/players/17/273.png", "overs": 3, "runs": 19, "medians": 0, "wickets": 2, "rate": 6.33, "wide": 1, "noball": 0}]}]}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "series_id": {"type": "integer"}, "league_id": {"type": "integer"}, "note": {"type": "string"}, "type": {"type": "string"}, "round": {"type": "string"}, "status": {"type": "string"}, "stage_name": {"type": "string"}, "league_name": {"type": "string"}, "season_name": {"type": "string"}, "starting_at": {"type": "string"}, "scorecard": {"type": "array", "items": {"type": "object", "properties": {"team_id": {"type": "integer"}, "team_image_path": {"type": "string"}, "team_code": {"type": "string"}, "team_name": {"type": "string"}, "scoreboard": {"type": "string"}, "match_score": {"type": "object", "properties": {"overs": {"type": "string"}, "score": {"type": "integer"}, "inning": {"type": "integer"}, "team_id": {"type": "null"}, "wickets": {"type": "integer"}}, "required": ["inning", "overs", "score", "team_id", "wickets"]}, "batting": {"type": "array", "items": {"type": "object", "properties": {"batsman": {"type": "string"}, "image_path": {"type": "string"}, "runs": {"type": "integer"}, "balls": {"type": "integer"}, "four": {"type": "integer"}, "six": {"type": "integer"}, "strike_rate": {"type": "integer"}, "bowler": {"type": ["null", "string"]}, "runout": {"type": ["null", "string"]}, "how_out": {"type": "string"}, "catch_stump": {"type": ["null", "string"]}}, "required": ["balls", "batsman", "bowler", "catch_stump", "four", "how_out", "image_path", "runout", "runs", "six", "strike_rate"]}}, "bowling": {"type": "array", "items": {"type": "object", "properties": {"bowler": {"type": "string"}, "image_path": {"type": "string"}, "overs": {"type": "number"}, "runs": {"type": "integer"}, "medians": {"type": "integer"}, "wickets": {"type": "integer"}, "rate": {"type": "number"}, "wide": {"type": "integer"}, "noball": {"type": "integer"}}, "required": ["bowler", "image_path", "medians", "noball", "overs", "rate", "runs", "wickets", "wide"]}}}, "required": ["batting", "bowling", "match_score", "scoreboard", "team_code", "team_id", "team_image_path", "team_name"]}}}, "required": ["id", "league_id", "league_name", "note", "round", "scorecard", "season_name", "series_id", "stage_name", "starting_at", "status", "type"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/ba11ea98-19f6-44d8-aab1-fd432390a425/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
fixtures/info
Gets the information about the required match
200
Example_1
{"code": 200, "status": "Success", "data": [{"match_info": {"id": 41252, "series_id": 3980, "league_id": 12, "league_name": "Ashes Series", "season_name": "2023", "stage_name": "The Ashes", "type": "Test", "round": "4th Test", "localteam": {"id": 38, "code": "ENG", "name": "England", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/6/38.png"}, "visitorteam": {"id": 36, "code": "AUS", "name": "Australia", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/4/36.png"}, "venue": {"id": 31, "city": "Stretford, Manchester", "name": "Old Trafford", "country": "England", "capacity": 19000, "floodlight": "1", "image_path": "https://cdn.sportmonks.com/images/cricket/venues/31/31.png"}, "umpires": {"id": 109, "refree": "Ranjan Madugella", "tv_umpire": "Kumar Dharmasena", "first_umpire": "Joel Wilson", "second_umpire": "Nitin Menon"}, "note": "Match drawn", "status": "Finished", "elected": "bowling", "starting_at": "2023-07-19T10:00:00.000000Z", "rpc_overs": "3.01", "rpc_target": null, "follow_on": "", "super_over": "", "draw_noresult": "draw", "toss_won_team_id": 38, "winner_team_id": null, "man_of_the_match": {"id": 3890, "name": "Zak Crawley", "image_path": "https://cdn.sportmonks.com/images/cricket/players/18/3890.png"}, "man_of_the_series": {"id": null, "name": null, "image_path": null}, "total_overs_played": 0}, "match_score": [{"overs": "90.2", "score": 317, "inning": 1, "team_id": 36, "wickets": 10}, {"overs": "107.4", "score": 592, "inning": 2, "team_id": 38, "wickets": 10}, {"overs": "71", "score": 214, "inning": 3, "team_id": 36, "wickets": 5}]}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"match_info": {"type": "object", "properties": {"id": {"type": "integer"}, "series_id": {"type": "integer"}, "league_id": {"type": "integer"}, "league_name": {"type": "string"}, "season_name": {"type": "string"}, "stage_name": {"type": "string"}, "type": {"type": "string"}, "round": {"type": "string"}, "localteam": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["code", "id", "image_path", "name"]}, "visitorteam": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["code", "id", "image_path", "name"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "capacity": {"type": "integer"}, "floodlight": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["capacity", "city", "country", "floodlight", "id", "image_path", "name"]}, "umpires": {"type": "object", "properties": {"id": {"type": "integer"}, "refree": {"type": "string"}, "tv_umpire": {"type": "string"}, "first_umpire": {"type": "string"}, "second_umpire": {"type": "string"}}, "required": ["first_umpire", "id", "refree", "second_umpire", "tv_umpire"]}, "note": {"type": "string"}, "status": {"type": "string"}, "elected": {"type": "string"}, "starting_at": {"type": "string"}, "rpc_overs": {"type": "string"}, "rpc_target": {"type": "null"}, "follow_on": {"type": "string"}, "super_over": {"type": "string"}, "draw_noresult": {"type": "string"}, "toss_won_team_id": {"type": "integer"}, "winner_team_id": {"type": "null"}, "man_of_the_match": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["id", "image_path", "name"]}, "man_of_the_series": {"type": "object", "properties": {"id": {"type": "null"}, "name": {"type": "null"}, "image_path": {"type": "null"}}, "required": ["id", "image_path", "name"]}, "total_overs_played": {"type": "integer"}}, "required": ["draw_noresult", "elected", "follow_on", "id", "league_id", "league_name", "localteam", "man_of_the_match", "man_of_the_series", "note", "round", "rpc_overs", "rpc_target", "season_name", "series_id", "stage_name", "starting_at", "status", "super_over", "toss_won_team_id", "total_overs_played", "type", "umpires", "venue", "visitorteam", "winner_team_id"]}, "match_score": {"type": "array", "items": {"type": "object", "properties": {"overs": {"type": "string"}, "score": {"type": "integer"}, "inning": {"type": "integer"}, "team_id": {"type": "integer"}, "wickets": {"type": "integer"}}, "required": ["inning", "overs", "score", "team_id", "wickets"]}}}, "required": ["match_info", "match_score"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/0695cefb-1eb8-4aa2-9f54-7bf41482667d/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
series/list
Gets list of all the series
200
Example_1
{"code": 200, "status": "Success", "data": [{"id": 3707, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Sri Lanka tour New Zealand", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 3992, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "New Zealand tour of England", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4052, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "West Indies tour of South Africa", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4073, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "New Zealand tour of Pakistan", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4244, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Sri Lanka tour of India", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4250, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Ireland tour of Zimbabwe", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4259, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "New Zealand tour of India", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4313, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "England tour of Bangladesh", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4355, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Afghanistan Tour of UAE", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4364, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Ireland tour of Bangladesh", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4379, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Isle of Man tour of Spain", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4421, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Afghanistan v Pakistan in UAE", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4427, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "New Zealand tour of UAE", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4526, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Australia tour of South Africa", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4595, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Afghanistan tour of Bangladesh", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4604, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "India tour of West Indies", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4649, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Switzerland tour of Luxembourg", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4652, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Austria v Germany in Netherlands", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4661, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Uganda tour of Namibia", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4664, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Austria tour of Isle of Man", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4667, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Inter-Insular Mens T20I Series", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4691, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Valletta Cup", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4694, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Mdina Cup", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4724, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "England tour of West Indies", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4733, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "New Zealand tour of England", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4811, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Budapest Cup", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4814, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "Germany v Guernsey in Netherlands", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4817, "league_id": 3, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png", "league_type": "Twenty20 International", "series_name": "India tour of Ireland", "starting_at": "2023-01-03T13:30:00Z"}, {"id": 4145, "league_id": 9, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/9/9.png", "league_type": "Bangladesh Premier League", "series_name": "Regular Season", "starting_at": "2023-01-06T08:00:00Z"}, {"id": 4148, "league_id": 9, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/9/9.png", "league_type": "Bangladesh Premier League", "series_name": "Play Offs", "starting_at": "2023-01-06T08:00:00Z"}, {"id": 4049, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "West Indies tour of South Africa", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4076, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "New Zealand tour of Pakistan", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4247, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Sri Lanka tour of India", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4253, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Ireland tour of Zimbabwe", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4256, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "New Zealand tour of India", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4307, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Australia tour of India", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4361, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Ireland tour of Bangladesh", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4520, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "West Indies tour of UAE", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4523, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Afghanistan tour of Sri Lanka", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4529, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Australia tour of South Africa", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4592, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Afghanistan tour of Bangladesh", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4601, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "India tour of West Indies", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4727, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "England tour of West Indies", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4730, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "New Zealand tour of England", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4736, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Ireland tour of England", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4820, "league_id": 2, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/2.png", "league_type": "One Day International", "series_name": "Afghanistan v Pakistan in Sri Lanka", "starting_at": "2023-01-10T08:00:00Z"}, {"id": 4325, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "Pakistan Women tour of Australia", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4484, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "Bangladesh Women tour of Sri Lanka", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4493, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "Ireland Women tour of West Indies", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4574, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "New Zealand Women tour of Sri Lanka", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4718, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "India Women tour of Bangladesh", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4721, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "Australia Women tour of Ireland", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4790, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "Sri Lanka Women tour of England", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4796, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "South Africa Women tour of Pakistan", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4799, "league_id": 261, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/261.png", "league_type": "One Day International Women", "series_name": "New Zealand Women tour of South Africa", "starting_at": "2023-01-16T00:05:00Z"}, {"id": 4292, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Tri-Series in South Africa", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4328, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Pakistan Women tour of Australia", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4358, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Tri-Series in South Africa Final", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4460, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Zimbabwe Women tour of Thailand", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4487, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Bangladesh Women tour of Sri Lanka", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4490, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Ireland Women tour of West Indies", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4568, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Nepal Women tour of Malaysia", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4571, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "New Zealand Women tour of Sri Lanka", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4715, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "India Women tour of Bangladesh", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4784, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Ireland Women tour of Netherlands", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4787, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "Sri Lanka Women tour of England", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4793, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "South Africa Women tour of Pakistan", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4802, "league_id": 258, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/2/258.png", "league_type": "Twenty20 International Women", "series_name": "New Zealand Women tour of South Africa", "starting_at": "2023-01-19T17:00:00Z"}, {"id": 4373, "league_id": 282, "image_path": "https://cdn.sportmonks.com", "league_type": "European Cricket Series Malta", "series_name": "Regular Season", "starting_at": "2023-01-31T08:00:00Z"}, {"id": 4376, "league_id": 282, "image_path": "https://cdn.sportmonks.com", "league_type": "European Cricket Series Malta", "series_name": "Play Offs", "starting_at": "2023-01-31T08:00:00Z"}, {"id": 4010, "league_id": 4, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/4/4.png", "league_type": "Test Series", "series_name": "Ireland tour of England", "starting_at": "2023-02-04T08:00:00Z"}, {"id": 4304, "league_id": 4, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/4/4.png", "league_type": "Test Series", "series_name": "England tour of New Zealand", "starting_at": "2023-02-04T08:00:00Z"}, {"id": 4316, "league_id": 4, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/4/4.png", "league_type": "Test Series", "series_name": "West Indies tour of Zimbabwe", "starting_at": "2023-02-04T08:00:00Z"}, {"id": 4367, "league_id": 4, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/4/4.png", "league_type": "Test Series", "series_name": "Ireland tour of Bangladesh", "starting_at": "2023-02-04T08:00:00Z"}, {"id": 4475, "league_id": 4, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/4/4.png", "league_type": "Test Series", "series_name": "Ireland tour of Sri Lanka", "starting_at": "2023-02-04T08:00:00Z"}, {"id": 4589, "league_id": 4, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/4/4.png", "league_type": "Test Series", "series_name": "Afghanistan tour of Bangladesh", "starting_at": "2023-02-04T08:00:00Z"}, {"id": 4058, "league_id": 16, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/16/16.png", "league_type": "ICC Women's T20 World Cup", "series_name": "Group A", "starting_at": "2023-02-10T17:00:00Z"}, {"id": 4061, "league_id": 16, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/16/16.png", "league_type": "ICC Women's T20 World Cup", "series_name": "Group B", "starting_at": "2023-02-10T17:00:00Z"}, {"id": 4064, "league_id": 16, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/16/16.png", "league_type": "ICC Women's T20 World Cup", "series_name": "Play Offs", "starting_at": "2023-02-10T17:00:00Z"}, {"id": 4175, "league_id": 8, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/8/8.png", "league_type": "Pakistan Super League", "series_name": "Regular Season", "starting_at": "2023-02-13T15:30:00Z"}, {"id": 4178, "league_id": 8, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/8/8.png", "league_type": "Pakistan Super League", "series_name": "Play Offs", "starting_at": "2023-02-13T15:30:00Z"}, {"id": 4331, "league_id": 294, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/6/294.png", "league_type": "European Cricket League", "series_name": "Group A", "starting_at": "2023-02-27T10:30:00Z"}, {"id": 4334, "league_id": 294, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/6/294.png", "league_type": "European Cricket League", "series_name": "Group B", "starting_at": "2023-02-27T10:30:00Z"}, {"id": 4337, "league_id": 294, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/6/294.png", "league_type": "European Cricket League", "series_name": "Group C", "starting_at": "2023-02-27T10:30:00Z"}, {"id": 4340, "league_id": 294, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/6/294.png", "league_type": "European Cricket League", "series_name": "Group D", "starting_at": "2023-02-27T10:30:00Z"}, {"id": 4343, "league_id": 294, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/6/294.png", "league_type": "European Cricket League", "series_name": "Group E", "starting_at": "2023-02-27T10:30:00Z"}, {"id": 4346, "league_id": 294, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/6/294.png", "league_type": "European Cricket League", "series_name": "Group F", "starting_at": "2023-02-27T10:30:00Z"}, {"id": 4349, "league_id": 294, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/6/294.png", "league_type": "European Cricket League", "series_name": "Championship Week", "starting_at": "2023-02-27T10:30:00Z"}, {"id": 4412, "league_id": 294, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/6/294.png", "league_type": "European Cricket League", "series_name": "Play Offs", "starting_at": "2023-02-27T10:30:00Z"}, {"id": 4319, "league_id": 1, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/1/1.png", "league_type": "Indian Premier League", "series_name": "Regular Season", "starting_at": "2023-03-31T14:00:00Z"}, {"id": 4322, "league_id": 1, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/1/1.png", "league_type": "Indian Premier League", "series_name": "Play Offs", "starting_at": "2023-03-31T14:00:00Z"}, {"id": 4184, "league_id": 47, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/15/47.png", "league_type": "County Championship Division One", "series_name": "County Div 1", "starting_at": "2023-04-06T10:00:00Z"}, {"id": 4433, "league_id": 231, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/7/231.png", "league_type": "European Cricket Series Cyprus", "series_name": "Group A", "starting_at": "2023-04-10T05:30:00Z"}, {"id": 4436, "league_id": 231, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/7/231.png", "league_type": "European Cricket Series Cyprus", "series_name": "Group B", "starting_at": "2023-04-10T05:30:00Z"}, {"id": 4439, "league_id": 231, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/7/231.png", "league_type": "European Cricket Series Cyprus", "series_name": "Play Offs", "starting_at": "2023-04-10T05:30:00Z"}, {"id": 4496, "league_id": 317, "image_path": "https://cdn.sportmonks.com", "league_type": "European Cricket Series Milan", "series_name": "Regular Season", "starting_at": "2023-04-24T07:30:00Z"}, {"id": 4499, "league_id": 317, "image_path": "https://cdn.sportmonks.com", "league_type": "European Cricket Series Milan", "series_name": "Play Offs", "starting_at": "2023-04-24T07:30:00Z"}, {"id": 4418, "league_id": 35, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/35.png", "league_type": "Tri-Series", "series_name": "Triangular Series (Gibraltar)", "starting_at": "2023-05-04T12:45:00Z"}, {"id": 4829, "league_id": 35, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/35.png", "league_type": "Tri-Series", "series_name": "Continental Cup", "starting_at": "2023-05-04T12:45:00Z"}, {"id": 4832, "league_id": 35, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/35.png", "league_type": "Tri-Series", "series_name": "Continental Cup Final", "starting_at": "2023-05-04T12:45:00Z"}, {"id": 4514, "league_id": 225, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/1/225.png", "league_type": "European Cricket Series Vienna", "series_name": "Regular Season", "starting_at": "2023-05-08T07:30:00Z"}, {"id": 4517, "league_id": 225, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/1/225.png", "league_type": "European Cricket Series Vienna", "series_name": "Play Offs", "starting_at": "2023-05-08T07:30:00Z"}, {"id": 4214, "league_id": 13, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/13/13.png", "league_type": "T20 Blast", "series_name": "North Group", "starting_at": "2023-05-20T13:30:00Z"}, {"id": 4217, "league_id": 13, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/13/13.png", "league_type": "T20 Blast", "series_name": "South Group", "starting_at": "2023-05-20T13:30:00Z"}, {"id": 4220, "league_id": 13, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/13/13.png", "league_type": "T20 Blast", "series_name": "Play Offs", "starting_at": "2023-05-20T13:30:00Z"}, {"id": 4550, "league_id": 237, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/13/237.png", "league_type": "European Cricket Series Bulgaria", "series_name": "Regular Season", "starting_at": "2023-05-22T05:30:00Z"}, {"id": 4553, "league_id": 237, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/13/237.png", "league_type": "European Cricket Series Bulgaria", "series_name": "Play Offs", "starting_at": "2023-05-22T05:30:00Z"}, {"id": 4577, "league_id": 171, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/11/171.png", "league_type": "European Cricket Series Sweden", "series_name": "Regular Season", "starting_at": "2023-06-05T07:00:00Z"}, {"id": 4580, "league_id": 171, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/11/171.png", "league_type": "European Cricket Series Sweden", "series_name": "Play Offs", "starting_at": "2023-06-05T07:00:00Z"}, {"id": 3980, "league_id": 12, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/12/12.png", "league_type": "Ashes Series", "series_name": "The Ashes", "starting_at": "2023-06-16T10:00:00Z"}, {"id": 4634, "league_id": 243, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/19/243.png", "league_type": "European Cricket Series Romania", "series_name": "Regular Season", "starting_at": "2023-06-19T06:15:00Z"}, {"id": 4637, "league_id": 243, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/19/243.png", "league_type": "European Cricket Series Romania", "series_name": "Play Offs", "starting_at": "2023-06-19T06:15:00Z"}, {"id": 4709, "league_id": 228, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/4/228.png", "league_type": "European Cricket Series Hungary", "series_name": "Regular Season", "starting_at": "2023-07-03T07:15:00Z"}, {"id": 4712, "league_id": 228, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/4/228.png", "league_type": "European Cricket Series Hungary", "series_name": "Play Offs", "starting_at": "2023-07-03T07:15:00Z"}, {"id": 4766, "league_id": 264, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/8/264.png", "league_type": "European Cricket Series Czech Republic", "series_name": "Regular Season", "starting_at": "2023-07-17T07:15:00Z"}, {"id": 4769, "league_id": 264, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/8/264.png", "league_type": "European Cricket Series Czech Republic", "series_name": "Play Offs", "starting_at": "2023-07-17T07:15:00Z"}, {"id": 4391, "league_id": 141, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/13/141.png", "league_type": "The Women's Hundred", "series_name": "Regular Season", "starting_at": "2023-08-01T14:00:00Z"}, {"id": 4394, "league_id": 141, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/13/141.png", "league_type": "The Women's Hundred", "series_name": "Play Offs", "starting_at": "2023-08-01T14:00:00Z"}, {"id": 4385, "league_id": 138, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/10/138.png", "league_type": "The Hundred", "series_name": "Regular Season", "starting_at": "2023-08-01T17:30:00Z"}, {"id": 4388, "league_id": 138, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/10/138.png", "league_type": "The Hundred", "series_name": "Play Offs", "starting_at": "2023-08-01T17:30:00Z"}, {"id": 4772, "league_id": 11, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/11/11.png", "league_type": "Asia Cup", "series_name": "Group A", "starting_at": "2023-08-30T10:00:00Z"}, {"id": 4775, "league_id": 11, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/11/11.png", "league_type": "Asia Cup", "series_name": "Group B", "starting_at": "2023-08-30T10:00:00Z"}, {"id": 4778, "league_id": 11, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/11/11.png", "league_type": "Asia Cup", "series_name": "Super 4", "starting_at": "2023-08-30T10:00:00Z"}, {"id": 4781, "league_id": 11, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/11/11.png", "league_type": "Asia Cup", "series_name": "Play Offs", "starting_at": "2023-08-30T10:00:00Z"}, {"id": 4835, "league_id": 32, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/0/32.png", "league_type": "One-Day Cup", "series_name": "Regular Season", "starting_at": "2023-09-24T00:35:00Z"}, {"id": 4838, "league_id": 32, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/0/32.png", "league_type": "One-Day Cup", "series_name": "Play Offs", "starting_at": "2023-09-24T00:35:00Z"}, {"id": 4841, "league_id": 29, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/29/29.png", "league_type": "Sheffield Shield", "series_name": "Regular Season", "starting_at": "2023-10-03T00:00:00Z"}, {"id": 4844, "league_id": 29, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/29/29.png", "league_type": "Sheffield Shield", "series_name": "Play Offs", "starting_at": "2023-10-03T00:00:00Z"}, {"id": 4655, "league_id": 18, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/18/18.png", "league_type": "ICC World Cup", "series_name": "Group Stage", "starting_at": "2023-10-05T08:30:00Z"}, {"id": 4658, "league_id": 18, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/18/18.png", "league_type": "ICC World Cup", "series_name": "Play Offs", "starting_at": "2023-10-05T08:30:00Z"}, {"id": 4748, "league_id": 5, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/5.png", "league_type": "Big Bash League", "series_name": "Regular Season", "starting_at": "2023-12-07T08:15:00Z"}, {"id": 4751, "league_id": 5, "image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/5.png", "league_type": "Big Bash League", "series_name": "Play Offs", "starting_at": "2023-12-07T08:15:00Z"}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league_id": {"type": "integer"}, "image_path": {"type": "string"}, "league_type": {"type": "string"}, "series_name": {"type": "string"}, "starting_at": {"type": "string"}}, "required": ["id", "image_path", "league_id", "league_type", "series_name", "starting_at"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
8ae5bd09-1c61-433f-9364-2114ff68960c/1a4ca597-8f3c-4547-bffe-c3983b78b592/0/0
Star Selector Cricket Live Scores
Get all required API's to create an amazing cricket live score application.
null
fixtures/list
Get the list of matches
200
Example_1
{"code": 200, "status": "Success", "data": [{"match_info": {"id": 51488, "series_id": 4814, "league_id": 3, "league_name": "Twenty20 International", "season_name": "2023", "stage_name": "Germany v Guernsey in Netherlands", "type": "T20I", "round": "3rd T20I", "localteam": {"id": 326, "code": "DEU", "name": "Germany", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/6/326.png"}, "visitorteam": {"id": 399, "code": "GGY", "name": "Guernsey", "image_path": "https://cdn.sportmonks.com/images/cricket/teams/15/399.png"}, "venue": {"id": 420, "city": "Deventer", "name": "Sportpark Het Schootsveld", "country": "Netherlands", "capacity": 0, "floodlight": "1", "image_path": "https://cdn.sportmonks.com/images/cricket/venues/4/420.png"}, "umpires": {"id": null, "refree": null, "tv_umpire": null, "first_umpire": null, "second_umpire": null}, "note": "Germany requires 150 runs in 99 balls", "status": "2nd Innings", "elected": "bowling", "starting_at": "2023-08-15T09:00:00.000000Z", "rpc_overs": "6.57", "rpc_target": "9.09", "follow_on": "", "super_over": "", "draw_noresult": "", "toss_won_team_id": 326, "winner_team_id": null, "man_of_the_match": {"id": null, "name": null, "image_path": null}, "man_of_the_series": {"id": null, "name": null, "image_path": null}, "total_overs_played": 20}, "match_score": [{"overs": "20", "score": 172, "inning": 1, "team_id": 399, "wickets": 4}, {"overs": "3.3", "score": 23, "inning": 2, "team_id": 326, "wickets": 2}]}], "message": "Success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"match_info": {"type": "object", "properties": {"id": {"type": "integer"}, "series_id": {"type": "integer"}, "league_id": {"type": "integer"}, "league_name": {"type": "string"}, "season_name": {"type": "string"}, "stage_name": {"type": "string"}, "type": {"type": "string"}, "round": {"type": "string"}, "localteam": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["code", "id", "image_path", "name"]}, "visitorteam": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["code", "id", "image_path", "name"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "capacity": {"type": "integer"}, "floodlight": {"type": "string"}, "image_path": {"type": "string"}}, "required": ["capacity", "city", "country", "floodlight", "id", "image_path", "name"]}, "umpires": {"type": "object", "properties": {"id": {"type": "null"}, "refree": {"type": "null"}, "tv_umpire": {"type": "null"}, "first_umpire": {"type": "null"}, "second_umpire": {"type": "null"}}, "required": ["first_umpire", "id", "refree", "second_umpire", "tv_umpire"]}, "note": {"type": "string"}, "status": {"type": "string"}, "elected": {"type": "string"}, "starting_at": {"type": "string"}, "rpc_overs": {"type": "string"}, "rpc_target": {"type": "string"}, "follow_on": {"type": "string"}, "super_over": {"type": "string"}, "draw_noresult": {"type": "string"}, "toss_won_team_id": {"type": "integer"}, "winner_team_id": {"type": "null"}, "man_of_the_match": {"type": "object", "properties": {"id": {"type": "null"}, "name": {"type": "null"}, "image_path": {"type": "null"}}, "required": ["id", "image_path", "name"]}, "man_of_the_series": {"type": "object", "properties": {"id": {"type": "null"}, "name": {"type": "null"}, "image_path": {"type": "null"}}, "required": ["id", "image_path", "name"]}, "total_overs_played": {"type": "integer"}}, "required": ["draw_noresult", "elected", "follow_on", "id", "league_id", "league_name", "localteam", "man_of_the_match", "man_of_the_series", "note", "round", "rpc_overs", "rpc_target", "season_name", "series_id", "stage_name", "starting_at", "status", "super_over", "toss_won_team_id", "total_overs_played", "type", "umpires", "venue", "visitorteam", "winner_team_id"]}, "match_score": {"type": "array", "items": {"type": "object", "properties": {"overs": {"type": "string"}, "score": {"type": "integer"}, "inning": {"type": "integer"}, "team_id": {"type": "integer"}, "wickets": {"type": "integer"}}, "required": ["inning", "overs", "score", "team_id", "wickets"]}}}, "required": ["match_info", "match_score"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]}
d3de14d5-02e8-4394-a2ff-92acd68eb03e/c0323f66-b1b2-4b2a-871f-35f6b56276c2/0/0
Sports Odds
Get sports betting odds, game reults and future odds from over 50+ bookmakers for NFL, MLB, NBA, NHL. Game odds and scores are updated every 5 minutes and future bets are updated every 30 minutes. Get started for free. https://www.sports-odds-api.com/docs
null
Teams
This endpoint retrieves all teams we support sorted by alphabetical order. The team codes can be used as a url parameter to filter in other endpoints.
200
Response
{"count": 32, "next": "https://www.sports-odds-api.com/teams?league=NFL&page=2", "previous": null, "results": [{"league": "NFL", "full_name": "Arizona Cardinals", "short_name": "Cardinals", "code": "ARI", "city": "Arizona"}, {"league": "NFL", "full_name": "Atlanta Falcons", "short_name": "Falcons", "code": "ATL", "city": "Atlanta"}, {"league": "NFL", "full_name": "Baltimore Ravens", "short_name": "Ravens", "code": "BAL", "city": "Baltimore"}, {"league": "NFL", "full_name": "Buffalo Bills", "short_name": "Bills", "code": "BUF", "city": "Buffalo"}, {"league": "NFL", "full_name": "Carolina Panthers", "short_name": "Panthers", "code": "CAR", "city": "Carolina"}, {"league": "NFL", "full_name": "Chicago Bears", "short_name": "Bears", "code": "CHI", "city": "Chicago"}, {"league": "NFL", "full_name": "Cincinnati Bengals", "short_name": "Bengals", "code": "CIN", "city": "Cincinnati"}, {"league": "NFL", "full_name": "Cleveland Browns", "short_name": "Browns", "code": "CLE", "city": "Cleveland"}, {"league": "NFL", "full_name": "Dallas Cowboys", "short_name": "Cowboys", "code": "DAL", "city": "Dallas"}, {"league": "NFL", "full_name": "Denver Broncos", "short_name": "Broncos", "code": "DEN", "city": "Denver"}, {"league": "NFL", "full_name": "Detroit Lions", "short_name": "Lions", "code": "DET", "city": "Detroit"}, {"league": "NFL", "full_name": "Green Bay Packers", "short_name": "Packers", "code": "GB", "city": "Green Bay"}, {"league": "NFL", "full_name": "Houston Texans", "short_name": "Texans", "code": "HOU", "city": "Houston"}, {"league": "NFL", "full_name": "Indianapolis Colts", "short_name": "Colts", "code": "IND", "city": "Indianapolis"}, {"league": "NFL", "full_name": "Jacksonville Jaguars", "short_name": "Jaguars", "code": "JAC", "city": "Jacksonville"}, {"league": "NFL", "full_name": "Kansas City Chiefs", "short_name": "Chiefs", "code": "KC", "city": "Kansas City"}, {"league": "NFL", "full_name": "Las Vegas Raiders", "short_name": "Raiders", "code": "LV", "city": "Las Vegas"}, {"league": "NFL", "full_name": "Los Angeles Chargers", "short_name": "Chargers", "code": "LAC", "city": "Los Angeles"}, {"league": "NFL", "full_name": "Los Angeles Rams", "short_name": "Rams", "code": "LAR", "city": "Los Angeles"}, {"league": "NFL", "full_name": "Miami Dolphins", "short_name": "Dolphins", "code": "MIA", "city": "Miami"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "string"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"league": {"type": "string"}, "full_name": {"type": "string"}, "short_name": {"type": "string"}, "code": {"type": "string"}, "city": {"type": "string"}}, "required": ["city", "code", "full_name", "league", "short_name"]}}}, "required": ["count", "next", "previous", "results"]}
d3de14d5-02e8-4394-a2ff-92acd68eb03e/714441b6-a01f-47c9-8273-5b880ae448c7/0/0
Sports Odds
Get sports betting odds, game reults and future odds from over 50+ bookmakers for NFL, MLB, NBA, NHL. Game odds and scores are updated every 5 minutes and future bets are updated every 30 minutes. Get started for free. https://www.sports-odds-api.com/docs
null
Future Awards
This endpoint retrieves all future award names we have. These award names then can be used to query futures odds under name.
200
Response
{"count": 1, "next": null, "previous": null, "results": [{"name": "2022-23 NBA MVP", "league": "NBA", "season": "2022-23"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "name", "season"]}}}, "required": ["count", "next", "previous", "results"]}
d3de14d5-02e8-4394-a2ff-92acd68eb03e/b657c44a-e451-4c44-806a-978a1a5a45b6/0/0
Sports Odds
Get sports betting odds, game reults and future odds from over 50+ bookmakers for NFL, MLB, NBA, NHL. Game odds and scores are updated every 5 minutes and future bets are updated every 30 minutes. Get started for free. https://www.sports-odds-api.com/docs
null
Game Odds
Returns game odds for money line, point spread and over under bets.
200
Response
{"highest_count": 16, "overall_total": 16, "next": null, "previous": null, "results": [{"id": "1963dd6cb841d1b631b6ae840d5ec2743698746460f2dd195ab1f102129a15ac", "game": {"id": "1c2d8dcd4a4f3c214cf9b4186a6a1324ad9a9f1697f941f8951ed067e43b3206", "game_time": "2022-09-11 17:00:00", "home_team": "CHI", "away_team": "SF", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -275, "home_odds": 220, "type": "money_line"}, {"id": "367783d03974f5e31dec2d1d38c3c679e9c8c450c8c9fc02a18e218956188728", "game": {"id": "16367c1a0a33d740af8ee4b8cb8fe8cba5917ad6b9d2fd42774599736ad92211", "game_time": "2022-09-11 17:00:00", "home_team": "NYJ", "away_team": "BAL", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -250, "home_odds": 200, "type": "money_line"}, {"id": "37b37a667a6c57533c2b6e9ade973887ddfedc33335ba7e825d179321ddb4608", "game": {"id": "95f3261fb8e291fbabb83a41b7ce03744b9b7cc6632d87e202d7d8580e150845", "game_time": "2022-09-11 20:25:00", "home_team": "LAC", "away_team": "LV", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": 150, "home_odds": -185, "type": "money_line"}, {"id": "3dd9ff51909fa6fdf5284394fc62b3ffe51baed0259d9f0911ba0daa579a0a12", "game": {"id": "34012ede1c9e7b00ba338ad383f49af12dd5b3c2c883f0b6609b1e5617750e76", "game_time": "2022-09-11 17:00:00", "home_team": "DET", "away_team": "PHI", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -190, "home_odds": 155, "type": "money_line"}, {"id": "41fae7f41b48c3e3a15c8da8d4b1820c42dbfac139eeb8e692f7fe5cf10d0b1d", "game": {"id": "b0144616578a2410b3c98408991edbb8e9a5fef136a11ed2bfecb451dc4e64d7", "game_time": "2022-09-11 17:00:00", "home_team": "HOU", "away_team": "IND", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -375, "home_odds": 290, "type": "money_line"}, {"id": "739768de1b96b3f2fefafdde57dd478256689baa3cf7b5bd4f04055c57b25634", "game": {"id": "d4b6a05163e64a96ecb79ed104c22946ca2571eb4e79d4ab4d9815f851d8f52a", "game_time": "2022-09-13 00:15:00", "home_team": "SEA", "away_team": "DEN", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -225, "home_odds": 180, "type": "money_line"}, {"id": "7d839379db4e2a37f352bc1164737e1a7eab187a1a176125472ef705dda0d5c8", "game": {"id": "fe5f871792649629ca8c6353ab72291d495d8155f30d5c119f77e28197ecc531", "game_time": "2022-09-09 00:20:00", "home_team": "LAR", "away_team": "BUF", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -110, "home_odds": -110, "type": "money_line"}, {"id": "890973fc50d5fbb12c2ae797111e51f44e72aa60b1fbfb2ced2b6f5bc732fa9a", "game": {"id": "75c54ba7084999e9c40bc67766b6a81464a96f3500471c98b74b7abb8ebd5906", "game_time": "2022-09-11 20:25:00", "home_team": "ARI", "away_team": "KC", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -160, "home_odds": 130, "type": "money_line"}, {"id": "90cb6d539e485a612fc0be6f947641d4c8b0b14ab0dcdabbbfbdae29207d2846", "game": {"id": "f2e3af0695e12584163eba478a8eba27356d90b5cac131ae16abb8205a64738e", "game_time": "2022-09-11 17:00:00", "home_team": "ATL", "away_team": "NO", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -225, "home_odds": 185, "type": "money_line"}, {"id": "a98dcfe27c9137e9e9ccd01fdd2af128e1978604870c69b63080e202ccf4d500", "game": {"id": "aa0859caf76cdf9a70d732075b072c72dd6e91546b07499379fd224dcfd9562f", "game_time": "2022-09-11 17:00:00", "home_team": "MIA", "away_team": "NE", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": 120, "home_odds": -145, "type": "money_line"}, {"id": "b035bacb62126a7c249486f30eb826cc074c36595cba56bcbfe2cf2e583c0589", "game": {"id": "2cca4399c3e694975382d083f68cbaf38cd75642d125fa3b65de5bd17a0b0f90", "game_time": "2022-09-11 20:25:00", "home_team": "MIN", "away_team": "GB", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -135, "home_odds": 110, "type": "money_line"}, {"id": "b559aac857f46e53539072cf46831d80e8fde5e834814c9ad6e65ead1c90566a", "game": {"id": "4dd271cd194e0db9149226ed93e821b603772a70ba240222324cad7c392553ee", "game_time": "2022-09-11 17:00:00", "home_team": "CIN", "away_team": "PIT", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": 225, "home_odds": -275, "type": "money_line"}, {"id": "c3b193f028c9acba9d0f98e28864bf0e3ceba5fed56f466ee5349c2a9e8b5627", "game": {"id": "713d40a12a6d2924eb70fbf3efacd3c7c9b98316f92d5186bb5d62c3134ba668", "game_time": "2022-09-11 17:00:00", "home_team": "CAR", "away_team": "CLE", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -120, "home_odds": 100, "type": "money_line"}, {"id": "c57c8c92b602b4be0b60aec00e96e3b5d02874e296ce6d2e55917f68afac420e", "game": {"id": "dcaeb7661210ff30225b6b348544eb688cbd39f4d482eb6576ba64940177003f", "game_time": "2022-09-12 00:20:00", "home_team": "DAL", "away_team": "TB", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": -135, "home_odds": 110, "type": "money_line"}, {"id": "e8c24d6185ac6af19df0c71e262eb6fea04721e2bea3685830dc1ea48d229ccb", "game": {"id": "a20baffdbe000f2e306adb36792135689ed2ba17d3f3b649f68956292457b1a6", "game_time": "2022-09-11 20:25:00", "home_team": "TEN", "away_team": "NYG", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": 240, "home_odds": -300, "type": "money_line"}, {"id": "ff2706d0e727248597f60de69d43a91183e15c12f28d38a6c0a26c997913106b", "game": {"id": "e02656b3b5e9b40e149112d5c595d12691f80a93e3257e30c9731aa70d4aef59", "game_time": "2022-09-11 17:00:00", "home_team": "WAS", "away_team": "JAC", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, "bet_provider": "BetMGM NJ", "away_odds": 155, "home_odds": -190, "type": "money_line"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"highest_count": {"type": "integer"}, "overall_total": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "game": {"type": "object", "properties": {"id": {"type": "string"}, "game_time": {"type": "string"}, "home_team": {"type": "string"}, "away_team": {"type": "string"}, "season": {"type": "string"}, "league": {"type": "string"}, "game_type": {"type": "string"}, "status": {"type": "string"}, "home_score": {"type": "integer"}, "away_score": {"type": "integer"}}, "required": ["away_score", "away_team", "game_time", "game_type", "home_score", "home_team", "id", "league", "season", "status"]}, "bet_provider": {"type": "string"}, "away_odds": {"type": "integer"}, "home_odds": {"type": "integer"}, "type": {"type": "string"}}, "required": ["away_odds", "bet_provider", "game", "home_odds", "id", "type"]}}}, "required": ["highest_count", "next", "overall_total", "previous", "results"]}
d3de14d5-02e8-4394-a2ff-92acd68eb03e/99222597-2d2b-4e9d-a184-dbcd2204317a/0/0
Sports Odds
Get sports betting odds, game reults and future odds from over 50+ bookmakers for NFL, MLB, NBA, NHL. Game odds and scores are updated every 5 minutes and future bets are updated every 30 minutes. Get started for free. https://www.sports-odds-api.com/docs
null
Games
This endpoint retrieves games ordered by latest date. Game scores and statuses are updated every ~5 minutes.
200
Response
{"count": 2, "next": null, "previous": null, "results": [{"id": "290b0cf796d410796aec58f50f7f43edc4086fb14c0228cf4cb034304f4b1aaa", "game_time": "2022-12-26 01:20:00", "home_team": "ARI", "away_team": "TB", "season": "2022", "league": "NFL", "game_type": "regular_season", "status": "not_started", "home_score": 0, "away_score": 0}, {"id": "9e050c15aaef58b87fc877e340f5ed4fd0569aa9b38424232b7273a617d3c146", "game_time": "2017-10-15 20:05:00", "home_team": "ARI", "away_team": "TB", "season": "2017", "league": "NFL", "game_type": "regular_season", "status": "final", "home_score": 38, "away_score": 33}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "game_time": {"type": "string"}, "home_team": {"type": "string"}, "away_team": {"type": "string"}, "season": {"type": "string"}, "league": {"type": "string"}, "game_type": {"type": "string"}, "status": {"type": "string"}, "home_score": {"type": "integer"}, "away_score": {"type": "integer"}}, "required": ["away_score", "away_team", "game_time", "game_type", "home_score", "home_team", "id", "league", "season", "status"]}}}, "required": ["count", "next", "previous", "results"]}
d3de14d5-02e8-4394-a2ff-92acd68eb03e/91134811-18bc-46f1-9421-56ca444d189c/0/0
Sports Odds
Get sports betting odds, game reults and future odds from over 50+ bookmakers for NFL, MLB, NBA, NHL. Game odds and scores are updated every 5 minutes and future bets are updated every 30 minutes. Get started for free. https://www.sports-odds-api.com/docs
null
Futures
This endpoint retrieves future awards odds sorted from the lowest odds.
200
Response
{"count": 37, "next": "https://www.sports-odds-api.com/futures?full_name=Luka&league=NBA&name=MVP&page=2&season=2022-23", "previous": null, "results": [{"name": "2022-23 NBA MVP", "bet_provider": "PointsBet NJ", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "Parx", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "Bet Rivers IN", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "UnibetPA", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "PointsBet IN", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "PointsBet IA", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "DraftKings NJ", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "Fox Bet CO", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "Bet Rivers CO", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "DraftKings MI", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "DraftKings CT", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "DraftKings PA", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "PointsBet WV", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "PointsBet IL", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "DraftKings CO", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "Fox Bet NJ", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "DraftKings WV", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "DraftKings IL", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "Consensus", "odds": 450, "full_name": "Luka Doncic"}, {"name": "2022-23 NBA MVP", "bet_provider": "UnibetNJ", "odds": 450, "full_name": "Luka Doncic"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "string"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "bet_provider": {"type": "string"}, "odds": {"type": "integer"}, "full_name": {"type": "string"}}, "required": ["bet_provider", "full_name", "name", "odds"]}}}, "required": ["count", "next", "previous", "results"]}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/0d451175-c83a-4ee0-8bf8-512e82bc71a3/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Schedule by category
Get event schedule by category and date
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/e25acf93-1df6-43c8-8491-42b4a1faf1a6/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Popular events
Get today's popular events
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/4974cc83-5fe6-43a0-b21a-0e808cbb568d/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Schedule odds
Get events schedule odds by date
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/0029bee3-e40e-4ec7-8c0c-0fd9b7c89671/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Sub events
Get sub events by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/bddf0da8-49db-4510-9a7a-29c9ee2bdcaf/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Manager career-history
Get the manager's career history
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/dc223f6b-6dd9-4fe0-bb00-eda895e0c7f1/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Manager data
Get manager data by manager ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/be884a34-7fba-4022-9ab7-bf40f5159133/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Manager events
Get events of the manager
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/5d77a89c-203f-498a-b924-c01b923d0898/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Manager photo
Get manager photo by manager ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/4748daf7-4f89-4e5e-9404-9b7675540bdf/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Player events
Get events by player ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/5066dfb9-6902-4a1a-9889-394c25e35356/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Last year summary
Get last year summary of the player
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/00999236-293a-4ee8-b675-50805bf4e004/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Player latest media
Get player's latest media by player_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/7226cc2e-8ab6-4c4e-b864-6660e7ccca3c/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Player statistics seasons
Get seasons of the player
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/e151f0a7-ce74-447f-8256-6e8ccec2f56f/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Player statistics
Get player statistics. Use regularSeason - for hockey
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/a5d1417c-804e-40ff-a77e-70b81baa8802/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Player data
Get player data by player ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/dba9728c-fa22-4045-90b3-d65d56e05a88/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Transfer history
Get player transfer history
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/5d13f840-51a7-48b3-85a6-cf9fe9fd06f9/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Attribute overviews
Get player attribute overviews
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/18ea5955-46f2-47ec-bc17-9e2f6ce9f822/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Player Heatmap
Get a player's heatmap
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/032dce03-b689-4756-b306-ef025b5c83de/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
National team statistics
Get player's stats by national teams
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/fa9495c6-0967-476e-9094-925cbcd5b472/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Player photo
Get player photo by player ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/a2acf230-d310-4ed4-a34b-6f89486321c2/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Last ratings
Get the latest player rating
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/29cb71a6-4f09-426e-b012-ee67c56b3ebc/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Player characteristics
Get player characteristics by player ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/8230e483-71c4-4e5b-862e-7a1320aa4c98/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Categories
Get actual categories by date and sport
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/6c1d1ea9-22d0-40d9-ad93-a13990029070/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Daily unique tournaments
Get daily unique tournaments by date and sport
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/5ae7db46-5e60-47f5-b733-401dc68fc754/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Teams translations
Teams translations
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/beb8f71c-1f44-49d7-abbe-99683d1d167b/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Referee statistics
Get referee statistics by referee ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/d3ceb48d-101a-493a-a3ec-eea3effd4064/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Referee data
Get referee data by referee ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/157c345f-225d-4cf8-92ec-bd790c514de5/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Number live events
Get number of live events in the category by sport ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/8c4e6976-b4d0-4ceb-9a0e-3171d7fb9b12/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Referee events
Get events by referee ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/ed9669b6-ab99-4aab-bab1-d583bdfe804a/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Category list
Get a list of categories
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/d37b2041-65a7-484f-8874-b53907f45a3d/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Channels data (stage)
Get channels data (stage)
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/52964251-5c5f-443d-89ee-3b66d2a5e77f/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Country channels (stage)
Get tv country channels (stage) by stage_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/ba442022-a54c-403f-98d1-5ae50750f16f/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Teams Player statistics
Get overall player statistics by team ID, unique tournament ID, season ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/59ab8b97-1511-4989-8958-afb3dc99f5cb/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
News feed
Get news feed of the team
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/8ded5f61-8a9f-4f53-a67a-0b3c82b1b62c/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Seasons for team statistics
Get seasons for team statistics by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/27977134-aca4-40c9-91d1-8a328acff489/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Statistics (esports)
Get statistics (esports) by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/fc14bc18-b064-412e-bd7a-3a978e0542db/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Lineups (esports)
Get games (esports) by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/d3f143b1-f1dd-40d1-9e63-3e2d0eff5bcc/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Heatmap
Get heatmap player by event_id and team_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/6534d2b5-e442-43c6-941e-46004cb963ea/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Tournament info
Get tournament info by tournament id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/4930109c-205c-4fcb-a485-996f2f6e4485/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Players of team
Get players of team by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/da54e904-5dca-46ef-8555-7f312cc4bac6/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Transfers of team
Get transfers of team by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/2ae1fc42-0328-4fa2-a2f8-5e9af6d09360/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
H2H stats
Get H2H stats by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/c909801d-0bc5-439c-ba60-61846c55774c/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Fan rating
Get fan rating by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/7ba7fad1-9d0a-4c25-be84-fc9568b1b32c/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Team logo
Get team logo by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/a1fca796-8539-4101-a540-7d5382ca59c4/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Team data
Get team data by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/02f707ff-5cb6-4c79-8091-4f98d0de4020/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Graph points
Get graph points by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/a173dd0a-e2d0-4883-a448-418c3571a98a/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Games (esports)
Get games (esports) by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/91b3d186-dc69-4f10-8b5c-aade2f3fe464/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Goal distributions
Get goal distributions by team ID, unique tournament ID, season ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/b122ceff-9c9f-46ed-a1cf-4dc61b743a23/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Streaks
Get team streaks by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/71003edf-2b34-4298-ba69-a4065c2724f3/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Best players
Get best players by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/6da5431a-1f57-4707-a5fc-1f53b3fc68c1/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Team rankings
Get team rankings by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/fa8ff4ab-f565-4b36-a1b4-b8d45dd6747e/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Point by point
Get point by point data by event_id. (tennis)
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/3ee5b859-402a-4de8-9ce2-f7eeb196e243/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Team events
Get events by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/561e6bff-df16-46f0-9c11-64442ddcdea3/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Team near events
Get team near events by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/85f76cee-f64a-4f87-9855-20e0098e856a/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Seasons standings
Get seasons of the standings by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/a4ef9862-5c6f-4950-8efb-dfe697602102/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Tweets
Get tweets by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/b140b414-580f-41a0-b011-44bec9d60f3e/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Seasons for player statistics
Get seasons for player statistics by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/27aed54f-3fd7-4032-ad3b-633d33c18539/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Lineups
Get lineups by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/52c4ee67-fa82-46e7-a747-a152ad621849/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Rounds (esports)
Get rounds (esports) by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/28aa88b3-de46-481a-aa52-eb6daee8cebc/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Innings (cricket)
Get innings (cricket) by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/3e6a2635-b438-47f8-822b-99163c938e17/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Odds all
Get all odds by event_id. You can convert them to decimals. provider_id: 1 - Bet365, 100 - betano, 101 - bilyoner
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/34bc1770-02da-42f2-9f30-52d4c4bf8263/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Current team tournaments
Get current team tournaments by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/7c718d37-2808-42be-91e4-5e526418ab5e/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Predict
Get predict by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/b257143f-6e0d-4167-aba7-39eb2a3064e6/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Incidents
Get incidents by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/d448c544-a9f0-4ce3-b101-3d114773eb8f/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Statistics
Get statistics by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/80b6be25-97b1-4bf8-b340-2ea73837f203/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Event data
Get event data by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/999dfdc9-ce81-4386-bdf6-cce0d1265a7c/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Media
Get media by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/7b953e9d-af01-4af0-bdc4-3e070f9dabcf/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Team recent form
Get team recent form by team ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/0da54b8f-0adf-4487-afd3-d8e4c52662ea/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Event managers
Get team managers by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/bad71ec6-6f34-44aa-b84f-8ecb7c47971b/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Form
Get pregame team form by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/1281d2e1-cb14-48f3-8995-338547e03e04/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
H2H events
Get h2h events by custom_event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/7994548b-8998-481e-aacf-882cffde2f91/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Schedule by date
Get event schedule by sport and date (+- 12 hours for all timezones). After receiving the data, you can filter the list of events by your timezone.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/c4ff6173-2aea-4e36-a02c-76dc588b2551/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Schedule live
Get live events schedule
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/31367796-6c72-4de3-9a08-c83067f190cc/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Channels list
Get a list of channels by country
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/7d9c2f68-2389-42f3-b323-0afc4038ae59/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Stage logo (motorsport)
Get stage logo by stage_id (motorsport)
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/9693140e-72a3-44d8-89b3-5ebe22fda4a2/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Players statistics
Get players statistics of the season
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/e5258ce1-3c83-4e0f-b07f-2dcbbee972ae/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Seasons Team events
Get team event of the season
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/99f02712-fa54-4465-bd30-ff7f42ab2152/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Channels data
Get channels data
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/6dd2d3af-1bdd-458d-8aa0-c97d113fbe88/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Team-week players
Get team-week players of the season
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/91d9a420-afd0-48a8-a640-cd38fa31aa42/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Teams statistics
Get teams statistics of the season
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/6cc0b8ec-87ce-409f-b6e3-722050cb809e/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Substages (motorsport)
Get substages by stage_id (motorsport)
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/168c809b-efb3-42e6-bcca-1037e5fb332d/1/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Standing teams (motorsport)
Get standing teams by stage_id (motorsport)
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
b37f4fdd-0397-4aed-a05b-7d8d1ea5caa9/97f9f018-dc51-4215-8282-1a7a47628018/0/0
SofaSport
SofaSport has everything, from simple live scores to deep statistics and detailed player analysis. We cover 20+ sports, more than 5000 leagues, tournaments and special events. We use the best sources for statistics and calculate precise player ratings. Heatmaps visually represent player effort on the field. Find all transfers, player strengths and weaknesses. Ratings and video of matches. Partners and customers: (Opta sports) statsperform.com , sofascore.com, aiscore.com Support: ...
9.9
Country channels
Get tv country channels by event_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}