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, ...
{"$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": ...
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...
{"$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": {"t...
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", "nam...
{"$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...
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:/...
{"$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": "intege...
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": "intege...
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":...
{"$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": {"t...
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": ...
{"$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": "...
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_fa...
{"$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": ...
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": "r...
{"$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...
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": "202...
{"$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": "...
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.sportmon...
{"$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"}, "lea...
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": "ht...
{"$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": {"t...
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", "...
{"$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"}, "lea...
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...
{"$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": {"ty...
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": "strin...
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", ...
{"$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": {"t...
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...
{"$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": "s...
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, "...
{"$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": ...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...
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 ...
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": "inte...