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
8d2f36e9-863f-41be-b617-3e31c635c6ae/43b87474-03b8-447f-8007-c897b0390732/2/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
HighlightsController_getHighlights
Retrieve a list of all highlights.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/89b55419-9bde-49ae-bca8-dde6d799bb9c/0/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
HighlightsController_getHighlightById
Retrieve highlight details by highlight id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/89b55419-9bde-49ae-bca8-dde6d799bb9c/1/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
HighlightsController_getHighlightById
Retrieve highlight details by highlight id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/89b55419-9bde-49ae-bca8-dde6d799bb9c/2/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
HighlightsController_getHighlightById
Retrieve highlight details by highlight id.
200
null
[{"id": 1, "type": "VERIFIED", "imgUrl": {}, "title": "NFL: New Orleans Saints vs Kansas City Chiefs", "description": {}, "url": "https://example.com/highlight/v23r23fds2cff", "match": {"id": 1, "round": "Regular Season - 32", "date": "2023-05-20T15:30:00.000Z", "league": "NFL", "season": 2023, "awayTeam": {"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO"}, "homeTeam": {"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO"}}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}, "imgUrl": {"type": "object", "description": "Preview picture of the highlight."}, "title": {"type": "string"}, "description": {"type": "object"}, "url": {"type": "string", "description": "Url location of the video highlight."}, "match": {"type": "object", "properties": {"id": {"type": "number"}, "round": {"type": "string"}, "date": {"type": "string"}, "league": {"type": "string"}, "season": {"type": "number"}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "object"}, "displayName": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["id", "displayName", "abbreviation"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "object"}, "displayName": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["id", "displayName", "abbreviation"]}}, "required": ["id", "round", "date", "league", "season", "awayTeam", "homeTeam"]}}, "required": ["id", "type", "title", "url", "match"]}}
8d2f36e9-863f-41be-b617-3e31c635c6ae/f6824600-b405-4466-bde7-61684e206736/0/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
TeamsController_getTeams
Retrieve a list of all teams.
200
null
[{"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO", "league": "NFL"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "object"}, "displayName": {"type": "string"}, "abbreviation": {"type": "string"}, "league": {"type": "string"}}, "required": ["id", "displayName", "abbreviation", "league"]}}
8d2f36e9-863f-41be-b617-3e31c635c6ae/f6824600-b405-4466-bde7-61684e206736/1/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
TeamsController_getTeams
Retrieve a list of all teams.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/f6824600-b405-4466-bde7-61684e206736/2/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
TeamsController_getTeams
Retrieve a list of all teams.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/dbfaa573-f596-4194-8dad-add14a59d25c/0/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
TeamsController_getTeamById
Retrieve team details by team id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/dbfaa573-f596-4194-8dad-add14a59d25c/1/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
TeamsController_getTeamById
Retrieve team details by team id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/dbfaa573-f596-4194-8dad-add14a59d25c/2/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
TeamsController_getTeamById
Retrieve team details by team id.
200
null
[{"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO", "league": "NFL"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "object"}, "displayName": {"type": "string"}, "abbreviation": {"type": "string"}, "league": {"type": "string"}}, "required": ["id", "displayName", "abbreviation", "league"]}}
efc4aba8-198c-4365-81be-790451e0e787/75eb8762-a114-41ad-8fca-a5b0446e0592/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
Get Barcelona Insights
Get to know about the latest information/updates from your favorite football club
200
New Example
[{"headLine": "Barcelona superstar taken off with potential injury during Celta Vigo clash", "url": "https://barcauniversal.com/barcelona-superstar-taken-off-with-potential-injury-during-celta-vigo-clash/", "source": "barcaUniversal"}, {"headLine": "Barcelona director speaks on star midfielder\u2019s contract: \u201cFuture of the club\u201d", "url": "https://barcauniversal.com/barcelona-director-speaks-on-star-midfielders-contract-future-of-the-club/", "source": "barcaUniversal"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"headLine": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["headLine", "source", "url"]}}
efc4aba8-198c-4365-81be-790451e0e787/fc9d9be7-9c52-48fd-9d57-611b8b83191f/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
Get Real Madrid Insights
Get to know about the latest information/updates from your favorite football club
200
New Example
[{"headLine": "Three talking points from Real Madrid 1-0 Union Berlin", "url": "https://madriduniversal.com/three-talking-points-from-real-madrid-1-0-union-berlin/", "source": "madridUniversal"}, {"headLine": "Real Madrid 1-0 Union Berlin: Player Ratings", "url": "https://madriduniversal.com/real-madrid-1-0-union-berlin-player-ratings/", "source": "madridUniversal"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"headLine": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["headLine", "source", "url"]}}
efc4aba8-198c-4365-81be-790451e0e787/f91ac266-233f-4f61-adcf-755836de659b/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
LaLiga Predictions
Provides predictions and analysis for LaLiga matches
200
New Example
[{"match": "Cadiz vs Villarreal: Draw @ 23/10 (3.30)", "Prediction": {"Description": "Ok begin our La Liga tips by backing this match up between Cadiz and Villarreal to draw. In truth that's because we can't justify either winning the match rather than not being able to see a side losing it. Cadiz have only won one of their last four home games whilst Villarreal have won just one of their last five on the road. Both have drawn at least two games in those respective periods though. The head to head record is even stevens across the last four meetings too with Cadiz winning one, Villarreal winning one and two ending in draws.", "kickOff": "Kick-Off: 18:30 GMT, 01/09/23"}}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"match": {"type": "string"}, "Prediction": {"type": "object", "properties": {"Description": {"type": "string"}, "kickOff": {"type": "string"}}, "required": ["Description", "kickOff"]}}, "required": ["Prediction", "match"]}}
efc4aba8-198c-4365-81be-790451e0e787/3797b6ec-89ac-4745-8fdc-1a2abbf86e26/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
Bundesliga Predictions
Provides predictions and analysis for Bundesliga matches
200
New Example
[{"match": "Monchengladbach vs Bayern Munich: Bayern -1 Handicap @ 4/5 (1.80)", "Prediction": {"Tip": "Monchengladbach vs Bayern Munich is unquestionably the Bundesliga pick of the round with Bayern not having had amazing success against Monchengladbach in recent times; they've not beaten them in the last six head to head meetings dating back to May 2021. We expect Bayern to win here though \u2013 and comfortably hence the -1 handicap. They've won their first two league games of the season scoring seven goals and, importantly, Monchengladbach are yet to really get going; they've taken just one point from the six available to them and losing 3-0 last time out."}}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"match": {"type": "string"}, "Prediction": {"type": "object", "properties": {"Tip": {"type": "string"}}, "required": ["Tip"]}}, "required": ["Prediction", "match"]}}
efc4aba8-198c-4365-81be-790451e0e787/34dd0e4f-fcfe-4e7f-b7ca-0ceec44c52fd/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
SeriesA Predictions
Provides predictions and analysis for Sereis A matches
200
New Example
[{"match": "Prediction 1: Roma vs Milan: Milan to win @ 7/4 (2.75)", "Prediction": {"Description": "Anyone who has watched Serie A over the opening weeks of the season will probably agree with our thinking that it's hard to argue against an AC Milan win here. Roma have failed to win either of their opening two games of the season. Milan meanwhile have made a 100% start to continue on from a solid end to pre-season. On top of that, Roma haven't beat AC Milan since 2019 despite facing them seven times. AC Milan have won four of those seven games.", "Kick-Off": "Kick-Off: 01/09/23, 19:45 GMT."}}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"match": {"type": "string"}, "Prediction": {"type": "object", "properties": {"Description": {"type": "string"}, "Kick-Off": {"type": "string"}}, "required": ["Description", "Kick-Off"]}}, "required": ["Prediction", "match"]}}
efc4aba8-198c-4365-81be-790451e0e787/21c9e68e-3e7f-4593-a482-e410e8306c87/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
PremuireLeague Predictions
Provides predictions and analysis for premiure league football matches
200
New Example
[{"match": "EPL Predictions \u2013 Luton vs West Ham: West Ham to win @ 4/5 (1.80)", "Prediction": {"Description": "We kick off our Premier League tips by backing West Ham to beat Luton. Luton done magnificently well to reach the top flight but, quite frankly, they've looked a tad out of their depth in their opening two games shipping a total of seven goals in two games and scoring just once \u2013 and that was a penalty. West Ham meanwhile have made a fantastic start taking seven points from nine available. That form and West Ham's experience at this level will see them to another win here.", "Tip": "Tip Probability: 56%", "Kick-Off": "Kick-Off: 20:00 GMT, 01/09/23"}}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"match": {"type": "string"}, "Prediction": {"type": "object", "properties": {"Description": {"type": "string"}, "Tip": {"type": "string"}, "Kick-Off": {"type": "string"}}, "required": ["Description", "Kick-Off", "Tip"]}}, "required": ["Prediction", "match"]}}
efc4aba8-198c-4365-81be-790451e0e787/97c9dfe2-8891-4074-a53e-d00023ffdb68/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
Get all the football updates/news, injuries ,contracts ,new signing signing etc.
This route helps u to get the latest and most comprehensive football news from around the world. With this API, you can access up-to-the-minute updates on all things football, including match results, transfer rumors and much more.
200
New Example
[{"headLine": "Spanish football chiefs considering Vilda future", "url": "https://www.skysports.com/football/news/11095/12950310/jorge-vilda-spanish-fa-considering-future-of-world-cup-winning-manager-amid-national-crisis", "source": "skysports", "id": "22ac22eb-2698-4b82-a6fa-ab67003aa575"}, {"headLine": "Beale on PSV CL play-off decider: These games are what it's all about", "url": "https://www.skysports.com/football/news/11095/12950278/psv-eindhoven-vs-rangers-michael-beale-relishing-huge-moment-ahead-of-champions-league-play-off-second-leg", "source": "skysports", "id": "a30ea0f4-4f6c-4b3c-bbcd-6206e6abcfee"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"headLine": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "id": {"type": "string"}}, "required": ["headLine", "id", "source", "url"]}}
efc4aba8-198c-4365-81be-790451e0e787/e763c365-8def-41e9-a427-0432934e70d5/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
Fabrizo here we go
Get real-time access to Fabrizio Romano's Twitter feed.
200
New Example
[{"news": "Crystal Palace are expected to unveil Dean Henderson as new signing today after medical completed \ud83d\udd34\ud83d\udd35 #CPFC\n\nManchester United to receive \u00a315m plus \u00a35m add-ons.\n\n\ud83c\uddf9\ud83c\uddf7 Altay Bayindir, in Manchester set to sign and become his replacement. https://t.co/YE9fXLgdOR", "source": "Twitter for iPhone", "createdAt": "Wed Aug 30 08:11:36 +0000 2023", "mediaUrl": ["https://pbs.twimg.com/media/F4w8mRbXYAAu_wE.jpg"]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"news": {"type": "string"}, "source": {"type": "string"}, "createdAt": {"type": "string"}, "mediaUrl": {"type": "array", "items": {"type": "string"}}}, "required": ["createdAt", "mediaUrl", "news", "source"]}}
efc4aba8-198c-4365-81be-790451e0e787/b7a5ff1e-b1a3-4587-9756-46686f8adb8d/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
Get today's fixtures
Access today's football match fixtures, including timing of matches
200
New Example
[{"teamA": "Hibernian ", "TeamB": "Aston Villa", "time": "17:45", "url": "https://www.skysports.com/football/hibernian-vs-aston-villa/495639", "source": "skysports", "id": "f3a7578b-4b7e-4b49-8d0c-27058dc75d48"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"teamA": {"type": "string"}, "TeamB": {"type": "string"}, "time": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "id": {"type": "string"}}, "required": ["TeamB", "id", "source", "teamA", "time", "url"]}}
efc4aba8-198c-4365-81be-790451e0e787/cccf40c3-f570-457b-a189-dfd05d81aeb9/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
Transfer updates
Get the latest transfer updates, loan deals, and contract extensions
200
New Example
[{"title": "Erik ten Hag faces early Mason Mount transfer decision after \"big\" problem pointed outManchester United FC", "url": "https://www.mirror.co.uk/sport/football/transfer-news/manutd-mount-casemiro-tenhag-berbatov-30767820", "source": "mirror", "id": "88463b69-873b-492d-a088-2226df53d7b9"}, {"title": "Who is Altay Bayindir? Man Utd target has medical amid Erik ten Hag's transfer decisionErik ten Hag", "url": "https://www.mirror.co.uk/sport/football/transfer-news/altay-bayindir-manutd-fenerbahce-medical-30766093", "source": "mirror", "id": "ade70a06-a6f3-4c6d-a248-cadd0fac47c2"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "id": {"type": "string"}}, "required": ["id", "source", "title", "url"]}}
efc4aba8-198c-4365-81be-790451e0e787/c702303e-5378-48b8-8bfe-8103afe9b747/0/0
Football_Api
Access the latest football news, live match fixtures, player transfer updates, loan deals, contracts, and match results with our Football API. Additionally, get football league match predictions to assist with your betting decisions.
9
Get top 10 football players of all time
get the player name with description and the wikipedia link
200
New Example
[{"player": "Lewandowski", "desc": "In many ways, Lewandowski is a no-nonsense entity. He knows where the ball will flow, he knows the positions to be in and when to be there, he knows all the measurements of the goal frame and will use every inch of it to ripple the net. If the ball falls to one player in a one-on-one situation in world football, Lewandowski is both the most likely player to be in that position and the man you'd want to be there.", "content": "radiotimes", "website": "https://en.wikipedia.org/wiki/Robert_Lewandowski"}, {"player": "Benzema", "desc": "Benzema gets through a remarkable amount of dirty work in 90 minutes. He digs deep and acts as a wide/inside forward's dream, the ultimate pivot point to build attacks around. Benzema is happy playing with his back to goal and that often proves just as dangerous to opponents as bearing down on them directly. Play a 'one', make a darting run and you'll always receive the 'two'. He is a complete striker who finally received the praise his play deserved before exiting for Saudi Arabia.", "content": "radiotimes", "website": "https://en.wikipedia.org/wiki/Karim_Benzema"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"player": {"type": "string"}, "desc": {"type": "string"}, "content": {"type": "string"}, "website": {"type": "string"}}, "required": ["content", "desc", "player", "website"]}}
d3e53ad3-0576-4633-9a95-90ec365916fd/f1e6f6b6-6f3f-46a3-80d3-493602793ff6/0/0
Liverpool Latest Articles
An API containing Liverpool F.C articles from The Guardian, The Times, Telegraph, BBC, Standard and The Sun newspapers football section.
null
Get all Liverpool F.C news
This endpoint will provide you with all Liverpool F.C news from 5 of the most popular U.K newspapers.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
0add681f-f145-44b4-87d7-2fe8fa092d50/516d1033-f6cd-4128-85d5-a9405b222bb0/0/0
Cricket Live Data
Fixtures, Results, and scorecards for the worlds most popular cricket tournaments
9.8
Fixtures
Lists next 50 fixtures across all series'
200
Next 50 Fixtures
{"results": [{"away": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "date": "2020-09-21T14:00:00+00:00", "home": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "id": 2433081, "match_subtitle": "3rd Match", "match_title": "Sunrisers Hyderabad v Royal Challengers Bangalore at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "", "id": 120753, "name": "Leinster Lightning"}, "date": "2020-09-22T09:15:00+00:00", "home": {"code": "", "id": 120750, "name": "North-West Warriors"}, "id": 2422427, "match_subtitle": "4th Match", "match_title": "North-West Warriors v Leinster Lightning at Bready Cricket Club, Magheramason, Bready, List A.", "result": "", "series_id": 603, "status": "Fixture", "venue": "Bready Cricket Club, Magheramason, Bready"}, {"away": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "date": "2020-09-22T14:00:00+00:00", "home": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "id": 2433005, "match_subtitle": "4th Match", "match_title": "Rajasthan Royals v Chennai Super Kings at Sharjah Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Sharjah Cricket Stadium (night)"}, {"away": {"code": "", "id": 120804, "name": "Essex"}, "date": "2020-09-23T09:30:00+00:00", "home": {"code": "", "id": 120762, "name": "Somerset"}, "id": 2460507, "match_subtitle": "Final", "match_title": "Somerset v Essex at Lord's, London, First Class.", "result": "", "series_id": 600, "status": "Fixture", "venue": "Lord's, London"}, {"away": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "date": "2020-09-23T14:00:00+00:00", "home": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "id": 2433029, "match_subtitle": "5th Match", "match_title": "Kolkata Knight Riders v Mumbai Indians at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "date": "2020-09-24T14:00:00+00:00", "home": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "id": 2433033, "match_subtitle": "6th Match", "match_title": "Kings XI Punjab v Royal Challengers Bangalore at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "date": "2020-09-25T14:00:00+00:00", "home": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "id": 2433091, "match_subtitle": "7th Match", "match_title": "Chennai Super Kings v Delhi Capitals at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "", "id": 120753, "name": "Leinster Lightning"}, "date": "2020-09-26T09:15:00+00:00", "home": {"code": "", "id": 120747, "name": "Northern Knights"}, "id": 2422429, "match_subtitle": "5th Match", "match_title": "Northern Knights v Leinster Lightning at The Village, Malahide, Dublin, List A.", "result": "", "series_id": 603, "status": "Fixture", "venue": "The Village, Malahide, Dublin"}, {"away": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "date": "2020-09-26T14:00:00+00:00", "home": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "id": 2433103, "match_subtitle": "8th Match", "match_title": "Kolkata Knight Riders v Sunrisers Hyderabad at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "date": "2020-09-27T14:00:00+00:00", "home": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "id": 2433067, "match_subtitle": "9th Match", "match_title": "Rajasthan Royals v Kings XI Punjab at Sharjah Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Sharjah Cricket Stadium (night)"}, {"away": {"code": "", "id": 120750, "name": "North-West Warriors"}, "date": "2020-09-28T09:15:00+00:00", "home": {"code": "", "id": 120753, "name": "Leinster Lightning"}, "id": 2422433, "match_subtitle": "6th Match", "match_title": "Leinster Lightning v North-West Warriors at The Village, Malahide, Dublin, List A.", "result": "", "series_id": 603, "status": "Fixture", "venue": "The Village, Malahide, Dublin"}, {"away": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "date": "2020-09-28T14:00:00+00:00", "home": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "id": 2433107, "match_subtitle": "10th Match", "match_title": "Royal Challengers Bangalore v Mumbai Indians at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "date": "2020-09-29T14:00:00+00:00", "home": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "id": 2433077, "match_subtitle": "11th Match", "match_title": "Delhi Capitals v Sunrisers Hyderabad at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "date": "2020-09-30T14:00:00+00:00", "home": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "id": 2433021, "match_subtitle": "12th Match", "match_title": "Rajasthan Royals v Kolkata Knight Riders at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "date": "2020-10-01T14:00:00+00:00", "home": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "id": 2433019, "match_subtitle": "13th Match", "match_title": "Kings XI Punjab v Mumbai Indians at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-10-01T17:30:00+00:00", "home": {"code": "", "id": 120801, "name": "Gloucestershire"}, "id": 2415589, "match_subtitle": "3rd Quarter Final", "match_title": "Gloucestershire v Northamptonshire at County Ground, Bristol (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "County Ground, Bristol (night)"}, {"away": {"code": "", "id": 120774, "name": "Leicestershire"}, "date": "2020-10-01T17:30:00+00:00", "home": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "id": 2415591, "match_subtitle": "1st Quarter Final", "match_title": "Nottinghamshire v Leicestershire at Trent Bridge, Nottingham (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Trent Bridge, Nottingham (night)"}, {"away": {"code": "", "id": 120786, "name": "Kent"}, "date": "2020-10-01T17:30:00+00:00", "home": {"code": "", "id": 120807, "name": "Surrey"}, "id": 2458803, "match_subtitle": "2nd Quarter Final", "match_title": "Surrey v Kent at Kennington Oval, London (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Kennington Oval, London (night)"}, {"away": {"code": "", "id": 120759, "name": "Lancashire"}, "date": "2020-10-01T17:30:00+00:00", "home": {"code": "", "id": 120789, "name": "Sussex"}, "id": 2458805, "match_subtitle": "4th Quarter Final", "match_title": "Sussex v Lancashire at County Ground, Hove (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "County Ground, Hove (night)"}, {"away": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "date": "2020-10-02T14:00:00+00:00", "home": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "id": 2433045, "match_subtitle": "14th Match", "match_title": "Chennai Super Kings v Sunrisers Hyderabad at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "date": "2020-10-03T10:00:00+00:00", "home": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "id": 2433041, "match_subtitle": "15th Match", "match_title": "Royal Challengers Bangalore v Rajasthan Royals at Zayed Cricket Stadium, Abu Dhabi, T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi"}, {"away": {"code": "", "id": 123612, "name": "TBC"}, "date": "2020-10-03T10:00:00+00:00", "home": {"code": "", "id": 123609, "name": "TBC"}, "id": 2458807, "match_subtitle": "Semi Final", "match_title": "TBC v TBC at Edgbaston, Birmingham, T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Edgbaston, Birmingham"}, {"away": {"code": "", "id": 123618, "name": "TBC"}, "date": "2020-10-03T13:30:00+00:00", "home": {"code": "", "id": 123615, "name": "TBC"}, "id": 2458809, "match_subtitle": "Semi Final", "match_title": "TBC v TBC at Edgbaston, Birmingham, T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Edgbaston, Birmingham"}, {"away": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "date": "2020-10-03T14:00:00+00:00", "home": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "id": 2433043, "match_subtitle": "16th Match", "match_title": "Delhi Capitals v Kolkata Knight Riders at Sharjah Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Sharjah Cricket Stadium (night)"}, {"away": {"code": "", "id": 123624, "name": "TBC"}, "date": "2020-10-03T17:45:00+00:00", "home": {"code": "", "id": 123621, "name": "TBC"}, "id": 2458811, "match_subtitle": "Final", "match_title": "TBC v TBC at Edgbaston, Birmingham (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Edgbaston, Birmingham (night)"}, {"away": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "date": "2020-10-04T10:00:00+00:00", "home": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "id": 2433089, "match_subtitle": "17th Match", "match_title": "Mumbai Indians v Sunrisers Hyderabad at Sharjah Cricket Stadium, T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Sharjah Cricket Stadium"}, {"away": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "date": "2020-10-04T14:00:00+00:00", "home": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "id": 2433039, "match_subtitle": "18th Match", "match_title": "Kings XI Punjab v Chennai Super Kings at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "date": "2020-10-05T14:00:00+00:00", "home": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "id": 2433051, "match_subtitle": "19th Match", "match_title": "Royal Challengers Bangalore v Delhi Capitals at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "date": "2020-10-06T14:00:00+00:00", "home": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "id": 2433035, "match_subtitle": "20th Match", "match_title": "Mumbai Indians v Rajasthan Royals at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "date": "2020-10-07T14:00:00+00:00", "home": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "id": 2433015, "match_subtitle": "21st Match", "match_title": "Kolkata Knight Riders v Chennai Super Kings at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "date": "2020-10-08T14:00:00+00:00", "home": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "id": 2433097, "match_subtitle": "22nd Match", "match_title": "Sunrisers Hyderabad v Kings XI Punjab at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "date": "2020-10-09T14:00:00+00:00", "home": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "id": 2433013, "match_subtitle": "23rd Match", "match_title": "Rajasthan Royals v Delhi Capitals at Sharjah Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Sharjah Cricket Stadium (night)"}, {"away": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "date": "2020-10-10T10:00:00+00:00", "home": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "id": 2433059, "match_subtitle": "24th Match", "match_title": "Kings XI Punjab v Kolkata Knight Riders at Zayed Cricket Stadium, Abu Dhabi, T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi"}, {"away": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "date": "2020-10-10T14:00:00+00:00", "home": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "id": 2433063, "match_subtitle": "25th Match", "match_title": "Chennai Super Kings v Royal Challengers Bangalore at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "date": "2020-10-11T10:00:00+00:00", "home": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "id": 2433027, "match_subtitle": "26th Match", "match_title": "Sunrisers Hyderabad v Rajasthan Royals at Dubai International Cricket Stadium, T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium"}, {"away": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "date": "2020-10-11T14:00:00+00:00", "home": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "id": 2433071, "match_subtitle": "27th Match", "match_title": "Mumbai Indians v Delhi Capitals at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "date": "2020-10-12T14:00:00+00:00", "home": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "id": 2433093, "match_subtitle": "28th Match", "match_title": "Royal Challengers Bangalore v Kolkata Knight Riders at Sharjah Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Sharjah Cricket Stadium (night)"}, {"away": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "date": "2020-10-13T14:00:00+00:00", "home": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "id": 2433069, "match_subtitle": "29th Match", "match_title": "Sunrisers Hyderabad v Chennai Super Kings at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "date": "2020-10-14T14:00:00+00:00", "home": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "id": 2433099, "match_subtitle": "30th Match", "match_title": "Delhi Capitals v Rajasthan Royals at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "date": "2020-10-15T14:00:00+00:00", "home": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "id": 2433075, "match_subtitle": "31st Match", "match_title": "Royal Challengers Bangalore v Kings XI Punjab at Sharjah Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Sharjah Cricket Stadium (night)"}, {"away": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "date": "2020-10-16T14:00:00+00:00", "home": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "id": 2433065, "match_subtitle": "32nd Match", "match_title": "Mumbai Indians v Kolkata Knight Riders at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "date": "2020-10-17T10:00:00+00:00", "home": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "id": 2433057, "match_subtitle": "33rd Match", "match_title": "Rajasthan Royals v Royal Challengers Bangalore at Dubai International Cricket Stadium, T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium"}, {"away": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "date": "2020-10-17T14:00:00+00:00", "home": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "id": 2433031, "match_subtitle": "34th Match", "match_title": "Delhi Capitals v Chennai Super Kings at Sharjah Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Sharjah Cricket Stadium (night)"}, {"away": {"code": "SRL", "id": 291, "name": "Sri Lanka"}, "date": "2020-10-18T03:00:00+00:00", "home": {"code": "IRE", "id": 354, "name": "Ireland"}, "id": 2346013, "match_subtitle": "1st Match, First Round Group A", "match_title": "Ireland v Sri Lanka at Simonds Stadium, South Geelong, Victoria, T20I.", "result": "", "series_id": 615, "status": "Fixture", "venue": "Simonds Stadium, South Geelong, Victoria"}, {"away": {"code": "PNG", "id": 261, "name": "Papua New Guinea"}, "date": "2020-10-18T08:00:00+00:00", "home": {"code": "OMN", "id": 300, "name": "Oman"}, "id": 2346015, "match_subtitle": "2nd Match, First Round Group A", "match_title": "Oman v Papua New Guinea at Simonds Stadium, South Geelong, Victoria (night), T20I.", "result": "", "series_id": 615, "status": "Fixture", "venue": "Simonds Stadium, South Geelong, Victoria (night)"}, {"away": {"code": "KKR", "id": 101751, "name": "Kolkata Knight Riders"}, "date": "2020-10-18T10:00:00+00:00", "home": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "id": 2433037, "match_subtitle": "35th Match", "match_title": "Sunrisers Hyderabad v Kolkata Knight Riders at Zayed Cricket Stadium, Abu Dhabi, T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi"}, {"away": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "date": "2020-10-18T14:00:00+00:00", "home": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "id": 2433047, "match_subtitle": "36th Match", "match_title": "Mumbai Indians v Kings XI Punjab at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "NAM", "id": 120030, "name": "Namibia"}, "date": "2020-10-19T03:00:00+00:00", "home": {"code": "BAN", "id": 342, "name": "Bangladesh"}, "id": 2346017, "match_subtitle": "3rd Match, First Round Group B", "match_title": "Bangladesh v Namibia at Bellerive Oval, Hobart, T20I.", "result": "", "series_id": 615, "status": "Fixture", "venue": "Bellerive Oval, Hobart"}, {"away": {"code": "SCO", "id": 357, "name": "Scotland"}, "date": "2020-10-19T08:00:00+00:00", "home": {"code": "NED", "id": 303, "name": "Netherlands"}, "id": 2346019, "match_subtitle": "4th Match, First Round Group B", "match_title": "Netherlands v Scotland at Bellerive Oval, Hobart (night), T20I.", "result": "", "series_id": 615, "status": "Fixture", "venue": "Bellerive Oval, Hobart (night)"}, {"away": {"code": "RAR", "id": 101757, "name": "Rajasthan Royals"}, "date": "2020-10-19T14:00:00+00:00", "home": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "id": 2433079, "match_subtitle": "37th Match", "match_title": "Chennai Super Kings v Rajasthan Royals at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}]}
{"properties": {"results": {"items": {"properties": {"away": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "date": {"type": "string"}, "home": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "id": {"type": "integer"}, "match_subtitle": {"type": "string"}, "match_title": {"type": "string"}, "result": {"type": "string"}, "series_id": {"type": "integer"}, "status": {"type": "string"}, "venue": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
0add681f-f145-44b4-87d7-2fe8fa092d50/78ed9997-2216-49bb-abce-b1a89c3b3af9/0/0
Cricket Live Data
Fixtures, Results, and scorecards for the worlds most popular cricket tournaments
9.8
Fixtures By Series
Lists Fixtures and Results for a given tournament.
200
Vitality Blast
{"results": [{"away": {"code": "", "id": 120759, "name": "Lancashire"}, "date": "2020-09-11T17:00:00+00:00", "home": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "id": 2415501, "match_subtitle": "North Group", "match_title": "Nottinghamshire v Lancashire at Trent Bridge, Nottingham (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Trent Bridge, Nottingham (night)"}, {"away": {"code": "", "id": 120765, "name": "Worcestershire"}, "date": "2020-09-11T17:30:00+00:00", "home": {"code": "", "id": 120762, "name": "Somerset"}, "id": 2415499, "match_subtitle": "Central Group", "match_title": "Somerset v Worcestershire at The Cooper Associates County Ground, Taunton (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "The Cooper Associates County Ground, Taunton (night)"}, {"away": {"code": "", "id": 120771, "name": "Derbyshire"}, "date": "2020-09-11T17:30:00+00:00", "home": {"code": "", "id": 120768, "name": "Durham"}, "id": 2415511, "match_subtitle": "North Group", "match_title": "Durham v Derbyshire at Riverside Ground, Chester-le-Street (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Riverside Ground, Chester-le-Street (night)"}, {"away": {"code": "", "id": 120777, "name": "Yorkshire"}, "date": "2020-09-11T17:30:00+00:00", "home": {"code": "", "id": 120774, "name": "Leicestershire"}, "id": 2415505, "match_subtitle": "North Group", "match_title": "Leicestershire v Yorkshire at Grace Road, Leicester (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Grace Road, Leicester (night)"}, {"away": {"code": "", "id": 120783, "name": "Glamorgan"}, "date": "2020-09-11T17:30:00+00:00", "home": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "id": 2415507, "match_subtitle": "Central Group", "match_title": "Birmingham Bears v Glamorgan at Edgbaston, Birmingham (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Edgbaston, Birmingham (night)"}, {"away": {"code": "", "id": 120789, "name": "Sussex"}, "date": "2020-09-12T13:00:00+00:00", "home": {"code": "", "id": 120786, "name": "Kent"}, "id": 2415513, "match_subtitle": "South Group", "match_title": "Kent v Sussex at St Lawrence Ground, Canterbury, T20.", "result": "Sussex won by 8 wickets", "series_id": 606, "status": "Complete", "venue": "St Lawrence Ground, Canterbury"}, {"away": {"code": "", "id": 120795, "name": "Hampshire"}, "date": "2020-09-12T13:00:00+00:00", "home": {"code": "", "id": 120792, "name": "Middlesex"}, "id": 2415515, "match_subtitle": "South Group", "match_title": "Middlesex v Hampshire at Lord's, London, T20.", "result": "Middlesex won by 19 runs", "series_id": 606, "status": "Complete", "venue": "Lord's, London"}, {"away": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "date": "2020-09-13T12:00:00+00:00", "home": {"code": "", "id": 120765, "name": "Worcestershire"}, "id": 2415521, "match_subtitle": "Central Group", "match_title": "Worcestershire v Birmingham Bears at County Ground, New Road, Worcester, T20.", "result": "Bears won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, New Road, Worcester"}, {"away": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "date": "2020-09-13T13:00:00+00:00", "home": {"code": "", "id": 120771, "name": "Derbyshire"}, "id": 2415523, "match_subtitle": "North Group", "match_title": "Derbyshire v Nottinghamshire at Trent Bridge, Nottingham, T20.", "result": "Notts won by 13 runs", "series_id": 606, "status": "Complete", "venue": "Trent Bridge, Nottingham"}, {"away": {"code": "", "id": 120774, "name": "Leicestershire"}, "date": "2020-09-13T13:00:00+00:00", "home": {"code": "", "id": 120768, "name": "Durham"}, "id": 2415525, "match_subtitle": "North Group", "match_title": "Durham v Leicestershire at Riverside Ground, Chester-le-Street, T20.", "result": "Durham won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Riverside Ground, Chester-le-Street"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-09-13T13:00:00+00:00", "home": {"code": "", "id": 120783, "name": "Glamorgan"}, "id": 2415517, "match_subtitle": "Central Group", "match_title": "Glamorgan v Northamptonshire at Sophia Gardens, Cardiff, T20.", "result": "Glamorgan won by 7 wickets", "series_id": 606, "status": "Complete", "venue": "Sophia Gardens, Cardiff"}, {"away": {"code": "", "id": 120801, "name": "Gloucestershire"}, "date": "2020-09-13T13:00:00+00:00", "home": {"code": "", "id": 120762, "name": "Somerset"}, "id": 2415519, "match_subtitle": "Central Group", "match_title": "Somerset v Gloucestershire at The Cooper Associates County Ground, Taunton, T20.", "result": "Gloucs won by 11 runs", "series_id": 606, "status": "Complete", "venue": "The Cooper Associates County Ground, Taunton"}, {"away": {"code": "", "id": 120804, "name": "Essex"}, "date": "2020-09-14T13:00:00+00:00", "home": {"code": "", "id": 120789, "name": "Sussex"}, "id": 2415531, "match_subtitle": "South Group", "match_title": "Sussex v Essex at County Ground, Hove, T20.", "result": "Essex won by 12 runs", "series_id": 606, "status": "Complete", "venue": "County Ground, Hove"}, {"away": {"code": "", "id": 120786, "name": "Kent"}, "date": "2020-09-14T13:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415533, "match_subtitle": "South Group", "match_title": "Hampshire v Kent at The Rose Bowl, Southampton, T20.", "result": "Kent won by 8 wickets", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120807, "name": "Surrey"}, "date": "2020-09-14T17:15:00+00:00", "home": {"code": "", "id": 120792, "name": "Middlesex"}, "id": 2415529, "match_subtitle": "South Group", "match_title": "Middlesex v Surrey at Lord's, London (night), T20.", "result": "Surrey won by 30 runs", "series_id": 606, "status": "Complete", "venue": "Lord's, London (night)"}, {"away": {"code": "", "id": 120759, "name": "Lancashire"}, "date": "2020-09-14T17:30:00+00:00", "home": {"code": "", "id": 120777, "name": "Yorkshire"}, "id": 2415527, "match_subtitle": "North Group", "match_title": "Yorkshire v Lancashire at Headingley, Leeds (night), T20.", "result": "Lancashire won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Headingley, Leeds (night)"}, {"away": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "date": "2020-09-15T13:00:00+00:00", "home": {"code": "", "id": 120801, "name": "Gloucestershire"}, "id": 2415537, "match_subtitle": "Central Group", "match_title": "Gloucestershire v Birmingham Bears at County Ground, Bristol, T20.", "result": "Gloucs won by 50 runs", "series_id": 606, "status": "Complete", "venue": "County Ground, Bristol"}, {"away": {"code": "", "id": 120771, "name": "Derbyshire"}, "date": "2020-09-15T17:30:00+00:00", "home": {"code": "", "id": 120774, "name": "Leicestershire"}, "id": 2415535, "match_subtitle": "North Group", "match_title": "Leicestershire v Derbyshire at Grace Road, Leicester (night), T20.", "result": "Derbyshire won by 4 runs", "series_id": 606, "status": "Complete", "venue": "Grace Road, Leicester (night)"}, {"away": {"code": "", "id": 120765, "name": "Worcestershire"}, "date": "2020-09-15T17:30:00+00:00", "home": {"code": "", "id": 120798, "name": "Northamptonshire"}, "id": 2415539, "match_subtitle": "Central Group", "match_title": "Northamptonshire v Worcestershire at County Ground, Northampton (night), T20.", "result": "Worcs won by 8 runs", "series_id": 606, "status": "Complete", "venue": "County Ground, Northampton (night)"}, {"away": {"code": "", "id": 120804, "name": "Essex"}, "date": "2020-09-16T13:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415541, "match_subtitle": "South Group", "match_title": "Hampshire v Essex at The Rose Bowl, Southampton, T20.", "result": "Essex won by 54 runs", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120792, "name": "Middlesex"}, "date": "2020-09-16T13:00:00+00:00", "home": {"code": "", "id": 120786, "name": "Kent"}, "id": 2415545, "match_subtitle": "South Group", "match_title": "Kent v Middlesex at St Lawrence Ground, Canterbury, T20.", "result": "Middlesex won by 2 runs", "series_id": 606, "status": "Complete", "venue": "St Lawrence Ground, Canterbury"}, {"away": {"code": "", "id": 120768, "name": "Durham"}, "date": "2020-09-16T17:30:00+00:00", "home": {"code": "", "id": 120777, "name": "Yorkshire"}, "id": 2415549, "match_subtitle": "North Group", "match_title": "Yorkshire v Durham at Headingley, Leeds (night), T20.", "result": "Durham won by 43 runs", "series_id": 606, "status": "Complete", "venue": "Headingley, Leeds (night)"}, {"away": {"code": "", "id": 120762, "name": "Somerset"}, "date": "2020-09-16T17:30:00+00:00", "home": {"code": "", "id": 120783, "name": "Glamorgan"}, "id": 2415543, "match_subtitle": "Central Group", "match_title": "Glamorgan v Somerset at Sophia Gardens, Cardiff (night), T20.", "result": "Somerset won by 66 runs", "series_id": 606, "status": "Complete", "venue": "Sophia Gardens, Cardiff (night)"}, {"away": {"code": "", "id": 120789, "name": "Sussex"}, "date": "2020-09-16T17:30:00+00:00", "home": {"code": "", "id": 120807, "name": "Surrey"}, "id": 2415547, "match_subtitle": "South Group", "match_title": "Surrey v Sussex at Kennington Oval, London (night), T20.", "result": "Surrey won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "Kennington Oval, London (night)"}, {"away": {"code": "", "id": 120771, "name": "Derbyshire"}, "date": "2020-09-17T17:00:00+00:00", "home": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "id": 2415553, "match_subtitle": "North Group", "match_title": "Nottinghamshire v Derbyshire at Trent Bridge, Nottingham (night), T20.", "result": "Notts won by 8 wickets", "series_id": 606, "status": "Complete", "venue": "Trent Bridge, Nottingham (night)"}, {"away": {"code": "", "id": 120777, "name": "Yorkshire"}, "date": "2020-09-17T17:35:00+00:00", "home": {"code": "", "id": 120759, "name": "Lancashire"}, "id": 2415551, "match_subtitle": "North Group", "match_title": "Lancashire v Yorkshire at Old Trafford, Manchester (night), T20.", "result": "Lancashire won by 7 runs", "series_id": 606, "status": "Complete", "venue": "Old Trafford, Manchester (night)"}, {"away": {"code": "", "id": 120804, "name": "Essex"}, "date": "2020-09-18T13:00:00+00:00", "home": {"code": "", "id": 120786, "name": "Kent"}, "id": 2415555, "match_subtitle": "South Group", "match_title": "Kent v Essex at St Lawrence Ground, Canterbury, T20.", "result": "Kent won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "St Lawrence Ground, Canterbury"}, {"away": {"code": "", "id": 120807, "name": "Surrey"}, "date": "2020-09-18T13:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415567, "match_subtitle": "South Group", "match_title": "Hampshire v Surrey at The Rose Bowl, Southampton, T20.", "result": "Surrey won by 9 wickets", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120792, "name": "Middlesex"}, "date": "2020-09-18T13:00:00+00:00", "home": {"code": "", "id": 120789, "name": "Sussex"}, "id": 2415557, "match_subtitle": "South Group", "match_title": "Sussex v Middlesex at County Ground, Hove, T20.", "result": "Sussex won by 3 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, Hove"}, {"away": {"code": "", "id": 120768, "name": "Durham"}, "date": "2020-09-18T15:00:00+00:00", "home": {"code": "", "id": 120759, "name": "Lancashire"}, "id": 2415565, "match_subtitle": "North Group", "match_title": "Lancashire v Durham at Old Trafford, Manchester (day/night), T20.", "result": "Durham won by 74 runs", "series_id": 606, "status": "Complete", "venue": "Old Trafford, Manchester (day/night)"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-09-18T16:00:00+00:00", "home": {"code": "", "id": 120762, "name": "Somerset"}, "id": 2415561, "match_subtitle": "Central Group", "match_title": "Somerset v Northamptonshire at The Cooper Associates County Ground, Taunton (day/night), T20.", "result": "Somerset won by 7 wickets", "series_id": 606, "status": "Complete", "venue": "The Cooper Associates County Ground, Taunton (day/night)"}, {"away": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "date": "2020-09-18T16:00:00+00:00", "home": {"code": "", "id": 120774, "name": "Leicestershire"}, "id": 2415569, "match_subtitle": "North Group", "match_title": "Leicestershire v Nottinghamshire at Grace Road, Leicester (day/night), T20.", "result": "Leics won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "Grace Road, Leicester (day/night)"}, {"away": {"code": "", "id": 120765, "name": "Worcestershire"}, "date": "2020-09-18T17:30:00+00:00", "home": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "id": 2415559, "match_subtitle": "Central Group", "match_title": "Birmingham Bears v Worcestershire at Edgbaston, Birmingham (night), T20.", "result": "Bears won by 16 runs", "series_id": 606, "status": "Complete", "venue": "Edgbaston, Birmingham (night)"}, {"away": {"code": "", "id": 120801, "name": "Gloucestershire"}, "date": "2020-09-18T17:30:00+00:00", "home": {"code": "", "id": 120783, "name": "Glamorgan"}, "id": 2415563, "match_subtitle": "Central Group", "match_title": "Glamorgan v Gloucestershire at Sophia Gardens, Cardiff (night), T20.", "result": "Glamorgan won by 17 runs", "series_id": 606, "status": "Complete", "venue": "Sophia Gardens, Cardiff (night)"}, {"away": {"code": "", "id": 120789, "name": "Sussex"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120804, "name": "Essex"}, "id": 2415585, "match_subtitle": "South Group", "match_title": "Essex v Sussex at County Ground, Chelmsford, T20.", "result": "Sussex won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, Chelmsford"}, {"away": {"code": "", "id": 120792, "name": "Middlesex"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415573, "match_subtitle": "South Group", "match_title": "Hampshire v Middlesex at The Rose Bowl, Southampton, T20.", "result": "Hampshire won by 20 runs", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120762, "name": "Somerset"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120801, "name": "Gloucestershire"}, "id": 2415587, "match_subtitle": "Central Group", "match_title": "Gloucestershire v Somerset at County Ground, Bristol, T20.", "result": "Gloucs won by 2 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, Bristol"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "id": 2415575, "match_subtitle": "Central Group", "match_title": "Birmingham Bears v Northamptonshire at Edgbaston, Birmingham, T20.", "result": "Northants won by 3 wickets", "series_id": 606, "status": "Complete", "venue": "Edgbaston, Birmingham"}, {"away": {"code": "", "id": 120783, "name": "Glamorgan"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120765, "name": "Worcestershire"}, "id": 2415577, "match_subtitle": "Central Group", "match_title": "Worcestershire v Glamorgan at County Ground, New Road, Worcester, T20.", "result": "Glamorgan won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, New Road, Worcester"}, {"away": {"code": "", "id": 120777, "name": "Yorkshire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120771, "name": "Derbyshire"}, "id": 2415579, "match_subtitle": "North Group", "match_title": "Derbyshire v Yorkshire at Headingley, Leeds, T20.", "result": "Yorkshire won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Headingley, Leeds"}, {"away": {"code": "", "id": 120774, "name": "Leicestershire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120759, "name": "Lancashire"}, "id": 2415581, "match_subtitle": "North Group", "match_title": "Lancashire v Leicestershire at Old Trafford, Manchester, T20.", "result": "Leics won by 22 runs", "series_id": 606, "status": "Complete", "venue": "Old Trafford, Manchester"}, {"away": {"code": "", "id": 120768, "name": "Durham"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "id": 2415583, "match_subtitle": "North Group", "match_title": "Nottinghamshire v Durham at Trent Bridge, Nottingham, T20.", "result": "Notts won by 18 runs", "series_id": 606, "status": "Complete", "venue": "Trent Bridge, Nottingham"}, {"away": {"code": "", "id": 120786, "name": "Kent"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120807, "name": "Surrey"}, "id": 2415571, "match_subtitle": "South Group", "match_title": "Surrey v Kent at Kennington Oval, London, T20.", "result": "Surrey won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Kennington Oval, London"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-10-01T17:30:00+00:00", "home": {"code": "", "id": 120801, "name": "Gloucestershire"}, "id": 2415589, "match_subtitle": "3rd Quarter Final", "match_title": "Gloucestershire v Northamptonshire at County Ground, Bristol (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "County Ground, Bristol (night)"}, {"away": {"code": "", "id": 120774, "name": "Leicestershire"}, "date": "2020-10-01T17:30:00+00:00", "home": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "id": 2415591, "match_subtitle": "1st Quarter Final", "match_title": "Nottinghamshire v Leicestershire at Trent Bridge, Nottingham (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Trent Bridge, Nottingham (night)"}, {"away": {"code": "", "id": 120786, "name": "Kent"}, "date": "2020-10-01T17:30:00+00:00", "home": {"code": "", "id": 120807, "name": "Surrey"}, "id": 2458803, "match_subtitle": "2nd Quarter Final", "match_title": "Surrey v Kent at Kennington Oval, London (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Kennington Oval, London (night)"}, {"away": {"code": "", "id": 120759, "name": "Lancashire"}, "date": "2020-10-01T17:30:00+00:00", "home": {"code": "", "id": 120789, "name": "Sussex"}, "id": 2458805, "match_subtitle": "4th Quarter Final", "match_title": "Sussex v Lancashire at County Ground, Hove (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "County Ground, Hove (night)"}, {"away": {"code": "", "id": 123612, "name": "TBC"}, "date": "2020-10-03T10:00:00+00:00", "home": {"code": "", "id": 123609, "name": "TBC"}, "id": 2458807, "match_subtitle": "Semi Final", "match_title": "TBC v TBC at Edgbaston, Birmingham, T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Edgbaston, Birmingham"}, {"away": {"code": "", "id": 123618, "name": "TBC"}, "date": "2020-10-03T13:30:00+00:00", "home": {"code": "", "id": 123615, "name": "TBC"}, "id": 2458809, "match_subtitle": "Semi Final", "match_title": "TBC v TBC at Edgbaston, Birmingham, T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Edgbaston, Birmingham"}, {"away": {"code": "", "id": 123624, "name": "TBC"}, "date": "2020-10-03T17:45:00+00:00", "home": {"code": "", "id": 123621, "name": "TBC"}, "id": 2458811, "match_subtitle": "Final", "match_title": "TBC v TBC at Edgbaston, Birmingham (night), T20.", "result": "", "series_id": 606, "status": "Fixture", "venue": "Edgbaston, Birmingham (night)"}]}
{"properties": {"results": {"items": {"properties": {"away": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "date": {"type": "string"}, "home": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "id": {"type": "integer"}, "match_subtitle": {"type": "string"}, "match_title": {"type": "string"}, "result": {"type": "string"}, "series_id": {"type": "integer"}, "status": {"type": "string"}, "venue": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
0add681f-f145-44b4-87d7-2fe8fa092d50/ac0418ba-8e33-4cfd-97a5-97fd747bf72a/0/0
Cricket Live Data
Fixtures, Results, and scorecards for the worlds most popular cricket tournaments
9.8
Fixtures By Date
Lists fixtures for a given date
200
Fixtures by Date
{"results": [{"away": {"code": "RCB", "id": 101760, "name": "Royal Challengers Bangalore"}, "date": "2020-09-21T14:00:00+00:00", "home": {"code": "SUH", "id": 101763, "name": "Sunrisers Hyderabad"}, "id": 2433081, "match_subtitle": "3rd Match", "match_title": "Sunrisers Hyderabad v Royal Challengers Bangalore at Dubai International Cricket Stadium (night), T20.", "result": "", "series_id": 608, "status": "Fixture", "venue": "Dubai International Cricket Stadium (night)"}]}
{"properties": {"results": {"items": {"properties": {"away": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "date": {"type": "string"}, "home": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "id": {"type": "integer"}, "match_subtitle": {"type": "string"}, "match_title": {"type": "string"}, "result": {"type": "string"}, "series_id": {"type": "integer"}, "status": {"type": "string"}, "venue": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
0add681f-f145-44b4-87d7-2fe8fa092d50/c13f78c1-1a29-4aff-8b57-c89e196f69e1/0/0
Cricket Live Data
Fixtures, Results, and scorecards for the worlds most popular cricket tournaments
9.8
Results
Lists last 50 Results across all series'
200
Results
{"results": [{"away": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "date": "2020-09-20T14:00:00+00:00", "home": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "id": 2432999, "match_subtitle": "2nd Match", "match_title": "Delhi Capitals v Kings XI Punjab at Dubai International Cricket Stadium (night), T20.", "result": "Match tied (Delhi Capitals won the one-over eliminator)", "series_id": 608, "status": "Complete", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "", "id": 120789, "name": "Sussex"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120804, "name": "Essex"}, "id": 2415585, "match_subtitle": "South Group", "match_title": "Essex v Sussex at County Ground, Chelmsford, T20.", "result": "Sussex won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, Chelmsford"}, {"away": {"code": "", "id": 120792, "name": "Middlesex"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415573, "match_subtitle": "South Group", "match_title": "Hampshire v Middlesex at The Rose Bowl, Southampton, T20.", "result": "Hampshire won by 20 runs", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120762, "name": "Somerset"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120801, "name": "Gloucestershire"}, "id": 2415587, "match_subtitle": "Central Group", "match_title": "Gloucestershire v Somerset at County Ground, Bristol, T20.", "result": "Gloucs won by 2 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, Bristol"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "id": 2415575, "match_subtitle": "Central Group", "match_title": "Birmingham Bears v Northamptonshire at Edgbaston, Birmingham, T20.", "result": "Northants won by 3 wickets", "series_id": 606, "status": "Complete", "venue": "Edgbaston, Birmingham"}, {"away": {"code": "", "id": 120783, "name": "Glamorgan"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120765, "name": "Worcestershire"}, "id": 2415577, "match_subtitle": "Central Group", "match_title": "Worcestershire v Glamorgan at County Ground, New Road, Worcester, T20.", "result": "Glamorgan won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, New Road, Worcester"}, {"away": {"code": "", "id": 120777, "name": "Yorkshire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120771, "name": "Derbyshire"}, "id": 2415579, "match_subtitle": "North Group", "match_title": "Derbyshire v Yorkshire at Headingley, Leeds, T20.", "result": "Yorkshire won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Headingley, Leeds"}, {"away": {"code": "", "id": 120774, "name": "Leicestershire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120759, "name": "Lancashire"}, "id": 2415581, "match_subtitle": "North Group", "match_title": "Lancashire v Leicestershire at Old Trafford, Manchester, T20.", "result": "Leics won by 22 runs", "series_id": 606, "status": "Complete", "venue": "Old Trafford, Manchester"}, {"away": {"code": "", "id": 120768, "name": "Durham"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "id": 2415583, "match_subtitle": "North Group", "match_title": "Nottinghamshire v Durham at Trent Bridge, Nottingham, T20.", "result": "Notts won by 18 runs", "series_id": 606, "status": "Complete", "venue": "Trent Bridge, Nottingham"}, {"away": {"code": "", "id": 120786, "name": "Kent"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120807, "name": "Surrey"}, "id": 2415571, "match_subtitle": "South Group", "match_title": "Surrey v Kent at Kennington Oval, London, T20.", "result": "Surrey won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Kennington Oval, London"}, {"away": {"code": "CSK", "id": 101742, "name": "Chennai Super Kings"}, "date": "2020-09-19T14:00:00+00:00", "home": {"code": "MIN", "id": 101754, "name": "Mumbai Indians"}, "id": 2432997, "match_subtitle": "1st Match", "match_title": "Mumbai Indians v Chennai Super Kings at Zayed Cricket Stadium, Abu Dhabi (night), T20.", "result": "Super Kings won by 5 wickets", "series_id": 608, "status": "Complete", "venue": "Zayed Cricket Stadium, Abu Dhabi (night)"}, {"away": {"code": "", "id": 120765, "name": "Worcestershire"}, "date": "2020-09-18T17:30:00+00:00", "home": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "id": 2415559, "match_subtitle": "Central Group", "match_title": "Birmingham Bears v Worcestershire at Edgbaston, Birmingham (night), T20.", "result": "Bears won by 16 runs", "series_id": 606, "status": "Complete", "venue": "Edgbaston, Birmingham (night)"}, {"away": {"code": "", "id": 120801, "name": "Gloucestershire"}, "date": "2020-09-18T17:30:00+00:00", "home": {"code": "", "id": 120783, "name": "Glamorgan"}, "id": 2415563, "match_subtitle": "Central Group", "match_title": "Glamorgan v Gloucestershire at Sophia Gardens, Cardiff (night), T20.", "result": "Glamorgan won by 17 runs", "series_id": 606, "status": "Complete", "venue": "Sophia Gardens, Cardiff (night)"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-09-18T16:00:00+00:00", "home": {"code": "", "id": 120762, "name": "Somerset"}, "id": 2415561, "match_subtitle": "Central Group", "match_title": "Somerset v Northamptonshire at The Cooper Associates County Ground, Taunton (day/night), T20.", "result": "Somerset won by 7 wickets", "series_id": 606, "status": "Complete", "venue": "The Cooper Associates County Ground, Taunton (day/night)"}, {"away": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "date": "2020-09-18T16:00:00+00:00", "home": {"code": "", "id": 120774, "name": "Leicestershire"}, "id": 2415569, "match_subtitle": "North Group", "match_title": "Leicestershire v Nottinghamshire at Grace Road, Leicester (day/night), T20.", "result": "Leics won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "Grace Road, Leicester (day/night)"}, {"away": {"code": "", "id": 120768, "name": "Durham"}, "date": "2020-09-18T15:00:00+00:00", "home": {"code": "", "id": 120759, "name": "Lancashire"}, "id": 2415565, "match_subtitle": "North Group", "match_title": "Lancashire v Durham at Old Trafford, Manchester (day/night), T20.", "result": "Durham won by 74 runs", "series_id": 606, "status": "Complete", "venue": "Old Trafford, Manchester (day/night)"}, {"away": {"code": "", "id": 120804, "name": "Essex"}, "date": "2020-09-18T13:00:00+00:00", "home": {"code": "", "id": 120786, "name": "Kent"}, "id": 2415555, "match_subtitle": "South Group", "match_title": "Kent v Essex at St Lawrence Ground, Canterbury, T20.", "result": "Kent won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "St Lawrence Ground, Canterbury"}, {"away": {"code": "", "id": 120807, "name": "Surrey"}, "date": "2020-09-18T13:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415567, "match_subtitle": "South Group", "match_title": "Hampshire v Surrey at The Rose Bowl, Southampton, T20.", "result": "Surrey won by 9 wickets", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120792, "name": "Middlesex"}, "date": "2020-09-18T13:00:00+00:00", "home": {"code": "", "id": 120789, "name": "Sussex"}, "id": 2415557, "match_subtitle": "South Group", "match_title": "Sussex v Middlesex at County Ground, Hove, T20.", "result": "Sussex won by 3 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, Hove"}, {"away": {"code": "", "id": 120777, "name": "Yorkshire"}, "date": "2020-09-17T17:35:00+00:00", "home": {"code": "", "id": 120759, "name": "Lancashire"}, "id": 2415551, "match_subtitle": "North Group", "match_title": "Lancashire v Yorkshire at Old Trafford, Manchester (night), T20.", "result": "Lancashire won by 7 runs", "series_id": 606, "status": "Complete", "venue": "Old Trafford, Manchester (night)"}, {"away": {"code": "", "id": 120771, "name": "Derbyshire"}, "date": "2020-09-17T17:00:00+00:00", "home": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "id": 2415553, "match_subtitle": "North Group", "match_title": "Nottinghamshire v Derbyshire at Trent Bridge, Nottingham (night), T20.", "result": "Notts won by 8 wickets", "series_id": 606, "status": "Complete", "venue": "Trent Bridge, Nottingham (night)"}, {"away": {"code": "", "id": 120747, "name": "Northern Knights"}, "date": "2020-09-17T09:15:00+00:00", "home": {"code": "", "id": 120753, "name": "Leinster Lightning"}, "id": 2422425, "match_subtitle": "3rd Match", "match_title": "Leinster Lightning v Northern Knights at The Green, Comber, List A.", "result": "Leinster won by 91 runs", "series_id": 603, "status": "Complete", "venue": "The Green, Comber"}, {"away": {"code": "", "id": 120768, "name": "Durham"}, "date": "2020-09-16T17:30:00+00:00", "home": {"code": "", "id": 120777, "name": "Yorkshire"}, "id": 2415549, "match_subtitle": "North Group", "match_title": "Yorkshire v Durham at Headingley, Leeds (night), T20.", "result": "Durham won by 43 runs", "series_id": 606, "status": "Complete", "venue": "Headingley, Leeds (night)"}, {"away": {"code": "", "id": 120762, "name": "Somerset"}, "date": "2020-09-16T17:30:00+00:00", "home": {"code": "", "id": 120783, "name": "Glamorgan"}, "id": 2415543, "match_subtitle": "Central Group", "match_title": "Glamorgan v Somerset at Sophia Gardens, Cardiff (night), T20.", "result": "Somerset won by 66 runs", "series_id": 606, "status": "Complete", "venue": "Sophia Gardens, Cardiff (night)"}, {"away": {"code": "", "id": 120789, "name": "Sussex"}, "date": "2020-09-16T17:30:00+00:00", "home": {"code": "", "id": 120807, "name": "Surrey"}, "id": 2415547, "match_subtitle": "South Group", "match_title": "Surrey v Sussex at Kennington Oval, London (night), T20.", "result": "Surrey won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "Kennington Oval, London (night)"}, {"away": {"code": "", "id": 120804, "name": "Essex"}, "date": "2020-09-16T13:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415541, "match_subtitle": "South Group", "match_title": "Hampshire v Essex at The Rose Bowl, Southampton, T20.", "result": "Essex won by 54 runs", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120792, "name": "Middlesex"}, "date": "2020-09-16T13:00:00+00:00", "home": {"code": "", "id": 120786, "name": "Kent"}, "id": 2415545, "match_subtitle": "South Group", "match_title": "Kent v Middlesex at St Lawrence Ground, Canterbury, T20.", "result": "Middlesex won by 2 runs", "series_id": 606, "status": "Complete", "venue": "St Lawrence Ground, Canterbury"}, {"away": {"code": "AUS", "id": 273, "name": "Australia"}, "date": "2020-09-16T12:00:00+00:00", "home": {"code": "ENG", "id": 270, "name": "England"}, "id": 2396493, "match_subtitle": "3rd ODI", "match_title": "England v Australia at Old Trafford, Manchester (day/night), ODI.", "result": "Australia won by 3 wickets", "series_id": 581, "status": "Complete", "venue": "Old Trafford, Manchester (day/night)"}, {"away": {"code": "", "id": 120981, "name": "Mis Ainak Knights"}, "date": "2020-09-16T08:30:00+00:00", "home": {"code": "", "id": 120972, "name": "Kabul Eagles"}, "id": 2459527, "match_subtitle": "Final", "match_title": "Kabul Eagles v Mis Ainak Knights at Kabul International Cricket Stadium, T20.", "result": "Kabul Eagles won by 9 runs", "series_id": 607, "status": "Complete", "venue": "Kabul International Cricket Stadium"}, {"away": {"code": "", "id": 120771, "name": "Derbyshire"}, "date": "2020-09-15T17:30:00+00:00", "home": {"code": "", "id": 120774, "name": "Leicestershire"}, "id": 2415535, "match_subtitle": "North Group", "match_title": "Leicestershire v Derbyshire at Grace Road, Leicester (night), T20.", "result": "Derbyshire won by 4 runs", "series_id": 606, "status": "Complete", "venue": "Grace Road, Leicester (night)"}, {"away": {"code": "", "id": 120765, "name": "Worcestershire"}, "date": "2020-09-15T17:30:00+00:00", "home": {"code": "", "id": 120798, "name": "Northamptonshire"}, "id": 2415539, "match_subtitle": "Central Group", "match_title": "Northamptonshire v Worcestershire at County Ground, Northampton (night), T20.", "result": "Worcs won by 8 runs", "series_id": 606, "status": "Complete", "venue": "County Ground, Northampton (night)"}, {"away": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "date": "2020-09-15T13:00:00+00:00", "home": {"code": "", "id": 120801, "name": "Gloucestershire"}, "id": 2415537, "match_subtitle": "Central Group", "match_title": "Gloucestershire v Birmingham Bears at County Ground, Bristol, T20.", "result": "Gloucs won by 50 runs", "series_id": 606, "status": "Complete", "venue": "County Ground, Bristol"}, {"away": {"code": "", "id": 120750, "name": "North-West Warriors"}, "date": "2020-09-15T09:15:00+00:00", "home": {"code": "", "id": 120747, "name": "Northern Knights"}, "id": 2422431, "match_subtitle": "2nd Match", "match_title": "Northern Knights v North-West Warriors at Bready Cricket Club, Magheramason, Bready, List A.", "result": "Match abandoned without a ball bowled", "series_id": 603, "status": "Complete", "venue": "Bready Cricket Club, Magheramason, Bready"}, {"away": {"code": "", "id": 120975, "name": "Band-e-Amir Dragons"}, "date": "2020-09-15T08:30:00+00:00", "home": {"code": "", "id": 120981, "name": "Mis Ainak Knights"}, "id": 2459525, "match_subtitle": "Qualifier 2", "match_title": "Mis Ainak Knights v Band-e-Amir Dragons at Kabul International Cricket Stadium, T20.", "result": "MAK won by 5 wickets", "series_id": 607, "status": "Complete", "venue": "Kabul International Cricket Stadium"}, {"away": {"code": "", "id": 120759, "name": "Lancashire"}, "date": "2020-09-14T17:30:00+00:00", "home": {"code": "", "id": 120777, "name": "Yorkshire"}, "id": 2415527, "match_subtitle": "North Group", "match_title": "Yorkshire v Lancashire at Headingley, Leeds (night), T20.", "result": "Lancashire won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Headingley, Leeds (night)"}, {"away": {"code": "", "id": 120807, "name": "Surrey"}, "date": "2020-09-14T17:15:00+00:00", "home": {"code": "", "id": 120792, "name": "Middlesex"}, "id": 2415529, "match_subtitle": "South Group", "match_title": "Middlesex v Surrey at Lord's, London (night), T20.", "result": "Surrey won by 30 runs", "series_id": 606, "status": "Complete", "venue": "Lord's, London (night)"}, {"away": {"code": "", "id": 120804, "name": "Essex"}, "date": "2020-09-14T13:00:00+00:00", "home": {"code": "", "id": 120789, "name": "Sussex"}, "id": 2415531, "match_subtitle": "South Group", "match_title": "Sussex v Essex at County Ground, Hove, T20.", "result": "Essex won by 12 runs", "series_id": 606, "status": "Complete", "venue": "County Ground, Hove"}, {"away": {"code": "", "id": 120786, "name": "Kent"}, "date": "2020-09-14T13:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415533, "match_subtitle": "South Group", "match_title": "Hampshire v Kent at The Rose Bowl, Southampton, T20.", "result": "Kent won by 8 wickets", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120987, "name": "Boost Defenders"}, "date": "2020-09-14T09:00:00+00:00", "home": {"code": "", "id": 120975, "name": "Band-e-Amir Dragons"}, "id": 2459523, "match_subtitle": "Eliminator", "match_title": "Band-e-Amir Dragons v Boost Defenders at Kabul International Cricket Stadium, T20.", "result": "BEAD won by 76 runs", "series_id": 607, "status": "Complete", "venue": "Kabul International Cricket Stadium"}, {"away": {"code": "", "id": 120981, "name": "Mis Ainak Knights"}, "date": "2020-09-14T04:30:00+00:00", "home": {"code": "", "id": 120972, "name": "Kabul Eagles"}, "id": 2459521, "match_subtitle": "Qualifier 1", "match_title": "Kabul Eagles v Mis Ainak Knights at Kabul International Cricket Stadium, T20.", "result": "Kabul Eagles won by 4 wickets", "series_id": 607, "status": "Complete", "venue": "Kabul International Cricket Stadium"}, {"away": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "date": "2020-09-13T13:00:00+00:00", "home": {"code": "", "id": 120771, "name": "Derbyshire"}, "id": 2415523, "match_subtitle": "North Group", "match_title": "Derbyshire v Nottinghamshire at Trent Bridge, Nottingham, T20.", "result": "Notts won by 13 runs", "series_id": 606, "status": "Complete", "venue": "Trent Bridge, Nottingham"}, {"away": {"code": "", "id": 120774, "name": "Leicestershire"}, "date": "2020-09-13T13:00:00+00:00", "home": {"code": "", "id": 120768, "name": "Durham"}, "id": 2415525, "match_subtitle": "North Group", "match_title": "Durham v Leicestershire at Riverside Ground, Chester-le-Street, T20.", "result": "Durham won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Riverside Ground, Chester-le-Street"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-09-13T13:00:00+00:00", "home": {"code": "", "id": 120783, "name": "Glamorgan"}, "id": 2415517, "match_subtitle": "Central Group", "match_title": "Glamorgan v Northamptonshire at Sophia Gardens, Cardiff, T20.", "result": "Glamorgan won by 7 wickets", "series_id": 606, "status": "Complete", "venue": "Sophia Gardens, Cardiff"}, {"away": {"code": "", "id": 120801, "name": "Gloucestershire"}, "date": "2020-09-13T13:00:00+00:00", "home": {"code": "", "id": 120762, "name": "Somerset"}, "id": 2415519, "match_subtitle": "Central Group", "match_title": "Somerset v Gloucestershire at The Cooper Associates County Ground, Taunton, T20.", "result": "Gloucs won by 11 runs", "series_id": 606, "status": "Complete", "venue": "The Cooper Associates County Ground, Taunton"}, {"away": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "date": "2020-09-13T12:00:00+00:00", "home": {"code": "", "id": 120765, "name": "Worcestershire"}, "id": 2415521, "match_subtitle": "Central Group", "match_title": "Worcestershire v Birmingham Bears at County Ground, New Road, Worcester, T20.", "result": "Bears won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, New Road, Worcester"}, {"away": {"code": "AUS", "id": 273, "name": "Australia"}, "date": "2020-09-13T12:00:00+00:00", "home": {"code": "ENG", "id": 270, "name": "England"}, "id": 2396491, "match_subtitle": "2nd ODI", "match_title": "England v Australia at Old Trafford, Manchester (day/night), ODI.", "result": "England won by 24 runs", "series_id": 581, "status": "Complete", "venue": "Old Trafford, Manchester (day/night)"}, {"away": {"code": "", "id": 120987, "name": "Boost Defenders"}, "date": "2020-09-13T09:00:00+00:00", "home": {"code": "", "id": 120978, "name": "Amo Sharks"}, "id": 2459519, "match_subtitle": "15th Match", "match_title": "Amo Sharks v Boost Defenders at Kabul International Cricket Stadium, T20.", "result": "BDD won by 10 wickets", "series_id": 607, "status": "Complete", "venue": "Kabul International Cricket Stadium"}, {"away": {"code": "", "id": 120984, "name": "Speen Ghar Tigers"}, "date": "2020-09-13T04:30:00+00:00", "home": {"code": "", "id": 120972, "name": "Kabul Eagles"}, "id": 2459517, "match_subtitle": "14th Match", "match_title": "Kabul Eagles v Speen Ghar Tigers at Kabul International Cricket Stadium, T20.", "result": "Kabul Eagles won by 6 wickets", "series_id": 607, "status": "Complete", "venue": "Kabul International Cricket Stadium"}, {"away": {"code": "", "id": 120789, "name": "Sussex"}, "date": "2020-09-12T13:00:00+00:00", "home": {"code": "", "id": 120786, "name": "Kent"}, "id": 2415513, "match_subtitle": "South Group", "match_title": "Kent v Sussex at St Lawrence Ground, Canterbury, T20.", "result": "Sussex won by 8 wickets", "series_id": 606, "status": "Complete", "venue": "St Lawrence Ground, Canterbury"}, {"away": {"code": "", "id": 120795, "name": "Hampshire"}, "date": "2020-09-12T13:00:00+00:00", "home": {"code": "", "id": 120792, "name": "Middlesex"}, "id": 2415515, "match_subtitle": "South Group", "match_title": "Middlesex v Hampshire at Lord's, London, T20.", "result": "Middlesex won by 19 runs", "series_id": 606, "status": "Complete", "venue": "Lord's, London"}]}
{"properties": {"results": {"items": {"properties": {"away": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "date": {"type": "string"}, "home": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "id": {"type": "integer"}, "match_subtitle": {"type": "string"}, "match_title": {"type": "string"}, "result": {"type": "string"}, "series_id": {"type": "integer"}, "status": {"type": "string"}, "venue": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
0add681f-f145-44b4-87d7-2fe8fa092d50/197ec12d-ec6c-40f9-8bc1-2d9304af3bfc/0/0
Cricket Live Data
Fixtures, Results, and scorecards for the worlds most popular cricket tournaments
9.8
Results By Date
Lists results for given date
200
Results 2020-09-20
{"results": [{"away": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "date": "2020-09-20T14:00:00+00:00", "home": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "id": 2432999, "match_subtitle": "2nd Match", "match_title": "Delhi Capitals v Kings XI Punjab at Dubai International Cricket Stadium (night), T20.", "result": "Match tied (Delhi Capitals won the one-over eliminator)", "series_id": 608, "status": "Complete", "venue": "Dubai International Cricket Stadium (night)"}, {"away": {"code": "", "id": 120789, "name": "Sussex"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120804, "name": "Essex"}, "id": 2415585, "match_subtitle": "South Group", "match_title": "Essex v Sussex at County Ground, Chelmsford, T20.", "result": "Sussex won by 4 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, Chelmsford"}, {"away": {"code": "", "id": 120792, "name": "Middlesex"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120795, "name": "Hampshire"}, "id": 2415573, "match_subtitle": "South Group", "match_title": "Hampshire v Middlesex at The Rose Bowl, Southampton, T20.", "result": "Hampshire won by 20 runs", "series_id": 606, "status": "Complete", "venue": "The Rose Bowl, Southampton"}, {"away": {"code": "", "id": 120762, "name": "Somerset"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120801, "name": "Gloucestershire"}, "id": 2415587, "match_subtitle": "Central Group", "match_title": "Gloucestershire v Somerset at County Ground, Bristol, T20.", "result": "Gloucs won by 2 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, Bristol"}, {"away": {"code": "", "id": 120798, "name": "Northamptonshire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120780, "name": "Birmingham Bears"}, "id": 2415575, "match_subtitle": "Central Group", "match_title": "Birmingham Bears v Northamptonshire at Edgbaston, Birmingham, T20.", "result": "Northants won by 3 wickets", "series_id": 606, "status": "Complete", "venue": "Edgbaston, Birmingham"}, {"away": {"code": "", "id": 120783, "name": "Glamorgan"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120765, "name": "Worcestershire"}, "id": 2415577, "match_subtitle": "Central Group", "match_title": "Worcestershire v Glamorgan at County Ground, New Road, Worcester, T20.", "result": "Glamorgan won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "County Ground, New Road, Worcester"}, {"away": {"code": "", "id": 120777, "name": "Yorkshire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120771, "name": "Derbyshire"}, "id": 2415579, "match_subtitle": "North Group", "match_title": "Derbyshire v Yorkshire at Headingley, Leeds, T20.", "result": "Yorkshire won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Headingley, Leeds"}, {"away": {"code": "", "id": 120774, "name": "Leicestershire"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120759, "name": "Lancashire"}, "id": 2415581, "match_subtitle": "North Group", "match_title": "Lancashire v Leicestershire at Old Trafford, Manchester, T20.", "result": "Leics won by 22 runs", "series_id": 606, "status": "Complete", "venue": "Old Trafford, Manchester"}, {"away": {"code": "", "id": 120768, "name": "Durham"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120756, "name": "Nottinghamshire"}, "id": 2415583, "match_subtitle": "North Group", "match_title": "Nottinghamshire v Durham at Trent Bridge, Nottingham, T20.", "result": "Notts won by 18 runs", "series_id": 606, "status": "Complete", "venue": "Trent Bridge, Nottingham"}, {"away": {"code": "", "id": 120786, "name": "Kent"}, "date": "2020-09-20T12:00:00+00:00", "home": {"code": "", "id": 120807, "name": "Surrey"}, "id": 2415571, "match_subtitle": "South Group", "match_title": "Surrey v Kent at Kennington Oval, London, T20.", "result": "Surrey won by 6 wickets", "series_id": 606, "status": "Complete", "venue": "Kennington Oval, London"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"away": {"type": "object", "properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "id", "name"]}, "date": {"type": "string"}, "home": {"type": "object", "properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "id", "name"]}, "id": {"type": "integer"}, "match_subtitle": {"type": "string"}, "match_title": {"type": "string"}, "result": {"type": "string"}, "series_id": {"type": "integer"}, "status": {"type": "string"}, "venue": {"type": "string"}}, "required": ["away", "date", "home", "id", "match_subtitle", "match_title", "result", "series_id", "status", "venue"]}}}, "required": ["results"]}
0add681f-f145-44b4-87d7-2fe8fa092d50/234d9671-ab18-4f78-9788-016022c7b676/0/0
Cricket Live Data
Fixtures, Results, and scorecards for the worlds most popular cricket tournaments
9.8
Match Scorecard
Lists full scorecard (updated live) for a given match id.
200
Match Scorecard
{"results": {"fixture": {"away": {"code": "KXI", "id": 101748, "name": "Kings XI Punjab"}, "dates": [{"date": "2020-09-20T14:00:00+00:00", "match_subtitle": "2nd Match"}], "end_date": "2020-09-20T14:00:00+00:00", "home": {"code": "", "id": 120252, "name": "Delhi Capitals"}, "id": 2432999, "match_title": "Delhi Capitals v Kings XI Punjab at Dubai International Cricket Stadium (night), T20.", "series_id": 608, "start_date": "2020-09-20T14:00:00+00:00", "venue": "Dubai International Cricket Stadium (night)"}, "live_details": {"match_summary": {"away_scores": "157/8 (19.6/20 ov, target 158)", "home_scores": "157/8", "in_play": "No", "result": "Yes", "status": "Match tied (Delhi Capitals won the one-over eliminator)", "toss": "Kings XI Punjab, elected to field first"}, "officials": {"referee": "Javagal Srinath", "umpire_1": "Anil Chaudhary", "umpire_2": "Nitin Menon", "umpire_reserve": "Yeshwant Barde", "umpire_tv": "Paul Reiffel"}, "scorecard": [{"batting": [{"balls": 9, "bat_order": 1, "fours": 1, "how_out": "c Jordan b Mohammed Shami", "id": 12, "minutes": "-", "player_id": 1070168, "player_name": "Prithvi Shaw", "runs": 5, "sixes": 0, "strike_rate": "55.55"}, {"balls": 2, "bat_order": 2, "fours": 0, "how_out": "run out (Rahul/Gowtham)", "id": 12, "minutes": "-", "player_id": 28235, "player_name": "Shikhar Dhawan", "runs": 0, "sixes": 0, "strike_rate": "0.00"}, {"balls": 13, "bat_order": 3, "fours": 1, "how_out": "c Agarwal b Mohammed Shami", "id": 12, "minutes": "-", "player_id": 670025, "player_name": "Shimron Hetmyer", "runs": 7, "sixes": 0, "strike_rate": "53.84"}, {"balls": 32, "bat_order": 4, "fours": 0, "how_out": "c Jordan b Mohammed Shami", "id": 12, "minutes": "-", "player_id": 642519, "player_name": "Shreyas Iyer", "runs": 39, "sixes": 3, "strike_rate": "121.87"}, {"balls": 29, "bat_order": 5, "fours": 4, "how_out": " b Ravi Bishnoi", "id": 12, "minutes": "-", "player_id": 931581, "player_name": "Rishabh Pant", "runs": 31, "sixes": 0, "strike_rate": "106.89"}, {"balls": 21, "bat_order": 6, "fours": 7, "how_out": "run out (Pooran/Rahul)", "id": 12, "minutes": "-", "player_id": 325012, "player_name": "Marcus Stoinis", "runs": 53, "sixes": 3, "strike_rate": "252.38"}, {"balls": 9, "bat_order": 7, "fours": 0, "how_out": "c Rahul b Cottrell", "id": 12, "minutes": "-", "player_id": 554691, "player_name": "Axar Patel", "runs": 6, "sixes": 0, "strike_rate": "66.66"}, {"balls": 6, "bat_order": 8, "fours": 0, "how_out": "c Mohammed Shami b Cottrell", "id": 12, "minutes": "-", "player_id": 26421, "player_name": "Ravichandran Ashwin", "runs": 4, "sixes": 0, "strike_rate": "66.66"}, {"balls": 0, "bat_order": 9, "fours": 0, "how_out": "not out", "id": 12, "minutes": "-", "player_id": 550215, "player_name": "Kagiso Rabada", "runs": 0, "sixes": 0, "strike_rate": "-"}, {"balls": 1, "bat_order": 10, "fours": 0, "how_out": "not out", "id": 12, "minutes": "-", "player_id": 481979, "player_name": "Anrich Nortje", "runs": 3, "sixes": 0, "strike_rate": "300.00"}], "bowling": [{"dot_balls": 13, "economy": "6.00", "extras": "1", "fours": 4, "id": 12, "maidens": 0, "overs": "4", "player_id": 495551, "player_name": "Sheldon Cottrell", "runs_conceded": 24, "sixes": 0, "wickets": 2}, {"dot_balls": 15, "economy": "3.75", "extras": "2", "fours": 1, "id": 12, "maidens": 0, "overs": "4", "player_id": 481896, "player_name": "Mohammed Shami", "runs_conceded": 15, "sixes": 0, "wickets": 3}, {"dot_balls": 8, "economy": "14.00", "extras": "4", "fours": 5, "id": 12, "maidens": 0, "overs": "4", "player_id": 288992, "player_name": "Chris Jordan", "runs_conceded": 56, "sixes": 3, "wickets": 0}, {"dot_balls": 5, "economy": "9.75", "extras": "0", "fours": 1, "id": 12, "maidens": 0, "overs": "4", "player_id": 424377, "player_name": "Krishnappa Gowtham", "runs_conceded": 39, "sixes": 3, "wickets": 0}, {"dot_balls": 9, "economy": "5.50", "extras": "1", "fours": 2, "id": 12, "maidens": 0, "overs": "4", "player_id": 1175441, "player_name": "Ravi Bishnoi", "runs_conceded": 22, "sixes": 0, "wickets": 1}], "current": false, "extras": 9, "extras_detail": "b 1, nb 2, w 6", "fow": "1-6 (Shikhar Dhawan, 1.4 ov), 2-9 (Prithvi Shaw, 3.3 ov), 3-13 (Shimron Hetmyer, 3.6 ov), 4-86 (Rishabh Pant, 13.6 ov), 5-87 (Shreyas Iyer, 14.1 ov), 6-96 (Axar Patel, 16.1 ov), 7-127 (Ravichandran Ashwin, 18.6 ov), 8-154 (Marcus Stoinis, 19.5 ov)", "innings_number": 1, "overs": "20", "runs": 157, "still_to_bat": [{"id": 12, "player_id": 537119, "player_name": "Mohit Sharma"}], "title": "Delhi Capitals Innings", "wickets": "8"}, {"batting": [{"balls": 19, "bat_order": 1, "fours": 2, "how_out": " b Sharma", "id": 12, "minutes": "-", "player_id": 422108, "player_name": "KL Rahul", "runs": 21, "sixes": 1, "strike_rate": "110.52"}, {"balls": 60, "bat_order": 2, "fours": 7, "how_out": "c Hetmyer b Stoinis", "id": 12, "minutes": "-", "player_id": 398438, "player_name": "Mayank Agarwal", "runs": 89, "sixes": 4, "strike_rate": "148.33"}, {"balls": 3, "bat_order": 3, "fours": 0, "how_out": "c Shaw b Ashwin", "id": 12, "minutes": "-", "player_id": 398439, "player_name": "Karun Nair", "runs": 1, "sixes": 0, "strike_rate": "33.33"}, {"balls": 3, "bat_order": 4, "fours": 0, "how_out": " b Ashwin", "id": 12, "minutes": "-", "player_id": 604302, "player_name": "Nicholas Pooran", "runs": 0, "sixes": 0, "strike_rate": "0.00"}, {"balls": 4, "bat_order": 5, "fours": 0, "how_out": "c Iyer b Rabada", "id": 12, "minutes": "-", "player_id": 325026, "player_name": "Glenn Maxwell", "runs": 1, "sixes": 0, "strike_rate": "25.00"}, {"balls": 12, "bat_order": 6, "fours": 2, "how_out": "c Shaw b Patel", "id": 12, "minutes": "-", "player_id": 642525, "player_name": "Sarfaraz Khan", "runs": 12, "sixes": 0, "strike_rate": "100.00"}, {"balls": 14, "bat_order": 7, "fours": 1, "how_out": "c Pant b Rabada", "id": 12, "minutes": "-", "player_id": 424377, "player_name": "Krishnappa Gowtham", "runs": 20, "sixes": 1, "strike_rate": "142.85"}, {"balls": 6, "bat_order": 8, "fours": 0, "how_out": "c Rabada b Stoinis", "id": 12, "minutes": "-", "player_id": 288992, "player_name": "Chris Jordan", "runs": 5, "sixes": 0, "strike_rate": "83.33"}, {"balls": 0, "bat_order": 9, "fours": 0, "how_out": "not out", "id": 12, "minutes": "-", "player_id": 481896, "player_name": "Mohammed Shami", "runs": 0, "sixes": 0, "strike_rate": "-"}], "bowling": [{"dot_balls": 11, "economy": "8.25", "extras": "0", "fours": 6, "id": 12, "maidens": 0, "overs": "4", "player_id": 481979, "player_name": "Anrich Nortje", "runs_conceded": 33, "sixes": 0, "wickets": 0}, {"dot_balls": 7, "economy": "11.25", "extras": "1", "fours": 1, "id": 12, "maidens": 0, "overs": "4", "player_id": 537119, "player_name": "Mohit Sharma", "runs_conceded": 45, "sixes": 4, "wickets": 1}, {"dot_balls": 10, "economy": "7.00", "extras": "1", "fours": 3, "id": 12, "maidens": 0, "overs": "4", "player_id": 550215, "player_name": "Kagiso Rabada", "runs_conceded": 28, "sixes": 0, "wickets": 2}, {"dot_balls": 4, "economy": "2.00", "extras": "0", "fours": 0, "id": 12, "maidens": 0, "overs": "1", "player_id": 26421, "player_name": "Ravichandran Ashwin", "runs_conceded": 2, "sixes": 0, "wickets": 2}, {"dot_balls": 11, "economy": "3.50", "extras": "0", "fours": 0, "id": 12, "maidens": 0, "overs": "4", "player_id": 554691, "player_name": "Axar Patel", "runs_conceded": 14, "sixes": 0, "wickets": 1}, {"dot_balls": 6, "economy": "9.66", "extras": "0", "fours": 2, "id": 12, "maidens": 0, "overs": "2.6", "player_id": 325012, "player_name": "Marcus Stoinis", "runs_conceded": 29, "sixes": 2, "wickets": 2}], "current": true, "extras": 8, "extras_detail": "lb 6, nb 1, w 1", "fow": "1-30 (KL Rahul, 4.3 ov), 2-33 (Karun Nair, 5.1 ov), 3-34 (Nicholas Pooran, 5.5 ov), 4-35 (Glenn Maxwell, 6.3 ov), 5-55 (Sarfaraz Khan, 9.6 ov), 6-101 (Krishnappa Gowtham, 15.3 ov), 7-157 (Mayank Agarwal, 19.5 ov), 8-157 (Chris Jordan, 19.6 ov)", "innings_number": 2, "overs": "19.6", "runs": 157, "still_to_bat": [{"id": 12, "player_id": 495551, "player_name": "Sheldon Cottrell"}, {"id": 12, "player_id": 1175441, "player_name": "Ravi Bishnoi"}], "title": "Kings XI Punjab Innings", "wickets": "8"}], "stats": {"current_run_rate": "", "last_18_balls": [{"currentOver": 19, "currentOverBall": 6, "isBoundary": false, "isBye": false, "isDismissal": true, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 0}, {"currentOver": 19, "currentOverBall": 5, "isBoundary": false, "isBye": false, "isDismissal": true, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 0}, {"currentOver": 19, "currentOverBall": 4, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 0}, {"currentOver": 19, "currentOverBall": 3, "isBoundary": true, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 4}, {"currentOver": 19, "currentOverBall": 2, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 2}, {"currentOver": 19, "currentOverBall": 1, "isBoundary": true, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 6}, {"currentOver": 18, "currentOverBall": 6, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": true, "isWide": false, "runs": 1}, {"currentOver": 18, "currentOverBall": 5, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 2}, {"currentOver": 18, "currentOverBall": 4, "isBoundary": true, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 4}, {"currentOver": 18, "currentOverBall": 3, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 1}, {"currentOver": 18, "currentOverBall": 2, "isBoundary": true, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 4}, {"currentOver": 18, "currentOverBall": 1, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 0}, {"currentOver": 17, "currentOverBall": 6, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": true, "isWide": false, "runs": 0}, {"currentOver": 17, "currentOverBall": 5, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 1}, {"currentOver": 17, "currentOverBall": 4, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 2}, {"currentOver": 17, "currentOverBall": 3, "isBoundary": true, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 6}, {"currentOver": 17, "currentOverBall": 2, "isBoundary": false, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 2}, {"currentOver": 17, "currentOverBall": 1, "isBoundary": true, "isBye": false, "isDismissal": false, "isLegBye": false, "isMaiden": false, "isNoBall": false, "isOverEnd": false, "isWide": false, "runs": 6}], "last_update": "2020-09-20T18:13:33+00:00", "min_remaining_overs": "", "partnership_overs": "0.1", "partnership_player_1": "Chris Jordan", "partnership_player_1_balls": 1, "partnership_player_1_runs": 0, "partnership_player_2": "Mohammed Shami", "partnership_player_2_balls": 0, "partnership_player_2_runs": 0, "partnership_run_rate": "0", "partnership_runs": 0}, "teamsheets": null}}}
{"properties": {"results": {"properties": {"fixture": {"properties": {"away": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "dates": {"items": {"properties": {"date": {"type": "string"}, "match_subtitle": {"type": "string"}}, "type": "object"}, "type": "array"}, "end_date": {"type": "string"}, "home": {"properties": {"code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "id": {"type": "integer"}, "match_title": {"type": "string"}, "series_id": {"type": "integer"}, "start_date": {"type": "string"}, "venue": {"type": "string"}}, "type": "object"}, "live_details": {"properties": {"match_summary": {"properties": {"away_scores": {"type": "string"}, "home_scores": {"type": "string"}, "in_play": {"type": "string"}, "result": {"type": "string"}, "status": {"type": "string"}, "toss": {"type": "string"}}, "type": "object"}, "officials": {"properties": {"referee": {"type": "string"}, "umpire_1": {"type": "string"}, "umpire_2": {"type": "string"}, "umpire_reserve": {"type": "string"}, "umpire_tv": {"type": "string"}}, "type": "object"}, "scorecard": {"items": {"properties": {"batting": {"items": {"properties": {"balls": {"type": "integer"}, "bat_order": {"type": "integer"}, "fours": {"type": "integer"}, "how_out": {"type": "string"}, "id": {"type": "integer"}, "minutes": {"type": "string"}, "player_id": {"type": "integer"}, "player_name": {"type": "string"}, "runs": {"type": "integer"}, "sixes": {"type": "integer"}, "strike_rate": {"type": "string"}}, "type": "object"}, "type": "array"}, "bowling": {"items": {"properties": {"dot_balls": {"type": "integer"}, "economy": {"type": "string"}, "extras": {"type": "string"}, "fours": {"type": "integer"}, "id": {"type": "integer"}, "maidens": {"type": "integer"}, "overs": {"type": "string"}, "player_id": {"type": "integer"}, "player_name": {"type": "string"}, "runs_conceded": {"type": "integer"}, "sixes": {"type": "integer"}, "wickets": {"type": "integer"}}, "type": "object"}, "type": "array"}, "current": {"type": "boolean"}, "extras": {"type": "integer"}, "extras_detail": {"type": "string"}, "fow": {"type": "string"}, "innings_number": {"type": "integer"}, "overs": {"type": "string"}, "runs": {"type": "integer"}, "still_to_bat": {"items": {"properties": {"id": {"type": "integer"}, "player_id": {"type": "integer"}, "player_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "title": {"type": "string"}, "wickets": {"type": "string"}}, "type": "object"}, "type": "array"}, "stats": {"properties": {"current_run_rate": {"type": "string"}, "last_18_balls": {"items": {"properties": {"currentOver": {"type": "integer"}, "currentOverBall": {"type": "integer"}, "isBoundary": {"type": "boolean"}, "isBye": {"type": "boolean"}, "isDismissal": {"type": "boolean"}, "isLegBye": {"type": "boolean"}, "isMaiden": {"type": "boolean"}, "isNoBall": {"type": "boolean"}, "isOverEnd": {"type": "boolean"}, "isWide": {"type": "boolean"}, "runs": {"type": "integer"}}, "type": "object"}, "type": "array"}, "last_update": {"type": "string"}, "min_remaining_overs": {"type": "string"}, "partnership_overs": {"type": "string"}, "partnership_player_1": {"type": "string"}, "partnership_player_1_balls": {"type": "integer"}, "partnership_player_1_runs": {"type": "integer"}, "partnership_player_2": {"type": "string"}, "partnership_player_2_balls": {"type": "integer"}, "partnership_player_2_runs": {"type": "integer"}, "partnership_run_rate": {"type": "string"}, "partnership_runs": {"type": "integer"}}, "type": "object"}, "teamsheets": {"type": "null"}}, "type": "object"}}, "type": "object"}}, "type": "object"}
8d14a6f2-09d1-4bd8-990f-84027cefc8cf/de256972-7a01-4c97-bcc5-ee2565206ad1/0/0
MotoGP
MotoGP API that gives you in-depth stats/summary and detailed information about all riders and teams. The only API you'll ever need.
7.6
Get all rider categories for a season
Get all rider categories for a season
200
New Example
{"status": "success", "data": [{"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, {"id": "ea854a67-73a4-4a28-ac77-d67b3b2a530a", "name": "Moto2", "legacy_id": 2}, {"id": "578be24b-3cd6-498f-9ed8-f0817be88467", "name": "125cc", "legacy_id": 10}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}}, "required": ["id", "legacy_id", "name"]}}}, "required": ["data", "status"]}
8d14a6f2-09d1-4bd8-990f-84027cefc8cf/4fb162c7-b5e9-4a67-9ca9-b0fa3c1e9107/0/0
MotoGP
MotoGP API that gives you in-depth stats/summary and detailed information about all riders and teams. The only API you'll ever need.
7.6
Get rider details by id
Get rider details by id
200
New Example
{"status": "success", "data": {"id": "71df6f0d-51c3-4cdb-9f5c-51939e6f33f2", "name": "Maverick", "surname": "Vi\u00f1ales", "nickname": null, "country": {"iso": "ES", "name": "Spain"}, "birth_city": "Figueres", "birth_date": "1995-01-12", "physical_attributes": {"height": 171, "weight": 64}, "career": [{"season": 2023, "number": 12, "sponsored_team": "Aprilia Racing", "team": {"id": "11d18b37-baba-400a-80c2-f8ddf040f97e", "constructor": {"id": "21fbe597-b587-42e1-b571-a06af5cc2487", "name": "Aprilia", "legacy_id": 7}, "name": "Aprilia Racing", "legacy_id": 21, "color": "#5cb33a", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/7/5/756d948d-2100-456d-9830-194f68d47d87/Aprilia.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": "MV12", "current": true, "pictures": {"profile": {"main": "https://photos.motogp.com/riders/8/3/831a6a1a-9151-462d-b646-c6a10698ab55/profile/main/12_Maverick_Vinales_Rider_DS_9576.png", "secondary": null}, "bike": {"main": "https://photos.motogp.com/riders/8/3/831a6a1a-9151-462d-b646-c6a10698ab55/bike/main/12_Maverick_Vinales_Bike_LGZ0872.png", "secondary": null}, "helmet": {"main": "https://photos.motogp.com/riders/8/3/831a6a1a-9151-462d-b646-c6a10698ab55/helmet/main/12_Maverick_Vinales_Helmet_LGZ0891.jpg", "secondary": null}, "number": "https://photos.motogp.com/riders/1/3/13e53141-e4b0-4a27-aaa4-bb5aec9cd3ec/number/12.png", "portrait": "https://photos.motogp.com/riders/8/3/831a6a1a-9151-462d-b646-c6a10698ab55/portrait/12_Maverick_Vinales_Rider_DS_9604.jpg"}}, {"season": 2022, "number": 12, "sponsored_team": "Aprilia Racing", "team": {"id": "11d18b37-baba-400a-80c2-f8ddf040f97e", "constructor": {"id": "21fbe597-b587-42e1-b571-a06af5cc2487", "name": "Aprilia", "legacy_id": 7}, "name": "Aprilia Racing", "legacy_id": 21, "color": "#5cb33a", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/7/5/756d948d-2100-456d-9830-194f68d47d87/Aprilia.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": "MV12", "current": false, "pictures": {"profile": {"main": "https://photos.motogp.com/riders/2/3/23a96a16-899d-4543-bfe1-833002a446f6/profile/main/12_Maverick_Vinales_MotoGP_Rider_DS_5246.png", "secondary": null}, "bike": {"main": "https://photos.motogp.com/riders/2/3/23a96a16-899d-4543-bfe1-833002a446f6/bike/main/_0009_12-Maverick-Vinales_Bike45.png", "secondary": null}, "helmet": {"main": "https://photos.motogp.com/riders/3/9/393e0718-15b1-403b-9749-8c091bc51be3/helmet/main/12MaverickVinales_HelmetLG6_6362.jpg", "secondary": null}, "number": "https://photos.motogp.com/riders/9/7/977d7b65-2d0f-4026-96dc-090e96cb25cb/number/12_Maverick_Vinales.png", "portrait": "https://photos.motogp.com/riders/2/3/23a96a16-899d-4543-bfe1-833002a446f6/portrait/12-Maverick-VinalesRider_DS_5239.jpg"}}, {"season": 2021, "number": 12, "sponsored_team": "Aprilia Racing Team Gresini", "team": {"id": "01736702-c133-4918-90f9-2ddba33af122", "constructor": {"id": "21fbe597-b587-42e1-b571-a06af5cc2487", "name": "Aprilia", "legacy_id": 7}, "name": "Aprilia Racing Team Gresini", "legacy_id": 10, "color": "#9baee4", "text_color": "#323232", "picture": "https://photos.motogp.com/teams/a/7/a7b1c4d6-3da3-482d-8de5-5d8299cec022/Aprilia-Racing-Team.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": "MV12", "current": false, "pictures": {"profile": {"main": "https://photos.motogp.com/riders/c/f/cf00bee4-d957-42d7-9c5a-bdf384d49b01/profile/main/12-Maverick-Vinales.png", "secondary": null}, "bike": {"main": null, "secondary": null}, "helmet": {"main": null, "secondary": null}, "number": "https://photos.motogp.com/riders/4/0/4026c7e8-b9f7-49d4-ac25-a07541f2657e/number/12-Maverick-Vinales_.png", "portrait": "https://photos.motogp.com/riders/c/f/cf00bee4-d957-42d7-9c5a-bdf384d49b01/portrait/12-Maverick-Vinales.jpg"}}, {"season": 2021, "number": 12, "sponsored_team": "Monster Energy Yamaha MotoGP", "team": {"id": "141b6f0f-7e53-4d27-9bdb-0ea8fba7e842", "constructor": {"id": "f2e835be-7fab-4782-a26b-de3d583d132c", "name": "Yamaha", "legacy_id": 3}, "name": "Monster Energy Yamaha MotoGP\u2122", "legacy_id": 19, "color": "#0c368c", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/d/a/daca18ce-ecf2-4831-8255-5606d002dff1/Monster_Energy_Yamaha.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": false, "short_nickname": "MV12", "current": false, "pictures": {"profile": {"main": "https://photos.motogp.com/riders/8/1/816b12f2-f8cf-45bf-98cc-ad8079a0c998/profile/main/_0010_12-Maverick-Vinales,-Rider_A7R1590.png", "secondary": null}, "bike": {"main": "https://photos.motogp.com/riders/8/1/816b12f2-f8cf-45bf-98cc-ad8079a0c998/bike/main/_0010_12-Maverick-Vinales,-Bike_LG87361.png", "secondary": null}, "helmet": {"main": "https://photos.motogp.com/riders/8/1/816b12f2-f8cf-45bf-98cc-ad8079a0c998/helmet/main/_0000_12_Maverick_Vinales,_Helmet_LG61662.jpg", "secondary": null}, "number": "https://photos.motogp.com/riders/5/5/559396a2-ca31-444c-9e11-b97df5a1921b/number/12-Maverick-Vinales.png", "portrait": "https://photos.motogp.com/riders/b/4/b413b4a7-2db6-4309-a3ea-7a09291ad39e/portrait/_0010_12-Maverick-Vinales,-Rider_A7R1584.jpg"}}, {"season": 2020, "number": 12, "sponsored_team": "Monster Energy Yamaha MotoGP", "team": {"id": "141b6f0f-7e53-4d27-9bdb-0ea8fba7e842", "constructor": {"id": "f2e835be-7fab-4782-a26b-de3d583d132c", "name": "Yamaha", "legacy_id": 3}, "name": "Monster Energy Yamaha MotoGP\u2122", "legacy_id": 19, "color": "#0c368c", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/d/a/daca18ce-ecf2-4831-8255-5606d002dff1/Monster_Energy_Yamaha.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": "MV12", "current": false, "pictures": {"profile": {"main": "https://photos.motogp.com/riders/a/d/ad566937-bad4-42ca-a601-0a233aabd199/profile/main/1_0003_12-Maverick-Vinales-ESP,-Body_DSC7063.png", "secondary": null}, "bike": {"main": "https://photos.motogp.com/riders/d/f/dfa0d417-7e23-4899-807b-b4e8273f536e/bike/main/12-Maverick-Vinales.png", "secondary": null}, "helmet": {"main": "https://photos.motogp.com/riders/f/e/fe32366d-1e0a-40bc-a696-2947df54dfb7/helmet/main/12-Maverick-Vinales.jpg", "secondary": null}, "number": "https://photos.motogp.com/2019/dorsales/3/7409.png", "portrait": "https://photos.motogp.com/riders/4/9/49234c3d-a839-4bf1-aea5-7cc9691cc82a/portrait/-_0003_12-Maverick-Vinales-ESP,-Body_DSC7058.jpg"}}, {"season": 2019, "number": 12, "sponsored_team": "Monster Energy Yamaha MotoGP", "team": {"id": "141b6f0f-7e53-4d27-9bdb-0ea8fba7e842", "constructor": {"id": "f2e835be-7fab-4782-a26b-de3d583d132c", "name": "Yamaha", "legacy_id": 3}, "name": "Monster Energy Yamaha MotoGP\u2122", "legacy_id": 19, "color": "#0c368c", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/d/a/daca18ce-ecf2-4831-8255-5606d002dff1/Monster_Energy_Yamaha.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": "https://photos.motogp.com/2019/riders/motogp/bike/original/rider_7409_1552058371.jpg", "secondary": null}, "helmet": {"main": null, "secondary": null}, "number": "https://photos.motogp.com/2019/dorsales/3/7409.png", "portrait": "https://photos.motogp.com/2019/riders/motogp/grid/original/rider_7409_1554806128.jpg"}}, {"season": 2018, "number": 12, "sponsored_team": "Monster Energy Yamaha MotoGP", "team": {"id": "141b6f0f-7e53-4d27-9bdb-0ea8fba7e842", "constructor": {"id": "f2e835be-7fab-4782-a26b-de3d583d132c", "name": "Yamaha", "legacy_id": 3}, "name": "Monster Energy Yamaha MotoGP\u2122", "legacy_id": 19, "color": "#0c368c", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/d/a/daca18ce-ecf2-4831-8255-5606d002dff1/Monster_Energy_Yamaha.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": "https://photos.motogp.com/2018/riders/motogp/bike/original/rider_7409_1521313173.jpg", "secondary": null}, "helmet": {"main": "https://photos.motogp.com/2018/riders/motogp/helmet/original/rider_7409_1521312785.jpg", "secondary": null}, "number": "https://photos.motogp.com/2018/dorsales/3/7409.png", "portrait": "https://photos.motogp.com/2018/riders/motogp/grid/original/rider_7409_1521213854.jpg"}}, {"season": 2017, "number": 25, "sponsored_team": "Movistar Yamaha MotoGP", "team": {"id": "a9d4c4e8-1233-4f5b-a83a-d6437d91d9c4", "constructor": {"id": "f2e835be-7fab-4782-a26b-de3d583d132c", "name": "Yamaha", "legacy_id": 3}, "name": "Movistar Yamaha MotoGP", "legacy_id": 19, "color": null, "text_color": null, "picture": "https://photos.motogp.com/2020/teams/motogp/original/team_bike_19_1574329098.jpg", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": "https://photos.motogp.com/2017/riders/motogp/bike/original/rider_7409_1490542034.jpg", "secondary": null}, "helmet": {"main": "https://photos.motogp.com/2017/riders/motogp/helmet/original/rider_7409_1490543513.jpg", "secondary": null}, "number": null, "portrait": "https://photos.motogp.com/2017/riders/motogp/grid/original/rider_7409_1490883976.jpg"}}, {"season": 2016, "number": 25, "sponsored_team": "Team SUZUKI ECSTAR", "team": {"id": "baac93d0-3068-4c7a-8d3f-ca215b568f77", "constructor": {"id": "de2d5a0a-83e3-4114-b5c6-72d10d8a9619", "name": "Suzuki", "legacy_id": 2}, "name": "Team SUZUKI ECSTAR", "legacy_id": 37, "color": "#4294c1", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/6/a/6ae0f119-6c7c-4171-9062-b431459e7c18/Suzuki.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": "https://photos.motogp.com/2016/riders/motogp/bike/original/rider_7409_1458324129.jpg", "secondary": null}, "helmet": {"main": "https://photos.motogp.com/2016/riders/motogp/helmet/original/rider_7409_1458324070.jpg", "secondary": null}, "number": null, "portrait": "https://photos.motogp.com/2016/riders/motogp/grid/original/rider_7409_1479303985.jpg"}}, {"season": 2015, "number": 25, "sponsored_team": "Team SUZUKI ECSTAR", "team": {"id": "baac93d0-3068-4c7a-8d3f-ca215b568f77", "constructor": {"id": "de2d5a0a-83e3-4114-b5c6-72d10d8a9619", "name": "Suzuki", "legacy_id": 2}, "name": "Team SUZUKI ECSTAR", "legacy_id": 37, "color": "#4294c1", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/6/a/6ae0f119-6c7c-4171-9062-b431459e7c18/Suzuki.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": null, "secondary": null}, "helmet": {"main": null, "secondary": null}, "number": null, "portrait": "https://www.motogp.com/en/api/rider/photo/grid/old/7409"}}, {"season": 2014, "number": 40, "sponsored_team": "Paginas Amarillas HP 40", "team": {"id": "4d67eea8-8244-44a5-9dcd-424e2b4e4bdf", "constructor": {"id": "791160c2-6d2f-47ad-8d87-29e4f729073a", "name": "Kalex", "legacy_id": 447}, "name": "Paginas Amarillas HP 40", "legacy_id": 213, "color": null, "text_color": null, "picture": "https://photos.motogp.com/2020/teams/moto2/original/team_bike_213_1583857100.jpg", "published": true}, "category": {"id": "ea854a67-73a4-4a28-ac77-d67b3b2a530a", "name": "Moto2", "legacy_id": 2}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": null, "secondary": null}, "helmet": {"main": null, "secondary": null}, "number": null, "portrait": "https://www.motogp.com/en/api/rider/photo/grid/old/7409"}}, {"season": 2013, "number": 25, "sponsored_team": "Team Calvo", "team": {"id": "dde90fb8-ae3e-4920-9b3d-8e07524dab16", "constructor": {"id": "fe62d196-ff34-409a-aa32-4aae146e2e3c", "name": "Speed Up", "legacy_id": 431}, "name": "Team Calvo", "legacy_id": 107, "color": null, "text_color": null, "picture": "https://photos.motogp.com/2020/teams/moto2/original/team_bike_107_1583857096.jpg", "published": true}, "category": {"id": "1ab203aa-e292-4842-8bed-971911357af1", "name": "Moto3", "legacy_id": 1}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": null, "secondary": null}, "helmet": {"main": null, "secondary": null}, "number": null, "portrait": "https://www.motogp.com/en/api/rider/photo/grid/old/7409"}}, {"season": 2012, "number": 25, "sponsored_team": "Blusens Avintia", "team": {"id": "1df5c5d4-3a59-44b6-86db-abdd3c776406", "constructor": {"id": "cdb641bf-2ec0-41cd-9959-e4322000fae9", "name": "Energica", "legacy_id": 589}, "name": "Blusens Avintia", "legacy_id": 218, "color": null, "text_color": null, "picture": null, "published": true}, "category": {"id": "1ab203aa-e292-4842-8bed-971911357af1", "name": "Moto3", "legacy_id": 1}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": null, "secondary": null}, "helmet": {"main": null, "secondary": null}, "number": null, "portrait": "https://www.motogp.com/en/api/rider/photo/grid/old/7409"}}, {"season": 2011, "number": 25, "sponsored_team": "Blusens by Paris Hilton Racing", "team": {"id": "e489a81c-b8c4-4fb2-9d95-43c5741b5558", "constructor": {"id": "8e21365c-a465-476a-a66b-5fda45058c2e", "name": "Honda", "legacy_id": 1}, "name": "Blusens by Paris Hilton Racing", "legacy_id": 111, "color": null, "text_color": null, "picture": "https://photos.motogp.com/2020/teams/moto3/original/team_bike_111_1584628514.jpg", "published": true}, "category": {"id": "578be24b-3cd6-498f-9ed8-f0817be88467", "name": "125cc", "legacy_id": 10}, "in_grid": true, "short_nickname": null, "current": false, "pictures": {"profile": {"main": null, "secondary": null}, "bike": {"main": null, "secondary": null}, "helmet": {"main": null, "secondary": null}, "number": null, "portrait": "https://www.motogp.com/en/api/rider/photo/grid/old/7409"}}], "biography": {"text": "2013 Moto3\u2122 World Champion Maverick Vi\u00f1ales took the lightweight title in the CEV in 2010, as well as the European 125 Championship the following year, and debuted in the 125 World Championship in 2011. He won four races in his rookie year \u2013 third in the Championship and Rookie of the Year \u2013 and then took that title in 2013. As a Moto2\u2122 rookie in 2014, Vi\u00f1ales was again Rookie of the Year and won four races \u2013 moving up to MotoGP\u2122 the year after with Team Suzuki Ecstar. \n\nAnother Rookie of the Year trophy followed, before the Spaniard then took Suzuki\u2019s first race win since 2007 \u2013 and his maiden MotoGP\u2122 win \u2013 at the British GP in 2016. For 2017, Vi\u00f1ales moved to Movistar Yamaha MotoGP to partner none other than Italian legend Valentino Rossi. After dominating pre-season testing, the Yamaha rider won the first two races of the year and the French GP, but the Movistar Yamaha team\u2019s struggles with low grip then saw a more difficult latter half of the season. Vi\u00f1ales came third overall, and the struggles continued into 2018. It was the Spaniard who brought Yamaha's longest losing streak to an end, however, as he won in Australia. 2019 started slowly for Vi\u00f1ales, picking up just the solitary podium in the first seven races. However, victory at Assen then put the wheels in motion for a fantastic latter half of the season. Five podiums, including a win in Malaysia, saw Vi\u00f1ales claim P3 in the Championship. 2020 brought hopes of a title attack for Vi\u00f1ales, and he was in contention from the very beginning thanks to successive second places in the Jerez double, while victory at the Emilia Romagna GP bolstered his hopes. However, inconsistent form and an inability to follow up on promising Qualifying sessions saw the Spaniard slip out of the title race and finish 6th in the Championship. \n\n2021, his fifth year at Yamaha, started in remarkable fashion with victory at the opening round. But the relationship deteriorated from there in unprecedented circumstances. 24 hours on from a podium in Assen, it was announced he'd leave Yamaha at the end of the season, one year earlier than planned, but he didn't even make it to Valencia. After over-revving his engine in Austria, Yamaha sacked the Spaniard with immediate effect. Rumours began to grow that he'd sign for Aprilia and, before long, that deal was announced and he was testing the RS-GP in Misano. The Noale factory handed him the final five rounds of the year to adapt to the new machine and prepare for a hugely important 2022 campaign. A challenging first half to the season had many questioning if the Aprilia switch would be a success before three podiums in the space of four rounds - Assen, Silverstone and Misano - changed the narrative entirely. With a new two-year deal in his back pocket, Top Gun will have his sights set on being a regular front runner in 2023. \n", "media": {"video": null, "picture": "https://photos.motogp.com/riders/3/d/3d07bd42-9b1e-4657-acf7-01a552bee8f7/biography/12_Maverick_Vinales.jpg"}}, "legend": false, "legacy_id": 7409, "merchandise_url": "https://store.motogp.com/en/maverick-vinales-12-clothing-merchandise?utm_source=motogp.com&utm_medium=Link&utm_content=MV25&utm_campaign=Store&o=motogp-riders-stats", "published": true, "injured": false, "banned": false, "wildcard": false}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "surname": {"type": "string"}, "nickname": {"type": "null"}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}}, "required": ["iso", "name"]}, "birth_city": {"type": "string"}, "birth_date": {"type": "string"}, "physical_attributes": {"type": "object", "properties": {"height": {"type": "integer"}, "weight": {"type": "integer"}}, "required": ["height", "weight"]}, "career": {"type": "array", "items": {"type": "object", "properties": {"season": {"type": "integer"}, "number": {"type": "integer"}, "sponsored_team": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "string"}, "constructor": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}}, "required": ["id", "legacy_id", "name"]}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "color": {"type": ["null", "string"]}, "text_color": {"type": ["null", "string"]}, "picture": {"type": ["null", "string"]}, "published": {"type": "boolean"}}, "required": ["color", "constructor", "id", "legacy_id", "name", "picture", "published", "text_color"]}, "category": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}}, "required": ["id", "legacy_id", "name"]}, "in_grid": {"type": "boolean"}, "short_nickname": {"type": ["null", "string"]}, "current": {"type": "boolean"}, "pictures": {"type": "object", "properties": {"profile": {"type": "object", "properties": {"main": {"type": ["null", "string"]}, "secondary": {"type": "null"}}, "required": ["main", "secondary"]}, "bike": {"type": "object", "properties": {"main": {"type": ["null", "string"]}, "secondary": {"type": "null"}}, "required": ["main", "secondary"]}, "helmet": {"type": "object", "properties": {"main": {"type": ["null", "string"]}, "secondary": {"type": "null"}}, "required": ["main", "secondary"]}, "number": {"type": ["null", "string"]}, "portrait": {"type": "string"}}, "required": ["bike", "helmet", "number", "portrait", "profile"]}}, "required": ["category", "current", "in_grid", "number", "pictures", "season", "short_nickname", "sponsored_team", "team"]}}, "biography": {"type": "object", "properties": {"text": {"type": "string"}, "media": {"type": "object", "properties": {"video": {"type": "null"}, "picture": {"type": "string"}}, "required": ["picture", "video"]}}, "required": ["media", "text"]}, "legend": {"type": "boolean"}, "legacy_id": {"type": "integer"}, "merchandise_url": {"type": "string"}, "published": {"type": "boolean"}, "injured": {"type": "boolean"}, "banned": {"type": "boolean"}, "wildcard": {"type": "boolean"}}, "required": ["banned", "biography", "birth_city", "birth_date", "career", "country", "id", "injured", "legacy_id", "legend", "merchandise_url", "name", "nickname", "physical_attributes", "published", "surname", "wildcard"]}}, "required": ["data", "status"]}
8d14a6f2-09d1-4bd8-990f-84027cefc8cf/35173bf9-794e-41fd-bf09-d43c961f34ea/0/0
MotoGP
MotoGP API that gives you in-depth stats/summary and detailed information about all riders and teams. The only API you'll ever need.
7.6
Get summary of a rider by id
Get summary of a rider by id
200
New Example
{"status": "success", "data": {"first_grand_prix": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "event": {"id": "c68ece2b-fc82-42b1-a1fb-6a0f4af01d64", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Commercial Bank Grand Prix of Qatar", "season": "2015", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "event": {"id": "9e14f35f-f7f2-4ba6-8898-87ba072c3437", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Commercial Bank Grand Prix of Qatar", "season": "2014", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "event": {"id": "94d5ff47-e965-4c6d-bed3-66234d4774a3", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Commercialbank Grand Prix of Qatar", "season": "2012", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "event": {"id": "8acd1cd3-1b00-4ab5-a79a-320883112a94", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Commercialbank Grand Prix of Qatar", "season": "2011", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}], "first_pole_positions": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "event": {"id": "d1eb5ec0-d5f2-451f-8eba-34cf83ff725d", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Grand Prix of Qatar", "season": "2017", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "event": {"id": "f7e30681-83a4-43c7-b2d6-d3c50b38f639", "name": "GRAN PREMIO DE ARAG\u00d3N", "sponsored_name": "Gran Premio Movistar de Arag\u00f3n", "season": "2014", "circuit": {"id": "50209e25-6cd8-4d8d-912e-c48a06275a8a", "name": "MotorLand Arag\u00f3n", "legacy_id": 100, "place": "Alca\u00f1iz", "nation": "SPA"}, "country": {"iso": "ES", "name": "Spain", "region_iso": "AR"}, "short_name": "ARA"}}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "event": {"id": "70ea05e1-1bb5-45ab-a028-c450c0b5ee32", "name": "GRAND PRIX DE FRANCE", "sponsored_name": "Monster Energy Grand Prix de France", "season": "2012", "circuit": {"id": "ebb41e75-8664-4dfd-b0eb-07f24bd5fb92", "name": "Le Mans", "legacy_id": 8, "place": "Le Mans", "nation": "FRA"}, "country": {"iso": "FR", "name": "France", "region_iso": ""}, "short_name": "FRA"}}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "event": {"id": "9c387049-8d49-492f-8e13-a945d91883e0", "name": "BRITISH GRAND PRIX", "sponsored_name": "AirAsia British Grand Prix", "season": "2011", "circuit": {"id": "473ee5fa-b4e5-4c00-a0fe-28051700e20d", "name": "Silverstone Circuit", "legacy_id": 42, "place": "Silverstone", "nation": "GBR"}, "country": {"iso": "GB", "name": "United Kingdom of Great Britain and Northern Ireland", "region_iso": ""}, "short_name": "GBR"}}], "first_race_fastest_lap": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "event": {"id": "4e410e6b-75ef-4180-ad4b-87669009245c", "name": "GRAN PREMI DE CATALUNYA", "sponsored_name": "Gran Premi Monster Energy de Catalunya", "season": "2016", "circuit": {"id": "2218098d-ab2d-498b-a633-1a4a39119e9e", "name": "Circuit de Barcelona-Catalunya", "legacy_id": 13, "place": "Barcelona", "nation": "SPA"}, "country": {"iso": "ES", "name": "Spain", "region_iso": "CT"}, "short_name": "CAT"}}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "event": {"id": "9e14f35f-f7f2-4ba6-8898-87ba072c3437", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Commercial Bank Grand Prix of Qatar", "season": "2014", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "event": {"id": "94d5ff47-e965-4c6d-bed3-66234d4774a3", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Commercialbank Grand Prix of Qatar", "season": "2012", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "event": {"id": "f4570c2c-cd5f-4698-acca-02aef0cf00ee", "name": "TT ASSEN", "sponsored_name": "Iveco TT Assen", "season": "2011", "circuit": {"id": "f4f9b0e8-1319-4d4f-a5ae-6cf193b01fca", "name": "TT Circuit Assen", "legacy_id": 7, "place": "Assen", "nation": "NED"}, "country": {"iso": "NL", "name": "Netherlands", "region_iso": ""}, "short_name": "NED"}}], "first_podiums": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "event": {"id": "0af4a3a6-99f5-4aaf-bffa-3ace311df40d", "name": "GRAND PRIX DE FRANCE", "sponsored_name": "Monster Energy Grand Prix de France", "season": "2016", "circuit": {"id": "ebb41e75-8664-4dfd-b0eb-07f24bd5fb92", "name": "Le Mans", "legacy_id": 8, "place": "Le Mans", "nation": "FRA"}, "country": {"iso": "FR", "name": "France", "region_iso": ""}, "short_name": "FRA"}}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "event": {"id": "2c09fdaf-abff-487c-8e22-2c35309edb36", "name": "GRAND PRIX OF THE AMERICAS", "sponsored_name": "Red Bull Grand Prix of The Americas", "season": "2014", "circuit": {"id": "5b97d826-e527-43e9-b696-09f61cf4559c", "name": "Circuit Of The Americas", "legacy_id": 101, "place": "Austin", "nation": "USA"}, "country": {"iso": "US", "name": "United States of America", "region_iso": ""}, "short_name": "AME"}}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "event": {"id": "94d5ff47-e965-4c6d-bed3-66234d4774a3", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Commercialbank Grand Prix of Qatar", "season": "2012", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "event": {"id": "6ee8b6b2-14e3-48a3-a9b1-bb486e9cc6ed", "name": "GRAND PRIX DE FRANCE", "sponsored_name": "Monster Energy Grand Prix de France", "season": "2011", "circuit": {"id": "ebb41e75-8664-4dfd-b0eb-07f24bd5fb92", "name": "Le Mans", "legacy_id": 8, "place": "Le Mans", "nation": "FRA"}, "country": {"iso": "FR", "name": "France", "region_iso": ""}, "short_name": "FRA"}}], "first_grand_prix_victories": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "event": {"id": "00a3ae01-6c18-4d92-ba15-b3a9bb89e660", "name": "BRITISH GRAND PRIX", "sponsored_name": "Octo British Grand Prix", "season": "2016", "circuit": {"id": "473ee5fa-b4e5-4c00-a0fe-28051700e20d", "name": "Silverstone Circuit", "legacy_id": 42, "place": "Silverstone", "nation": "GBR"}, "country": {"iso": "GB", "name": "United Kingdom of Great Britain and Northern Ireland", "region_iso": ""}, "short_name": "GBR"}}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "event": {"id": "2c09fdaf-abff-487c-8e22-2c35309edb36", "name": "GRAND PRIX OF THE AMERICAS", "sponsored_name": "Red Bull Grand Prix of The Americas", "season": "2014", "circuit": {"id": "5b97d826-e527-43e9-b696-09f61cf4559c", "name": "Circuit Of The Americas", "legacy_id": 101, "place": "Austin", "nation": "USA"}, "country": {"iso": "US", "name": "United States of America", "region_iso": ""}, "short_name": "AME"}}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "event": {"id": "94d5ff47-e965-4c6d-bed3-66234d4774a3", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Commercialbank Grand Prix of Qatar", "season": "2012", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "event": {"id": "6ee8b6b2-14e3-48a3-a9b1-bb486e9cc6ed", "name": "GRAND PRIX DE FRANCE", "sponsored_name": "Monster Energy Grand Prix de France", "season": "2011", "circuit": {"id": "ebb41e75-8664-4dfd-b0eb-07f24bd5fb92", "name": "Le Mans", "legacy_id": 8, "place": "Le Mans", "nation": "FRA"}, "country": {"iso": "FR", "name": "France", "region_iso": ""}, "short_name": "FRA"}}], "grand_prix_victories": {"categories": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 9}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 4}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 8}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 4}], "total": 25}, "second_positions": {"categories": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 8}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 4}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 10}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 2}], "total": 24}, "third_positions": {"categories": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 14}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 1}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 4}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 3}], "total": 22}, "podiums": {"categories": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 31}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 9}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 22}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 9}], "total": 71}, "poles": {"categories": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 13}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 1}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 7}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 3}], "total": 24}, "race_fastest_laps": {"categories": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 10}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 5}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 4}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 3}], "total": 22}, "world_championship_wins": {"categories": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 0}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 0}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 1}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 0}], "total": 1}, "best_positions": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 1}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 1}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 1}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 1}], "best_grid_positions": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 1}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 1}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 1}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 1}], "best_qualify_positions": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "count": 1}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "count": 1}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "count": 1}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "count": 1}], "last_wins": [{"category": {"id": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942", "legacy_id": 3, "name": "MotoGP\u2122"}, "event": {"id": "20bb257f-b1ba-4289-9030-c4eb528c6155", "name": "GRAND PRIX OF QATAR", "sponsored_name": "Barwa Grand Prix of Qatar", "season": "2021", "circuit": {"id": "e9a71399-cea9-400a-b2ef-48bfdcdf6526", "name": "Lusail International Circuit", "legacy_id": 93, "place": "Doha", "nation": "QAT"}, "country": {"iso": "QA", "name": "Qatar", "region_iso": ""}, "short_name": "QAT"}}, {"category": {"id": "549640b8-fd9c-4245-acfd-60e4bc38b25c", "legacy_id": 2, "name": "Moto2\u2122"}, "event": {"id": "1b869fa9-da9e-4ee5-90c3-fd3e171ad5ae", "name": "MALAYSIAN MOTORCYCLE GRAND PRIX", "sponsored_name": "Shell Advance Malaysian Motorcycle GP", "season": "2014", "circuit": {"id": "f5a7f3f8-0097-4810-a2da-eee749aedc77", "name": "Sepang International Circuit", "legacy_id": 75, "place": "Sepang", "nation": "MAL"}, "country": {"iso": "MY", "name": "Malaysia", "region_iso": ""}, "short_name": "MAL"}}, {"category": {"id": "954f7e65-2ef2-4423-b949-4961cc603e45", "legacy_id": 1, "name": "Moto3\u2122"}, "event": {"id": "6bad463a-bd6b-43ad-a986-fdcc96838f63", "name": "GRAN PREMIO DE LA COMUNITAT VALENCIANA", "sponsored_name": "GP Generali de la Comunitat Valenciana", "season": "2013", "circuit": {"id": "664c40ff-8deb-4613-91cd-62c945f95e1e", "name": "Circuit Ricardo Tormo", "legacy_id": 77, "place": "Cheste", "nation": "SPA"}, "country": {"iso": "ES", "name": "Spain", "region_iso": "VC"}, "short_name": "VAL"}}, {"category": {"id": "2391edcb-13be-4389-8627-5a5c3f967e85", "legacy_id": 10, "name": "125cc"}, "event": {"id": "8cadf391-4227-4dbd-bdb7-0bf40f7c1ae7", "name": "VALENCIA GRAND PRIX", "sponsored_name": "GP Generali de la Comunitat Valenciana", "season": "2011", "circuit": {"id": "664c40ff-8deb-4613-91cd-62c945f95e1e", "name": "Circuit Ricardo Tormo", "legacy_id": 77, "place": "Cheste", "nation": "SPA"}, "country": {"iso": "ES", "name": "Spain", "region_iso": "VC"}, "short_name": "VAL"}}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"first_grand_prix": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "event": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "sponsored_name": {"type": "string"}, "season": {"type": "string"}, "circuit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "place": {"type": "string"}, "nation": {"type": "string"}}, "required": ["id", "legacy_id", "name", "nation", "place"]}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "region_iso": {"type": "string"}}, "required": ["iso", "name", "region_iso"]}, "short_name": {"type": "string"}}, "required": ["circuit", "country", "id", "name", "season", "short_name", "sponsored_name"]}}, "required": ["category", "event"]}}, "first_pole_positions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "event": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "sponsored_name": {"type": "string"}, "season": {"type": "string"}, "circuit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "place": {"type": "string"}, "nation": {"type": "string"}}, "required": ["id", "legacy_id", "name", "nation", "place"]}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "region_iso": {"type": "string"}}, "required": ["iso", "name", "region_iso"]}, "short_name": {"type": "string"}}, "required": ["circuit", "country", "id", "name", "season", "short_name", "sponsored_name"]}}, "required": ["category", "event"]}}, "first_race_fastest_lap": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "event": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "sponsored_name": {"type": "string"}, "season": {"type": "string"}, "circuit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "place": {"type": "string"}, "nation": {"type": "string"}}, "required": ["id", "legacy_id", "name", "nation", "place"]}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "region_iso": {"type": "string"}}, "required": ["iso", "name", "region_iso"]}, "short_name": {"type": "string"}}, "required": ["circuit", "country", "id", "name", "season", "short_name", "sponsored_name"]}}, "required": ["category", "event"]}}, "first_podiums": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "event": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "sponsored_name": {"type": "string"}, "season": {"type": "string"}, "circuit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "place": {"type": "string"}, "nation": {"type": "string"}}, "required": ["id", "legacy_id", "name", "nation", "place"]}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "region_iso": {"type": "string"}}, "required": ["iso", "name", "region_iso"]}, "short_name": {"type": "string"}}, "required": ["circuit", "country", "id", "name", "season", "short_name", "sponsored_name"]}}, "required": ["category", "event"]}}, "first_grand_prix_victories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "event": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "sponsored_name": {"type": "string"}, "season": {"type": "string"}, "circuit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "place": {"type": "string"}, "nation": {"type": "string"}}, "required": ["id", "legacy_id", "name", "nation", "place"]}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "region_iso": {"type": "string"}}, "required": ["iso", "name", "region_iso"]}, "short_name": {"type": "string"}}, "required": ["circuit", "country", "id", "name", "season", "short_name", "sponsored_name"]}}, "required": ["category", "event"]}}, "grand_prix_victories": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "total": {"type": "integer"}}, "required": ["categories", "total"]}, "second_positions": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "total": {"type": "integer"}}, "required": ["categories", "total"]}, "third_positions": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "total": {"type": "integer"}}, "required": ["categories", "total"]}, "podiums": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "total": {"type": "integer"}}, "required": ["categories", "total"]}, "poles": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "total": {"type": "integer"}}, "required": ["categories", "total"]}, "race_fastest_laps": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "total": {"type": "integer"}}, "required": ["categories", "total"]}, "world_championship_wins": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "total": {"type": "integer"}}, "required": ["categories", "total"]}, "best_positions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "best_grid_positions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "best_qualify_positions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "count": {"type": "integer"}}, "required": ["category", "count"]}}, "last_wins": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "string"}, "legacy_id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "legacy_id", "name"]}, "event": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "sponsored_name": {"type": "string"}, "season": {"type": "string"}, "circuit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "place": {"type": "string"}, "nation": {"type": "string"}}, "required": ["id", "legacy_id", "name", "nation", "place"]}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "region_iso": {"type": "string"}}, "required": ["iso", "name", "region_iso"]}, "short_name": {"type": "string"}}, "required": ["circuit", "country", "id", "name", "season", "short_name", "sponsored_name"]}}, "required": ["category", "event"]}}}, "required": ["best_grid_positions", "best_positions", "best_qualify_positions", "first_grand_prix", "first_grand_prix_victories", "first_podiums", "first_pole_positions", "first_race_fastest_lap", "grand_prix_victories", "last_wins", "podiums", "poles", "race_fastest_laps", "second_positions", "third_positions", "world_championship_wins"]}}, "required": ["data", "status"]}
8d14a6f2-09d1-4bd8-990f-84027cefc8cf/9e4efe2c-bdfd-4f80-903b-b9b5b9b8972f/0/0
MotoGP
MotoGP API that gives you in-depth stats/summary and detailed information about all riders and teams. The only API you'll ever need.
7.6
Get statistics of a rider
Get statistics of a rider
200
New Example
{"status": "success", "data": [{"season": "2023", "category": "MotoGP\u2122", "constructor": "Aprilia", "starts": 0, "first_position": 0, "second_position": 0, "third_position": 0, "podiums": 0, "poles": 0, "points": 5, "position": 5}, {"season": "2022", "category": "MotoGP\u2122", "constructor": "Aprilia", "starts": 20, "first_position": 0, "second_position": 1, "third_position": 2, "podiums": 3, "poles": 0, "points": 122, "position": 11}, {"season": "2021", "category": "MotoGP\u2122", "constructor": "Yamaha", "starts": 15, "first_position": 1, "second_position": 1, "third_position": 0, "podiums": 2, "poles": 1, "points": 106, "position": 10}, {"season": "2020", "category": "MotoGP\u2122", "constructor": "Yamaha", "starts": 14, "first_position": 1, "second_position": 2, "third_position": 0, "podiums": 3, "poles": 3, "points": 132, "position": 6}, {"season": "2019", "category": "MotoGP\u2122", "constructor": "Yamaha", "starts": 19, "first_position": 2, "second_position": 1, "third_position": 4, "podiums": 7, "poles": 3, "points": 211, "position": 3}, {"season": "2018", "category": "MotoGP\u2122", "constructor": "Yamaha", "starts": 18, "first_position": 1, "second_position": 1, "third_position": 3, "podiums": 5, "poles": 1, "points": 193, "position": 4}, {"season": "2017", "category": "MotoGP\u2122", "constructor": "Yamaha", "starts": 18, "first_position": 3, "second_position": 2, "third_position": 2, "podiums": 7, "poles": 5, "points": 230, "position": 3}, {"season": "2016", "category": "MotoGP\u2122", "constructor": "Suzuki", "starts": 18, "first_position": 1, "second_position": 0, "third_position": 3, "podiums": 4, "poles": 0, "points": 202, "position": 4}, {"season": "2015", "category": "MotoGP\u2122", "constructor": "Suzuki", "starts": 18, "first_position": 0, "second_position": 0, "third_position": 0, "podiums": 0, "poles": 0, "points": 97, "position": 12}, {"season": "2014", "category": "Moto2\u2122", "constructor": "Kalex", "starts": 18, "first_position": 4, "second_position": 4, "third_position": 1, "podiums": 9, "poles": 1, "points": 274, "position": 3}, {"season": "2013", "category": "Moto3\u2122", "constructor": "KTM", "starts": 17, "first_position": 3, "second_position": 8, "third_position": 4, "podiums": 15, "poles": 2, "points": 323, "position": 1}, {"season": "2012", "category": "Moto3\u2122", "constructor": "FTR Honda", "starts": 16, "first_position": 5, "second_position": 2, "third_position": 0, "podiums": 7, "poles": 5, "points": 207, "position": 3}, {"season": "2011", "category": "125cc", "constructor": "Aprilia", "starts": 17, "first_position": 4, "second_position": 2, "third_position": 3, "podiums": 9, "poles": 3, "points": 248, "position": 3}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"season": {"type": "string"}, "category": {"type": "string"}, "constructor": {"type": "string"}, "starts": {"type": "integer"}, "first_position": {"type": "integer"}, "second_position": {"type": "integer"}, "third_position": {"type": "integer"}, "podiums": {"type": "integer"}, "poles": {"type": "integer"}, "points": {"type": "integer"}, "position": {"type": "integer"}}, "required": ["category", "constructor", "first_position", "podiums", "points", "poles", "position", "season", "second_position", "starts", "third_position"]}}}, "required": ["data", "status"]}
8d14a6f2-09d1-4bd8-990f-84027cefc8cf/99240af2-2dc5-489a-8ddb-666f49059b7b/0/0
MotoGP
MotoGP API that gives you in-depth stats/summary and detailed information about all riders and teams. The only API you'll ever need.
7.6
Get rider information by name
Get rider information by name
200
New Example
{"status": "success", "data": [{"id": "23e50438-a657-4fb0-a190-3262b5472f29", "name": "Marc", "surname": "Marquez", "nickname": null, "current_career_step": {"season": 2023, "number": 93, "sponsored_team": "Repsol Honda Team", "team": {"id": "ce837bd3-bc07-40ef-83cf-6a8025bededf", "constructor": {"id": "8e21365c-a465-476a-a66b-5fda45058c2e", "name": "Honda", "legacy_id": 1}, "name": "Repsol Honda Team", "legacy_id": 14, "color": "#ee8633", "text_color": "#ffffff", "picture": "https://photos.motogp.com/teams/1/8/18b5ca7f-6d10-4ff6-b18b-2570d11fc214/Repsol_Honda.png", "published": true}, "category": {"id": "737ab122-76e1-4081-bedb-334caaa18c70", "name": "MotoGP", "legacy_id": 3}, "in_grid": true, "short_nickname": "MM93", "current": true, "pictures": {"profile": {"main": "https://photos.motogp.com/riders/d/1/d1ab2db6-3e1c-47ef-8ff1-d25dc08312bd/profile/main/93_Marc_Marquez_Rider_DS_9430.png", "secondary": "https://photos.motogp.com/riders/9/8/98f98bcc-92ed-4db0-8e03-c5e6af54275b/profile/secondary/Funny_0001_93-Marc-Marquez,-Rider_DS_9434.png"}, "bike": {"main": "https://photos.motogp.com/riders/d/1/d1ab2db6-3e1c-47ef-8ff1-d25dc08312bd/bike/main/93_Marc_Marquez_Bike_LGZ0681.png", "secondary": null}, "helmet": {"main": "https://photos.motogp.com/riders/d/1/d1ab2db6-3e1c-47ef-8ff1-d25dc08312bd/helmet/main/93_Marc_Marquez_Helmet_LGZ0699.jpg", "secondary": null}, "number": "https://photos.motogp.com/riders/3/8/3877c550-4eba-430c-9022-0b81b0d9b91f/number/93.png", "portrait": "https://photos.motogp.com/riders/d/1/d1ab2db6-3e1c-47ef-8ff1-d25dc08312bd/portrait/93_Marc_Marquez_Rider_DS_9435-2.jpg"}}, "country": {"iso": "ES", "name": "Spain"}, "birth_city": "Cervera", "birth_date": "1993-02-17", "years_old": 30, "published": true, "legacy_id": 7444}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "surname": {"type": "string"}, "nickname": {"type": "null"}, "current_career_step": {"type": "object", "properties": {"season": {"type": "integer"}, "number": {"type": "integer"}, "sponsored_team": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "string"}, "constructor": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}}, "required": ["id", "legacy_id", "name"]}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "color": {"type": "string"}, "text_color": {"type": "string"}, "picture": {"type": "string"}, "published": {"type": "boolean"}}, "required": ["color", "constructor", "id", "legacy_id", "name", "picture", "published", "text_color"]}, "category": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}}, "required": ["id", "legacy_id", "name"]}, "in_grid": {"type": "boolean"}, "short_nickname": {"type": "string"}, "current": {"type": "boolean"}, "pictures": {"type": "object", "properties": {"profile": {"type": "object", "properties": {"main": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["main", "secondary"]}, "bike": {"type": "object", "properties": {"main": {"type": "string"}, "secondary": {"type": "null"}}, "required": ["main", "secondary"]}, "helmet": {"type": "object", "properties": {"main": {"type": "string"}, "secondary": {"type": "null"}}, "required": ["main", "secondary"]}, "number": {"type": "string"}, "portrait": {"type": "string"}}, "required": ["bike", "helmet", "number", "portrait", "profile"]}}, "required": ["category", "current", "in_grid", "number", "pictures", "season", "short_nickname", "sponsored_team", "team"]}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}}, "required": ["iso", "name"]}, "birth_city": {"type": "string"}, "birth_date": {"type": "string"}, "years_old": {"type": "integer"}, "published": {"type": "boolean"}, "legacy_id": {"type": "integer"}}, "required": ["birth_city", "birth_date", "country", "current_career_step", "id", "legacy_id", "name", "nickname", "published", "surname", "years_old"]}}}, "required": ["data", "status"]}
8d14a6f2-09d1-4bd8-990f-84027cefc8cf/0e894120-5ab4-48cb-ac23-88cec84eaed0/0/0
MotoGP
MotoGP API that gives you in-depth stats/summary and detailed information about all riders and teams. The only API you'll ever need.
7.6
Get all categories from an event [Category is required to get race data]
Get all categories from an event [Category is required to get race data]
200
New Example
{"status": "success", "data": [{"id": "df77971c-1f58-4cbd-911f-cf2391fd57e3", "name": "GRANDE PR\u00c9MIO DE PORTUGAL", "sponsored_name": "Grande Pr\u00e9mio TISSOT de Portugal ", "date_start": "2023-03-24", "date_end": "2023-03-26", "country": {"iso": "PT", "name": "Portugal", "region_iso": ""}, "legacy_id": [], "circuit": {"id": "912a9d7f-2864-4311-bebb-19851e9c2620", "name": "Aut\u00f3dromo Internacional do Algarve", "legacy_id": 109, "place": "Portimao", "nation": "POR"}, "event_files": {"circuit_information": {"url": "https://resources.motogp.com/files/results/2023/POR/CircuitInformation.pdf", "menu_position": 1}, "podiums": {"url": "", "menu_position": 2}, "pole_positions": {"url": "https://resources.motogp.com/files/results/2023/POR/PolePositions.pdf", "menu_position": 2}, "nations_statistics": {"url": "", "menu_position": 2}, "riders_all_time": {"url": "", "menu_position": 2}}, "test": false, "short_name": "POR"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "sponsored_name": {"type": "string"}, "date_start": {"type": "string"}, "date_end": {"type": "string"}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "region_iso": {"type": "string"}}, "required": ["iso", "name", "region_iso"]}, "legacy_id": {"type": "array"}, "circuit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "place": {"type": "string"}, "nation": {"type": "string"}}, "required": ["id", "legacy_id", "name", "nation", "place"]}, "event_files": {"type": "object", "properties": {"circuit_information": {"type": "object", "properties": {"url": {"type": "string"}, "menu_position": {"type": "integer"}}, "required": ["menu_position", "url"]}, "podiums": {"type": "object", "properties": {"url": {"type": "string"}, "menu_position": {"type": "integer"}}, "required": ["menu_position", "url"]}, "pole_positions": {"type": "object", "properties": {"url": {"type": "string"}, "menu_position": {"type": "integer"}}, "required": ["menu_position", "url"]}, "nations_statistics": {"type": "object", "properties": {"url": {"type": "string"}, "menu_position": {"type": "integer"}}, "required": ["menu_position", "url"]}, "riders_all_time": {"type": "object", "properties": {"url": {"type": "string"}, "menu_position": {"type": "integer"}}, "required": ["menu_position", "url"]}}, "required": ["circuit_information", "nations_statistics", "podiums", "pole_positions", "riders_all_time"]}, "test": {"type": "boolean"}, "short_name": {"type": "string"}}, "required": ["circuit", "country", "date_end", "date_start", "event_files", "id", "legacy_id", "name", "short_name", "sponsored_name", "test"]}}}, "required": ["data", "status"]}
8d14a6f2-09d1-4bd8-990f-84027cefc8cf/8c5d1f16-f314-4590-87c1-6af9bdfa10d9/0/0
MotoGP
MotoGP API that gives you in-depth stats/summary and detailed information about all riders and teams. The only API you'll ever need.
7.6
Get all available seasons
Get all available seasons
200
New Example
{"status": "success", "data": [{"id": "48a85853-e524-48ac-ab49-72d87c740ccf", "year": "1949", "current": false}, {"id": "6abe9af2-b035-40d5-8a31-2bb89b46921e", "year": "1950", "current": false}, {"id": "364e6092-e3ce-4683-a1ab-e136160961f1", "year": "1951", "current": false}, {"id": "4a21efaf-d2f3-455a-ac0f-a24c78d4b406", "year": "1952", "current": false}, {"id": "33e39b30-a6da-4a41-98e6-2b192967db7e", "year": "1953", "current": false}, {"id": "f2816c6f-1120-4ed6-b1a7-b06c38a2c0b7", "year": "1954", "current": false}, {"id": "8209a1a7-cc6c-4fdc-9b76-5d9b85c3b496", "year": "1955", "current": false}, {"id": "4b289354-ed22-4b67-82b9-83ad629bc272", "year": "1956", "current": false}, {"id": "b7027afc-57cd-4c65-9f8d-acc3ab901deb", "year": "1957", "current": false}, {"id": "cadb46a5-554c-40c8-8166-574013cb1bc3", "year": "1958", "current": false}, {"id": "67a8377a-f6ec-468a-b155-00401f19757d", "year": "1959", "current": false}, {"id": "735cd318-6541-4dce-8553-5c4598be8057", "year": "1960", "current": false}, {"id": "30dabede-72d8-4e66-94b0-afc0b8a66ab5", "year": "1961", "current": false}, {"id": "185d8a97-14bc-4210-bb26-04940e7dfbde", "year": "1962", "current": false}, {"id": "9454ba4b-88de-4115-a03a-f0d4f52a3418", "year": "1963", "current": false}, {"id": "7e4b369d-75ee-4848-b73b-26f05afa1938", "year": "1964", "current": false}, {"id": "f166643b-43d7-44f5-bec8-8230a369f39a", "year": "1965", "current": false}, {"id": "90e5e6c4-b615-41de-b006-f9f6944a860f", "year": "1966", "current": false}, {"id": "fbdf5236-74c8-44d5-b17d-73cacc9fb526", "year": "1967", "current": false}, {"id": "5e7d391b-5f54-4bb3-9ca2-5cf2a1f0cb3f", "year": "1968", "current": false}, {"id": "b9ca8b8c-0337-4993-ba31-586ace935dff", "year": "1969", "current": false}, {"id": "a2443ae2-8f02-4676-8135-13a5ed7ed7ae", "year": "1970", "current": false}, {"id": "4727dc91-3b40-4a8d-a8de-dc4093880676", "year": "1971", "current": false}, {"id": "34ea67ea-319e-4134-aa46-2c6932daaa25", "year": "1972", "current": false}, {"id": "404783e6-4a4d-4b65-99a9-f62b214c329a", "year": "1973", "current": false}, {"id": "b2760c00-68e2-4f7e-b47f-813d1ed7997a", "year": "1974", "current": false}, {"id": "1b972e33-eee6-418e-9887-85df0df68e96", "year": "1975", "current": false}, {"id": "e9e748ee-8e65-43ba-bb11-f61e4ca3562f", "year": "1976", "current": false}, {"id": "3a589fa5-a4d8-411e-8db0-fdeec546900a", "year": "1977", "current": false}, {"id": "279353d1-4457-433c-aa3a-f755e9d92978", "year": "1978", "current": false}, {"id": "119f551e-7dd2-4b59-89d1-e05e1d4d87b7", "year": "1979", "current": false}, {"id": "4202a64e-170f-4ddb-a44e-127724e5a43b", "year": "1980", "current": false}, {"id": "257d741e-4335-4b55-8229-cc1a9497e7b4", "year": "1981", "current": false}, {"id": "bfeeffc7-e21b-439d-ab92-e805f1255f6c", "year": "1982", "current": false}, {"id": "21078a07-927b-43e2-8b80-3704e9e2403f", "year": "1983", "current": false}, {"id": "f89decce-a9dc-4300-8555-1619b853b167", "year": "1984", "current": false}, {"id": "8a9c91c3-d897-4b31-a104-5b99f2a14e1c", "year": "1985", "current": false}, {"id": "deeebabf-2d63-47b9-b2e8-d3314f086010", "year": "1986", "current": false}, {"id": "0a5a5b2e-b609-413f-822e-4d19ec823ad0", "year": "1987", "current": false}, {"id": "53543729-a960-4044-817d-87eccf3974a7", "year": "1988", "current": false}, {"id": "9827c23c-3f53-446f-a957-4042d2883049", "year": "1989", "current": false}, {"id": "c9ca5fc0-4626-4d26-b166-0ccbe5ce5783", "year": "1990", "current": false}, {"id": "53c23392-3032-4cc1-8267-10f4a24270f0", "year": "1991", "current": false}, {"id": "0d7acc63-ee4c-4c68-8b93-07d2e022841b", "year": "1992", "current": false}, {"id": "353a3a27-4d5c-4664-a70b-37b6c33f7917", "year": "1993", "current": false}, {"id": "28c20c27-2828-4325-86a8-cb299563738f", "year": "1994", "current": false}, {"id": "897ad7b4-1212-481b-8817-b896450e4dc9", "year": "1995", "current": false}, {"id": "32fb147a-2f3c-4371-8905-cc808ba775ac", "year": "1996", "current": false}, {"id": "70640ea9-ac2f-465e-bce8-2fd24210c603", "year": "1997", "current": false}, {"id": "de3c92fc-59a0-4c95-bd03-7357a5b990e5", "year": "1998", "current": false}, {"id": "34bc1b9d-776a-47fc-b347-d7196c21050b", "year": "1999", "current": false}, {"id": "7e358752-7d81-4ede-9041-83bfc90c719e", "year": "2000", "current": false}, {"id": "a684e614-ae80-4db8-8059-3e3dc789da72", "year": "2001", "current": false}, {"id": "7a3e7b90-6fc6-4e41-aaf0-f0605c7670ba", "year": "2002", "current": false}, {"id": "dca5bff0-3d67-4a5d-8977-5b9a4d51dafd", "year": "2003", "current": false}, {"id": "7812f371-0129-44f7-8b20-b55e502de0bd", "year": "2004", "current": false}, {"id": "90b2e08d-82f3-4612-8207-08056f783797", "year": "2005", "current": false}, {"id": "e16c480e-5f6e-46f8-87ef-3e0999501807", "year": "2006", "current": false}, {"id": "bd62899b-fa95-479d-a0af-9b278aeb6744", "year": "2007", "current": false}, {"id": "50b61484-764a-4beb-aa5d-d9433c2c58af", "year": "2008", "current": false}, {"id": "c6325a9b-165c-4bac-b800-eb769e5794e9", "year": "2009", "current": false}, {"id": "daf6f8a3-114d-4247-9aa1-c8cbb3c9eecf", "year": "2010", "current": false}, {"id": "72884cb9-83c5-4961-a627-44af4247e0e8", "year": "2011", "current": false}, {"id": "bf048571-d5e4-4595-8000-ada727073a20", "year": "2012", "current": false}, {"id": "1b84492d-79d4-4cd2-aeb1-678d2a685652", "year": "2013", "current": false}, {"id": "3361798d-681a-4356-bdb5-dbbd080c15f7", "year": "2014", "current": false}, {"id": "ed8e0d42-3744-47f8-8006-7f5ef85dc071", "year": "2015", "current": false}, {"id": "36de89f5-da24-4318-a954-0be559c80827", "year": "2016", "current": false}, {"id": "a21dd3d7-2dba-41e2-9b1a-dfcb433db106", "year": "2017", "current": false}, {"id": "f04b3582-04a2-4ac5-aa88-363db06ff407", "year": "2018", "current": false}, {"id": "836ea7bf-23f4-485b-bcbb-ef628a2a06e5", "year": "2019", "current": false}, {"id": "6dd91a65-231d-4a01-b7d0-ccab8dd0f16f", "year": "2020", "current": false}, {"id": "4e3a7ea8-01ef-42eb-bdb1-8d7f310d789a", "year": "2021", "current": false}, {"id": "3cbdf43f-a646-422e-99a2-d0d3a3fa9ed7", "year": "2022", "current": false}, {"id": "ca112120-df74-46be-b8db-de7336645bc7", "year": "2023", "current": true}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "string"}, "current": {"type": "boolean"}}, "required": ["current", "id", "year"]}}}, "required": ["data", "status"]}
d336e828-0623-4c98-bdf9-e50a903ce728/0918a528-cb08-4fdf-810c-3b6c47afb97d/0/0
Current Disc Golf World Rankings
an API that returns current Disc Golf World Rankings. Data includes player name, dominance index, and udisclive.com profile. Includes male and female disc golf players.
0.1
Get Womens's Rankings
This endpoint will return back data from the DGPT including player name, rank, rating, & udisclive.com profile URL.
200
Response
[{"name": "Kristin Tattar", "rank": "1", "dominace_index": "98.12", "profile": "https://udisclive.com/players/kristintattar"}, {"name": "Paige Pierce", "rank": "2", "dominace_index": "61.01", "profile": "https://udisclive.com/players/paigepierce"}, {"name": "Catrina Allen", "rank": "3 ", "dominace_index": "59.25", "profile": "https://udisclive.com/players/catrinaallen"}, {"name": "Valerie Mandujano", "rank": "4 ", "dominace_index": "40.69", "profile": "https://udisclive.com/players/valeriemandujano"}, {"name": "Hailey King", "rank": "5", "dominace_index": "38.08", "profile": "https://udisclive.com/players/haileyking"}, {"name": "Missy Gannon", "rank": "6 ", "dominace_index": "35.81", "profile": "https://udisclive.com/players/missygannon"}, {"name": "Ohn Scoggins", "rank": "7 ", "dominace_index": "35.67", "profile": "https://udisclive.com/players/ohnscoggins"}, {"name": "Eveliina Salonen", "rank": "8 ", "dominace_index": "32.75", "profile": "https://udisclive.com/players/eveliinasalonen"}, {"name": "Ella Hansen", "rank": "9", "dominace_index": "24.22", "profile": "https://udisclive.com/players/ellahansen"}, {"name": "Henna Blomroos", "rank": "10", "dominace_index": "22.47", "profile": "https://udisclive.com/players/hennablomroos"}, {"name": "Sarah Hokom", "rank": "11", "dominace_index": "22.11", "profile": "https://udisclive.com/players/sarahhokom"}, {"name": "Maria Oliva", "rank": "12", "dominace_index": "15.22", "profile": "https://udisclive.com/players/mariaoliva"}, {"name": "Alexis Mandujano", "rank": "13", "dominace_index": "13.70", "profile": "https://udisclive.com/players/alexismandujano"}, {"name": "Jennifer Allen", "rank": "14", "dominace_index": "13.62", "profile": "https://udisclive.com/players/jenniferallen"}, {"name": "Natalie Ryan", "rank": "15", "dominace_index": "13.55", "profile": "https://udisclive.com/players/natalieryan"}, {"name": "Kat Mertsch", "rank": "16", "dominace_index": "12.82", "profile": "https://udisclive.com/players/kathrynmertsch"}, {"name": "Holyn Handley", "rank": "17", "dominace_index": "12.67", "profile": "https://udisclive.com/players/holynhandley"}, {"name": "Macie Velediaz", "rank": "18", "dominace_index": "12.44", "profile": "https://udisclive.com/players/macievelediaz"}, {"name": "Heidi Laine", "rank": "19", "dominace_index": "12.05", "profile": "https://udisclive.com/players/heidilaine"}, {"name": "Juliana Korver", "rank": "20", "dominace_index": "11.87", "profile": "https://udisclive.com/players/julianakorver"}, {"name": "Rebecca Cox", "rank": "21", "dominace_index": "11.20", "profile": "https://udisclive.com/players/rebeccacox"}, {"name": "Emily Beach", "rank": "22", "dominace_index": "10.78", "profile": "https://udisclive.com/players/emilybeach"}, {"name": "Jessica Weese", "rank": "23", "dominace_index": "9.50 ", "profile": "https://udisclive.com/players/jessicaweese"}, {"name": "Heather Young", "rank": "24", "dominace_index": "9.40", "profile": "https://udisclive.com/players/heatheryoung"}, {"name": "Madison Walker", "rank": "25", "dominace_index": "8.52 ", "profile": "https://udisclive.com/players/madisonwalker"}, {"name": "Lisa Fajkus", "rank": "26", "dominace_index": "8.09 ", "profile": "https://udisclive.com/players/lisafajkus"}, {"name": "Aria Castruita", "rank": "27", "dominace_index": "6.49", "profile": "https://udisclive.com/players/ariacastruita"}, {"name": "Kona Star Panis", "rank": "28", "dominace_index": "6.33 ", "profile": "https://udisclive.com/players/konastarpanis"}, {"name": "Keiti T\u00e4tte", "rank": "29", "dominace_index": "5.23 ", "profile": "https://udisclive.com/players/keitit\u00e4tte"}, {"name": "Vanessa Van Dyken", "rank": "30", "dominace_index": "5.17 ", "profile": "https://udisclive.com/players/vanessavandyken"}, {"name": "Ellen Widboom", "rank": "31", "dominace_index": "4.58 ", "profile": "https://udisclive.com/players/ellenwidboom"}, {"name": "Stephanie Vincent", "rank": "32", "dominace_index": "4.49", "profile": "https://udisclive.com/players/stephanievincent"}, {"name": "Deann Carey", "rank": "33", "dominace_index": "4.35 ", "profile": "https://udisclive.com/players/deanndonaldson"}, {"name": "Stacie Hass", "rank": "34", "dominace_index": "4.20 ", "profile": "https://udisclive.com/players/staciehass"}, {"name": "Holly Finley", "rank": "35", "dominace_index": "4.19 ", "profile": "https://udisclive.com/players/hollyfinley"}, {"name": "Lykke Lorentzen", "rank": "36", "dominace_index": "4.07", "profile": "https://udisclive.com/players/lykkesandvik"}, {"name": "Alex Benson", "rank": "37", "dominace_index": "3.96 ", "profile": "https://udisclive.com/players/alexbenson"}, {"name": "Stacie Rawnsley", "rank": "38", "dominace_index": "3.85 ", "profile": "https://udisclive.com/players/stacierawnsley"}, {"name": "Jenni Engstr\u00f6m", "rank": "39", "dominace_index": "3.76 ", "profile": "https://udisclive.com/players/jennieskelinen"}, {"name": "Sarah Gilpin", "rank": "40", "dominace_index": "3.58 ", "profile": "https://udisclive.com/players/sarahgilpin"}, {"name": "Cynthia Ricciotti", "rank": "41", "dominace_index": "3.02 ", "profile": "https://udisclive.com/players/cynthiaricciotti"}, {"name": "Callie McMorran", "rank": "42", "dominace_index": "2.96 ", "profile": "https://udisclive.com/players/calliemcmorran"}, {"name": "Chloe Alice", "rank": "43", "dominace_index": "2.86 ", "profile": "https://udisclive.com/players/chloealice"}, {"name": "Christine Jennings", "rank": "44", "dominace_index": "2.85 ", "profile": "https://udisclive.com/players/christinejennings"}, {"name": "Casey Pennington", "rank": "45", "dominace_index": "2.73", "profile": "https://udisclive.com/players/caseypennington"}, {"name": "Jenni Karppinen", "rank": "46", "dominace_index": "2.68 ", "profile": "https://udisclive.com/players/jennikarppinen"}, {"name": "Des Reading", "rank": "47", "dominace_index": "2.30", "profile": "https://udisclive.com/players/desireereading"}, {"name": "Hanna Huynh", "rank": "48", "dominace_index": "2.21 ", "profile": "https://udisclive.com/players/hannahuynh"}, {"name": "Zoe Andyke", "rank": "49", "dominace_index": "2.17", "profile": "https://udisclive.com/players/zoeandyke"}, {"name": "Erika Stinchcomb", "rank": "50", "dominace_index": "2.05 ", "profile": "https://udisclive.com/players/erikastinchcomb"}, {"name": "Kristine King", "rank": "51", "dominace_index": "1.94", "profile": "https://udisclive.com/players/kristineking"}, {"name": "Lydia Lyons", "rank": "52", "dominace_index": "1.94", "profile": "https://udisclive.com/players/lydialyons"}, {"name": "Olivia Kindstedt", "rank": "53", "dominace_index": "1.90 ", "profile": "https://udisclive.com/players/oliviakindstedt"}, {"name": "Raven Klein", "rank": "54", "dominace_index": "1.83 ", "profile": "https://udisclive.com/players/ravenklein"}, {"name": "NEWDanielle Kleidon", "rank": "55", "dominace_index": "1.74 ", "profile": "https://udisclive.com/players/daniellekleidon"}, {"name": "Jenna Hirsim\u00e4ki", "rank": "56", "dominace_index": "1.73", "profile": "https://udisclive.com/players/jennahirsim\u00e4ki"}, {"name": "NEWAnni M\u00e4kel\u00e4", "rank": "57", "dominace_index": "1.66 ", "profile": "https://udisclive.com/players/annim\u00e4kel\u00e4"}, {"name": "Tiger Borth", "rank": "58", "dominace_index": "1.50 ", "profile": "https://udisclive.com/players/tigerborth"}, {"name": "Tinja V\u00e4is\u00e4nen", "rank": "59", "dominace_index": "1.43", "profile": "https://udisclive.com/players/tinjav\u00e4is\u00e4nen"}, {"name": "Melody Castruita", "rank": "60", "dominace_index": "1.35", "profile": "https://udisclive.com/players/melodycastruita"}, {"name": "Tiina Korve", "rank": "61", "dominace_index": "1.35", "profile": "https://udisclive.com/players/tiinakorve"}, {"name": "Hannah McBeth", "rank": "62", "dominace_index": "1.29", "profile": "https://udisclive.com/players/hannahmcbeth"}, {"name": "Lori Merriman", "rank": "63", "dominace_index": "1.29 ", "profile": "https://udisclive.com/players/lorimerriman"}, {"name": "Katelyn Belty", "rank": "64", "dominace_index": "1.29", "profile": "https://udisclive.com/players/katelynbelty"}, {"name": "Lindsay Fish", "rank": "65", "dominace_index": "1.23 ", "profile": "https://udisclive.com/players/lindsayfish"}, {"name": "Sandra Richardson", "rank": "66", "dominace_index": "1.20 ", "profile": "https://udisclive.com/players/sandrarichardson"}, {"name": "Courtney Cannon", "rank": "67", "dominace_index": "1.20", "profile": "https://udisclive.com/players/courtneycannon"}, {"name": "Leah Tsinajinnie", "rank": "68", "dominace_index": "1.06 ", "profile": "https://udisclive.com/players/leahtsinajinnie"}, {"name": "Alyssa Pierson", "rank": "69", "dominace_index": "1.06 ", "profile": "https://udisclive.com/players/alyssapierson"}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rank": {"type": "string"}, "dominace_index": {"type": "string"}, "profile": {"type": "string"}}}}
d336e828-0623-4c98-bdf9-e50a903ce728/dba2c94e-d6f2-4786-b1ef-4f7c9ac9fb6a/0/0
Current Disc Golf World Rankings
an API that returns current Disc Golf World Rankings. Data includes player name, dominance index, and udisclive.com profile. Includes male and female disc golf players.
0.1
Get Men's Rankings
This endpoint will return back data from the DGPT including player name, rank, rating, & udisclive.com profile URL.
200
Response
[{"name": "Ricky Wysocki", "rank": "1", "dominace_index": "65.83", "profile": "https://udisclive.com/players/richardwysocki"}, {"name": "Chris Dickerson", "rank": "2", "dominace_index": "62.80", "profile": "https://udisclive.com/players/chrisdickerson"}, {"name": "Eagle McMahon", "rank": "3", "dominace_index": "56.24", "profile": "https://udisclive.com/players/eaglemcmahon"}, {"name": "Calvin Heimburg", "rank": "4", "dominace_index": "43.23", "profile": "https://udisclive.com/players/calvinheimburg"}, {"name": "Paul McBeth", "rank": "5", "dominace_index": "41.57", "profile": "https://udisclive.com/players/paulmcbeth"}, {"name": "Simon Lizotte", "rank": "6", "dominace_index": "38.05", "profile": "https://udisclive.com/players/simonlizotte"}, {"name": "Gannon Buhr", "rank": "7 ", "dominace_index": "32.75", "profile": "https://udisclive.com/players/gannonbuhr"}, {"name": "Matthew Orum", "rank": "8 ", "dominace_index": "31.54", "profile": "https://udisclive.com/players/mattheworum"}, {"name": "Kyle Klein", "rank": "9 ", "dominace_index": "28.32", "profile": "https://udisclive.com/players/kyleklein"}, {"name": "Isaac Robinson", "rank": "10", "dominace_index": "26.40", "profile": "https://udisclive.com/players/isaacrobinson"}, {"name": "James Conrad", "rank": "11", "dominace_index": "23.71", "profile": "https://udisclive.com/players/jamesconrad"}, {"name": "Joel Freeman", "rank": "12", "dominace_index": "22.92", "profile": "https://udisclive.com/players/joelfreeman"}, {"name": "Bradley Williams", "rank": "13", "dominace_index": "22.66", "profile": "https://udisclive.com/players/bradleywilliams"}, {"name": "Adam Hammes", "rank": "14", "dominace_index": "21.77", "profile": "https://udisclive.com/players/adamhammes"}, {"name": "Garrett Gurthie", "rank": "15", "dominace_index": "21.44", "profile": "https://udisclive.com/players/garrettgurthie"}, {"name": "Drew Gibson", "rank": "16", "dominace_index": "21.00", "profile": "https://udisclive.com/players/drewgibson"}, {"name": "Nate Sexton", "rank": "17", "dominace_index": "19.67", "profile": "https://udisclive.com/players/nathansexton"}, {"name": "Kevin Jones", "rank": "18", "dominace_index": "18.65", "profile": "https://udisclive.com/players/kevinjones"}, {"name": "Chris Clemons", "rank": "19", "dominace_index": "17.80", "profile": "https://udisclive.com/players/chrisclemons"}, {"name": "Corey Ellis", "rank": "20", "dominace_index": "17.14", "profile": "https://udisclive.com/players/coreyellis"}, {"name": "Lauri Lehtinen", "rank": "21", "dominace_index": "16.28", "profile": "https://udisclive.com/players/laurilehtinen"}, {"name": "Cale Leiviska", "rank": "22", "dominace_index": "15.55", "profile": "https://udisclive.com/players/caleleiviska"}, {"name": "Anthony Barela", "rank": "23", "dominace_index": "15.47", "profile": "https://udisclive.com/players/anthonybarela"}, {"name": "Nikko Locastro", "rank": "24", "dominace_index": "15.38", "profile": "https://udisclive.com/players/nikkolocastro"}, {"name": "Albert Tamm", "rank": "25", "dominace_index": "15.08", "profile": "https://udisclive.com/players/alberttamm"}, {"name": "Ezra Aderhold", "rank": "26", "dominace_index": "14.90", "profile": "https://udisclive.com/players/ezraaderhold"}, {"name": "Niklas Anttila", "rank": "27", "dominace_index": "14.66", "profile": "https://udisclive.com/players/niklasanttila"}, {"name": "Aaron Gossage", "rank": "28", "dominace_index": "14.53", "profile": "https://udisclive.com/players/aarongossage"}, {"name": "Alden Harris", "rank": "29", "dominace_index": "13.99", "profile": "https://udisclive.com/players/aldenharris"}, {"name": "Gregg Barsby", "rank": "30", "dominace_index": "13.98", "profile": "https://udisclive.com/players/greggbarsby"}, {"name": "V\u00e4in\u00f6 M\u00e4kel\u00e4", "rank": "31", "dominace_index": "13.83", "profile": "https://udisclive.com/players/v\u00e4in\u00f6m\u00e4kel\u00e4"}, {"name": "Emerson Keith", "rank": "32", "dominace_index": "13.78", "profile": "https://udisclive.com/players/emersonkeith"}, {"name": "Mason Ford", "rank": "33", "dominace_index": "12.99", "profile": "https://udisclive.com/players/masonford"}, {"name": "Gavin Rathbun", "rank": "34", "dominace_index": "12.84", "profile": "https://udisclive.com/players/gavinrathbun"}, {"name": "Andrew Marwede", "rank": "35", "dominace_index": "12.01", "profile": "https://udisclive.com/players/andrewmarwede"}, {"name": "Jeremy Koling", "rank": "36", "dominace_index": "11.85", "profile": "https://udisclive.com/players/jeremykoling"}, {"name": "Austin Hannum", "rank": "37", "dominace_index": "11.77", "profile": "https://udisclive.com/players/austinhannum"}, {"name": "Thomas Gilbert", "rank": "38", "dominace_index": "11.28", "profile": "https://udisclive.com/players/thomasgilbert"}, {"name": "Andrew Presnell", "rank": "39", "dominace_index": "11.24", "profile": "https://udisclive.com/players/andrewpresnell"}, {"name": "Cole Redalen", "rank": "40", "dominace_index": "11.23", "profile": "https://udisclive.com/players/coleredalen"}, {"name": "Seppo Paju", "rank": "41", "dominace_index": "10.64", "profile": "https://udisclive.com/players/seppopaju"}, {"name": "Chandler Fry", "rank": "42", "dominace_index": "10.53", "profile": "https://udisclive.com/players/chandlerfry"}, {"name": "Matt Bell", "rank": "43", "dominace_index": "10.11", "profile": "https://udisclive.com/players/mattbell"}, {"name": "Connor O'Reilly", "rank": "44", "dominace_index": "9.95 ", "profile": "https://udisclive.com/players/connoro'reilly"}, {"name": "Ezra Robinson", "rank": "45", "dominace_index": "9.71 ", "profile": "https://udisclive.com/players/ezrarobinson"}, {"name": "Scott Withers", "rank": "46", "dominace_index": "9.59", "profile": "https://udisclive.com/players/scottwithers"}, {"name": "Jesse Nieminen", "rank": "47", "dominace_index": "9.45 ", "profile": "https://udisclive.com/players/jessenieminen"}, {"name": "James Proctor", "rank": "48", "dominace_index": "9.20 ", "profile": "https://udisclive.com/players/jamesproctor"}, {"name": "Alex Russell", "rank": "49", "dominace_index": "8.98 ", "profile": "https://udisclive.com/players/alexrussell"}, {"name": "Linus Carlsson", "rank": "50", "dominace_index": "8.73", "profile": "https://udisclive.com/players/linuscarlsson"}, {"name": "Luke Humphries", "rank": "51", "dominace_index": "8.72", "profile": "https://udisclive.com/players/lukehumphries"}, {"name": "Ben Callaway", "rank": "52", "dominace_index": "8.64 ", "profile": "https://udisclive.com/players/bencallaway"}, {"name": "Casey White", "rank": "53", "dominace_index": "8.33 ", "profile": "https://udisclive.com/players/caseywhite"}, {"name": "Terry Rothlisberger", "rank": "54", "dominace_index": "8.22", "profile": "https://udisclive.com/players/terryrothlisberger"}, {"name": "Raven Newsom", "rank": "55", "dominace_index": "8.13 ", "profile": "https://udisclive.com/players/ravennewsom"}, {"name": "Paul Ulibarri", "rank": "56", "dominace_index": "8.13 ", "profile": "https://udisclive.com/players/paululibarri"}, {"name": "Michael Johansen", "rank": "57", "dominace_index": "8.03", "profile": "https://udisclive.com/players/michaeljohansen"}, {"name": "Knut Valen H\u00e5land", "rank": "58", "dominace_index": "7.66", "profile": "https://udisclive.com/players/knutvalenh\u00e5land"}, {"name": "Andrew Fish", "rank": "59", "dominace_index": "7.64 ", "profile": "https://udisclive.com/players/andrewfish"}, {"name": "Joona Hein\u00e4nen", "rank": "60", "dominace_index": "7.40 ", "profile": "https://udisclive.com/players/joonahein\u00e4nen"}, {"name": "Jake Hebenheimer", "rank": "61", "dominace_index": "7.39", "profile": "https://udisclive.com/players/jakehebenheimer"}, {"name": "Nathan Queen", "rank": "62", "dominace_index": "7.16", "profile": "https://udisclive.com/players/nathanqueen"}, {"name": "Brodie Smith", "rank": "63", "dominace_index": "7.10 ", "profile": "https://udisclive.com/players/brodiesmith"}, {"name": "Zackeriath Johnson", "rank": "64", "dominace_index": "6.94 ", "profile": "https://udisclive.com/players/zackeriathjohnson"}, {"name": "Mikael H\u00e4me", "rank": "65", "dominace_index": "6.83 ", "profile": "https://udisclive.com/players/mikaelh\u00e4me"}, {"name": "Gavin Babcock", "rank": "66", "dominace_index": "6.61 ", "profile": "https://udisclive.com/players/gavinbabcock"}, {"name": "Paul Oman", "rank": "67", "dominace_index": "6.53 ", "profile": "https://udisclive.com/players/pauloman"}, {"name": "Evan Scott", "rank": "68", "dominace_index": "6.49 ", "profile": "https://udisclive.com/players/evanscott"}, {"name": "Colten Montgomery", "rank": "69", "dominace_index": "6.35 ", "profile": "https://udisclive.com/players/coltenmontgomery"}, {"name": "Philo Brathwaite", "rank": "70", "dominace_index": "6.34", "profile": "https://udisclive.com/players/philobrathwaite"}, {"name": "Eric Oakley", "rank": "71", "dominace_index": "6.29 ", "profile": "https://udisclive.com/players/ericoakley"}, {"name": "Logan Harpool", "rank": "72", "dominace_index": "6.29 ", "profile": "https://udisclive.com/players/loganharpool"}, {"name": "Chandler Kramer", "rank": "73", "dominace_index": "6.29 ", "profile": "https://udisclive.com/players/chandlerkramer"}, {"name": "GT Hancock", "rank": "74", "dominace_index": "6.21 ", "profile": "https://udisclive.com/players/gthancock"}, {"name": "Luke Samson", "rank": "75", "dominace_index": "6.14 ", "profile": "https://udisclive.com/players/lukesamson"}, {"name": "Kristian Kuoksa", "rank": "76", "dominace_index": "6.13 ", "profile": "https://udisclive.com/players/kristiankuoksa"}, {"name": "Ty Love", "rank": "77", "dominace_index": "5.94 ", "profile": "https://udisclive.com/players/tylove"}, {"name": "Daniel Davidsson", "rank": "78", "dominace_index": "5.89 ", "profile": "https://udisclive.com/players/danieldavidsson"}, {"name": "Oskari Vikstr\u00f6m", "rank": "79", "dominace_index": "5.70 ", "profile": "https://udisclive.com/players/oskarivikstr\u00f6m"}, {"name": "AJ Carey", "rank": "80", "dominace_index": "5.59 ", "profile": "https://udisclive.com/players/ajcarey"}, {"name": "Tuomas Hyyti\u00e4inen", "rank": "81", "dominace_index": "5.55 ", "profile": "https://udisclive.com/players/tuomashyyti\u00e4inen"}, {"name": "Tim Barham", "rank": "82", "dominace_index": "5.53 ", "profile": "https://udisclive.com/players/timbarham"}, {"name": "Silver L\u00e4tt", "rank": "83", "dominace_index": "5.42 ", "profile": "https://udisclive.com/players/silverl\u00e4tt"}, {"name": "Ville Ahokas", "rank": "84", "dominace_index": "5.36", "profile": "https://udisclive.com/players/villeahokas"}, {"name": "Samuel H\u00e4nninen", "rank": "85", "dominace_index": "5.21 ", "profile": "https://udisclive.com/players/samuelh\u00e4nninen"}, {"name": "Joonatan H\u00e4me", "rank": "86", "dominace_index": "5.18 ", "profile": "https://udisclive.com/players/joonatanh\u00e4me"}, {"name": "Joonas Aalto", "rank": "87", "dominace_index": "4.89 ", "profile": "https://udisclive.com/players/joonasaalto"}, {"name": "Noah Fiveash", "rank": "88", "dominace_index": "4.69 ", "profile": "https://udisclive.com/players/noahfiveash"}, {"name": "Reid Frescura", "rank": "89", "dominace_index": "4.61", "profile": "https://udisclive.com/players/reidfrescura"}, {"name": "Severi Saviniemi", "rank": "90", "dominace_index": "4.56 ", "profile": "https://udisclive.com/players/severisaviniemi"}, {"name": "Max Regitnig", "rank": "91", "dominace_index": "4.43", "profile": "https://udisclive.com/players/maxregitnig"}, {"name": "Dustin Keegan", "rank": "92", "dominace_index": "4.41 ", "profile": "https://udisclive.com/players/dustinkeegan"}, {"name": "Jonathan Nicholson", "rank": "93", "dominace_index": "4.27 ", "profile": "https://udisclive.com/players/jonathannicholson"}, {"name": "Tristan Tanner", "rank": "94", "dominace_index": "4.27 ", "profile": "https://udisclive.com/players/tristantanner"}, {"name": "Zach Melton", "rank": "95", "dominace_index": "4.21 ", "profile": "https://udisclive.com/players/zachmelton"}, {"name": "Jordan Castro", "rank": "96", "dominace_index": "4.19 ", "profile": "https://udisclive.com/players/jordancastro"}, {"name": "Bartosz Kowalewski", "rank": "97", "dominace_index": "4.19 ", "profile": "https://udisclive.com/players/bartkowalewski"}, {"name": "Clint Calvin", "rank": "98", "dominace_index": "4.15", "profile": "https://udisclive.com/players/clintcalvin"}, {"name": "John Willis", "rank": "99", "dominace_index": "3.96 ", "profile": "https://udisclive.com/players/johnbryanwillisii"}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rank": {"type": "string"}, "dominace_index": {"type": "string"}, "profile": {"type": "string"}}}}
6a49d53b-d9e7-40ff-809d-96978ea946cb/3b3ebad4-a9c0-4e5a-9f0f-23eeb25d674d/0/0
Football API
Get all matches daily in many leagues with real time scores and more informations.
null
all matches
all matches info
200
New Example
{"leagues": [{"ccode": "INT", "id": 881523, "primaryId": 50, "name": "EURO Qualification Grp. B", "matches": [{"id": 4044671, "leagueId": 881523, "time": "07.09.2023 20:45", "home": {"id": 6723, "score": 0, "name": "France", "longName": "France"}, "away": {"id": 5791, "score": 0, "name": "Ireland", "longName": "Ireland"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T18:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694112300000}, {"id": 4044615, "leagueId": 881523, "time": "07.09.2023 20:45", "home": {"id": 6708, "score": 0, "name": "Netherlands", "longName": "Netherlands"}, "away": {"id": 6383, "score": 0, "name": "Greece", "longName": "Greece"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T18:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694112300000}], "parentLeagueId": 50, "internalRank": 0, "liveRank": 1002, "simpleLeague": false}, {"ccode": "INT", "id": 881526, "primaryId": 50, "name": "EURO Qualification Grp. E", "matches": [{"id": 4044727, "leagueId": 881526, "time": "07.09.2023 20:45", "home": {"id": 8496, "score": 0, "name": "Czechia", "longName": "Czechia"}, "away": {"id": 10024, "score": 0, "name": "Albania", "longName": "Albania"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T18:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694112300000}, {"id": 4044726, "leagueId": 881526, "time": "07.09.2023 20:45", "home": {"id": 8568, "score": 0, "name": "Poland", "longName": "Poland"}, "away": {"id": 8269, "score": 0, "name": "Faroe Islands", "longName": "Faroe Islands"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T18:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694112300000}], "parentLeagueId": 50, "internalRank": 0, "liveRank": 1002, "simpleLeague": false}, {"ccode": "INT", "id": 881528, "primaryId": 50, "name": "EURO Qualification Grp. G", "matches": [{"id": 4044747, "leagueId": 881528, "time": "07.09.2023 18:00", "home": {"id": 8254, "score": 0, "name": "Lithuania", "longName": "Lithuania"}, "away": {"id": 49437, "score": 0, "name": "Montenegro", "longName": "Montenegro"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T16:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694102400000}, {"id": 4044746, "leagueId": 881528, "time": "07.09.2023 20:45", "home": {"id": 8205, "score": 0, "name": "Serbia", "longName": "Serbia"}, "away": {"id": 8565, "score": 0, "name": "Hungary", "longName": "Hungary"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T18:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694112300000}], "parentLeagueId": 50, "internalRank": 0, "liveRank": 1002, "simpleLeague": false}, {"ccode": "INT", "id": 881529, "primaryId": 50, "name": "EURO Qualification Grp. H", "matches": [{"id": 4044790, "leagueId": 881529, "time": "07.09.2023 16:00", "home": {"id": 8265, "score": 0, "name": "Kazakhstan", "longName": "Kazakhstan"}, "away": {"id": 7871, "score": 0, "name": "Finland", "longName": "Finland"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T14:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694095200000}, {"id": 4044791, "leagueId": 881529, "time": "07.09.2023 20:45", "home": {"id": 8238, "score": 0, "name": "Denmark", "longName": "Denmark"}, "away": {"id": 6035, "score": 0, "name": "San Marino", "longName": "San Marino"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T18:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694112300000}, {"id": 4044792, "leagueId": 881529, "time": "07.09.2023 20:45", "home": {"id": 5787, "score": 0, "name": "Slovenia", "longName": "Slovenia"}, "away": {"id": 10259, "score": 0, "name": "Northern Ireland", "longName": "Northern Ireland"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "5", "status": {"utcTime": "2023-09-07T18:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694112300000}], "parentLeagueId": 50, "internalRank": 0, "liveRank": 1002, "simpleLeague": false}, {"ccode": "INT", "id": 878892, "primaryId": 289, "name": "Africa Cup of Nations Qualification Grp. E", "matches": [{"id": 3876907, "leagueId": 878892, "time": "07.09.2023 18:00", "home": {"id": 6712, "score": 0, "name": "Angola", "longName": "Angola"}, "away": {"id": 5809, "score": 0, "name": "Madagascar", "longName": "Madagascar"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "6", "status": {"utcTime": "2023-09-07T16:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694102400000}, {"id": 3876910, "leagueId": 878892, "time": "07.09.2023 18:00", "home": {"id": 6714, "score": 0, "name": "Ghana", "longName": "Ghana"}, "away": {"id": 230693, "score": 0, "name": "Central African Republic", "longName": "Central African Republic"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "6", "status": {"utcTime": "2023-09-07T16:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694102400000}], "parentLeagueId": 289, "internalRank": 0, "liveRank": 99, "simpleLeague": false}, {"ccode": "INT", "id": 878893, "primaryId": 289, "name": "Africa Cup of Nations Qualification Grp. F", "matches": [{"id": 3876906, "leagueId": 878893, "time": "07.09.2023 21:00", "home": {"id": 6317, "score": 0, "name": "Algeria", "longName": "Algeria"}, "away": {"id": 7941, "score": 0, "name": "Tanzania", "longName": "Tanzania"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "6", "status": {"utcTime": "2023-09-07T19:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694113200000}, {"id": 3876935, "leagueId": 878893, "time": "07.09.2023 21:00", "home": {"id": 121281, "score": 0, "name": "Niger", "longName": "Niger"}, "away": {"id": 5890, "score": 0, "name": "Uganda", "longName": "Uganda"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "6", "status": {"utcTime": "2023-09-07T19:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694113200000}], "parentLeagueId": 289, "internalRank": 0, "liveRank": 99, "simpleLeague": false}, {"ccode": "INT", "id": 878897, "primaryId": 289, "name": "Africa Cup of Nations Qualification Grp. J", "matches": [{"id": 3876922, "leagueId": 878897, "time": "07.09.2023 21:00", "home": {"id": 6719, "score": 0, "name": "Tunisia", "longName": "Tunisia"}, "away": {"id": 5887, "score": 0, "name": "Botswana", "longName": "Botswana"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "6", "status": {"utcTime": "2023-09-07T19:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694113200000}], "parentLeagueId": 289, "internalRank": 0, "liveRank": 99, "simpleLeague": false}, {"ccode": "INT", "id": 882729, "primaryId": 114, "name": "Friendlies", "matches": [{"id": 4316139, "leagueId": 882729, "time": "07.09.2023 12:30", "home": {"id": 5819, "score": 0, "name": "Iraq", "longName": "Iraq"}, "away": {"id": 6329, "score": 0, "name": "India", "longName": "India"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T10:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694082600000}, {"id": 4263074, "leagueId": 882729, "time": "07.09.2023 18:00", "home": {"id": 10150, "score": 0, "name": "Bulgaria", "longName": "Bulgaria"}, "away": {"id": 6711, "score": 0, "name": "Iran", "longName": "Iran"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T16:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694102400000}, {"id": 4119143, "leagueId": 882729, "time": "07.09.2023 19:00", "home": {"id": 8492, "score": 0, "name": "Norway", "longName": "Norway"}, "away": {"id": 5816, "score": 0, "name": "Jordan", "longName": "Jordan"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T17:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694106000000}, {"id": 4267354, "leagueId": 882729, "time": "07.09.2023 20:30", "home": {"id": 8255, "score": 0, "name": "Austria", "longName": "Austria"}, "away": {"id": 5794, "score": 0, "name": "Moldova", "longName": "Moldova"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T18:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694111400000}, {"id": 4181707, "leagueId": 882729, "time": "07.09.2023 20:45", "home": {"id": 5790, "score": 0, "name": "Wales", "longName": "Wales"}, "away": {"id": 7804, "score": 0, "name": "South Korea", "longName": "South Korea"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T18:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694112300000}], "parentLeagueId": 114, "internalRank": 0, "liveRank": 100, "simpleLeague": false}, {"ccode": "BRA", "id": 8814, "primaryId": 8814, "name": "Serie B", "matches": [{"id": 4123480, "leagueId": 8814, "time": "07.09.2023 23:30", "home": {"id": 414725, "score": 0, "name": "Tombense FC", "longName": "Tombense FC"}, "away": {"id": 109708, "score": 0, "name": "ABC", "longName": "ABC"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "27", "status": {"utcTime": "2023-09-07T21:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694122200000}], "internalRank": 9, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 882035, "primaryId": 489, "name": "Club Friendlies", "matches": [{"id": 4315935, "leagueId": 882035, "time": "07.09.2023 14:00", "home": {"id": 8165, "score": 0, "name": "1.FC N\u00fcrnberg", "longName": "1.FC N\u00fcrnberg"}, "away": {"id": 94937, "score": 0, "name": "FC Heidenheim", "longName": "FC Heidenheim"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T12:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694088000000}], "parentLeagueId": 489, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 886557, "primaryId": 9821, "name": "CONCACAF Nations League A Grp. 1", "matches": [{"id": 4258218, "leagueId": 886557, "time": "08.09.2023 00:00", "home": {"id": 7724, "score": 0, "name": "Trinidad and Tobago", "longName": "Trinidad and Tobago"}, "away": {"id": 287981, "score": 0, "name": "Curacao", "longName": "Curacao"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T22:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694124000000}, {"id": 4258208, "leagueId": 886557, "time": "08.09.2023 02:06", "home": {"id": 5922, "score": 0, "name": "Panama", "longName": "Panama"}, "away": {"id": 5859, "score": 0, "name": "Martinique", "longName": "Martinique"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-08T00:06:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694131560000}, {"id": 4258217, "leagueId": 886557, "time": "08.09.2023 04:10", "home": {"id": 5858, "score": 0, "name": "Guatemala", "longName": "Guatemala"}, "away": {"id": 6327, "score": 0, "name": "El Salvador", "longName": "El Salvador"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-08T02:10:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694139000000}], "parentLeagueId": 9821, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 886559, "primaryId": 9821, "name": "CONCACAF Nations League B Grp. 1", "matches": [{"id": 4258241, "leagueId": 886559, "time": "08.09.2023 00:00", "home": {"id": 929190, "score": 0, "name": "Sint Maarten", "longName": "Sint Maarten"}, "away": {"id": 127408, "score": 0, "name": "Saint Lucia", "longName": "Saint Lucia"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T22:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694124000000}, {"id": 4258232, "leagueId": 886559, "time": "08.09.2023 01:00", "home": {"id": 5924, "score": 0, "name": "St. Kitts and Nevis", "longName": "St. Kitts and Nevis"}, "away": {"id": 5757, "score": 0, "name": "Guadeloupe", "longName": "Guadeloupe"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T23:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694127600000}], "parentLeagueId": 9821, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 886563, "primaryId": 9821, "name": "CONCACAF Nations League C Grp. 1", "matches": [{"id": 4258281, "leagueId": 886563, "time": "07.09.2023 22:00", "home": {"id": 262132, "score": 0, "name": "Anguilla", "longName": "Anguilla"}, "away": {"id": 929189, "score": 0, "name": "Saint Martin", "longName": "Saint Martin"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T20:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694116800000}], "parentLeagueId": 9821, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 886564, "primaryId": 9821, "name": "CONCACAF Nations League C Grp. 2", "matches": [{"id": 4258291, "leagueId": 886564, "time": "08.09.2023 01:00", "home": {"id": 262136, "score": 0, "name": "U.S. Virgin Islands", "longName": "U.S. Virgin Islands"}, "away": {"id": 287982, "score": 0, "name": "Cayman Islands", "longName": "Cayman Islands"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T23:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694127600000}], "parentLeagueId": 9821, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 883829, "primaryId": 10437, "name": "EURO U21 Qualification Grp. A", "matches": [{"id": 4120560, "leagueId": 883829, "time": "07.09.2023 18:00", "home": {"id": 5840, "score": 0, "name": "San Marino U21", "longName": "San Marino U21"}, "away": {"id": 5830, "score": 0, "name": "Norway U21", "longName": "Norway U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T16:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694102400000}], "parentLeagueId": 10437, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 883830, "primaryId": 10437, "name": "EURO U21 Qualification Grp. B", "matches": [{"id": 4120555, "leagueId": 883830, "time": "07.09.2023 17:45", "home": {"id": 5838, "score": 0, "name": "Hungary U21", "longName": "Hungary U21"}, "away": {"id": 2131, "score": 0, "name": "Kazakhstan U21", "longName": "Kazakhstan U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T15:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694101500000}], "parentLeagueId": 10437, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 883832, "primaryId": 10437, "name": "EURO U21 Qualification Grp. D", "matches": [{"id": 4120473, "leagueId": 883832, "time": "07.09.2023 16:30", "home": {"id": 5850, "score": 0, "name": "Estonia U21", "longName": "Estonia U21"}, "away": {"id": 5849, "score": 0, "name": "Bulgaria U21", "longName": "Bulgaria U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T14:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694097000000}], "parentLeagueId": 10437, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 883834, "primaryId": 10437, "name": "EURO U21 Qualification Grp. F", "matches": [{"id": 4120443, "leagueId": 883834, "time": "07.09.2023 15:00", "home": {"id": 8507, "score": 0, "name": "Northern Ireland U21", "longName": "Northern Ireland U21"}, "away": {"id": 5832, "score": 0, "name": "Luxembourg U21", "longName": "Luxembourg U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T13:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694091600000}], "parentLeagueId": 10437, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 883835, "primaryId": 10437, "name": "EURO U21 Qualification Grp. G", "matches": [{"id": 4120404, "leagueId": 883835, "time": "07.09.2023 15:30", "home": {"id": 5835, "score": 0, "name": "Belarus U21", "longName": "Belarus U21"}, "away": {"id": 57112, "score": 0, "name": "Faroe Islands U21", "longName": "Faroe Islands U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T13:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694093400000}], "parentLeagueId": 10437, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 883836, "primaryId": 10437, "name": "EURO U21 Qualification Grp. H", "matches": [{"id": 4120383, "leagueId": 883836, "time": "07.09.2023 18:45", "home": {"id": 5831, "score": 0, "name": "Bosnia and Herzegovina U21", "longName": "Bosnia and Herzegovina U21"}, "away": {"id": 5827, "score": 0, "name": "Slovenia U21", "longName": "Slovenia U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T16:45:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694105100000}, {"id": 4120382, "leagueId": 883836, "time": "07.09.2023 19:00", "home": {"id": 5826, "score": 0, "name": "Cyprus U21", "longName": "Cyprus U21"}, "away": {"id": 5834, "score": 0, "name": "Austria U21", "longName": "Austria U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T17:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694106000000}], "parentLeagueId": 10437, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 344, "primaryId": 344, "name": "Friendlies U21", "matches": [{"id": 4312719, "leagueId": 344, "time": "07.09.2023 18:00", "home": {"id": 5833, "score": 0, "name": "Czechia U21", "longName": "Czechia U21"}, "away": {"id": 5847, "score": 0, "name": "Slovakia U21", "longName": "Slovakia U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T16:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694102400000}, {"id": 4312722, "leagueId": 344, "time": "07.09.2023 18:30", "home": {"id": 6653, "score": 0, "name": "France U21", "longName": "France U21"}, "away": {"id": 8494, "score": 0, "name": "Denmark U21", "longName": "Denmark U21"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T16:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694104200000}], "internalRank": 0, "liveRank": 0, "simpleLeague": true}, {"ccode": "ISR", "id": 886030, "primaryId": 128, "name": "Leumit League", "matches": [{"id": 4204258, "leagueId": 886030, "time": "07.09.2023 18:30", "home": {"id": 6280, "score": 0, "name": "Hapoel Kfar Saba", "longName": "Hapoel Kfar Saba"}, "away": {"id": 426452, "score": 0, "name": "Hapoel Afula", "longName": "Hapoel Afula"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "3", "status": {"utcTime": "2023-09-07T16:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694104200000}, {"id": 4204254, "leagueId": 886030, "time": "07.09.2023 18:30", "home": {"id": 1061852, "score": 0, "name": "Hapoel Umm al-Fahm", "longName": "Hapoel Umm al-Fahm"}, "away": {"id": 2093, "score": 0, "name": "Hapoel Ironi Akko", "longName": "Hapoel Ironi Akko"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "3", "status": {"utcTime": "2023-09-07T16:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694104200000}, {"id": 4204255, "leagueId": 886030, "time": "07.09.2023 18:30", "home": {"id": 543580, "score": 0, "name": "Ironi Tiberias", "longName": "Ironi Tiberias"}, "away": {"id": 2098, "score": 0, "name": "Hapoel Nir Ramat HaSharon", "longName": "Hapoel Nir Ramat HaSharon"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "3", "status": {"utcTime": "2023-09-07T16:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694104200000}, {"id": 4204253, "leagueId": 886030, "time": "07.09.2023 18:30", "home": {"id": 2097, "score": 0, "name": "Maccabi Herzliya", "longName": "Maccabi Herzliya"}, "away": {"id": 177777, "score": 0, "name": "Sektzia Nes Tziona", "longName": "Sektzia Nes Tziona"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "3", "status": {"utcTime": "2023-09-07T16:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694104200000}, {"id": 4204257, "leagueId": 886030, "time": "07.09.2023 18:30", "home": {"id": 752833, "score": 0, "name": "SC Kfar Kasem", "longName": "SC Kfar Kasem"}, "away": {"id": 1831, "score": 0, "name": "Hapoel Rishon LeZion", "longName": "Hapoel Rishon LeZion"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "3", "status": {"utcTime": "2023-09-07T16:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694104200000}], "parentLeagueId": 128, "internalRank": 9, "liveRank": 0, "simpleLeague": false}, {"ccode": "MEX", "id": 886362, "primaryId": 8976, "name": "Liga de Expansion MX Apertura", "matches": [{"id": 4237303, "leagueId": 886362, "time": "08.09.2023 03:05", "home": {"id": 162404, "score": 0, "name": "Tapatio", "longName": "Tapatio"}, "away": {"id": 6574, "score": 0, "name": "Mineros", "longName": "Mineros de Zacatecas"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "8", "status": {"utcTime": "2023-09-08T01:05:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694135100000}], "parentLeagueId": 8976, "internalRank": 9, "liveRank": 0, "simpleLeague": false}, {"ccode": "MEX", "id": 886079, "primaryId": 9906, "name": "Liga MX Femenil Apertura", "matches": [{"id": 4209015, "leagueId": 886079, "time": "08.09.2023 03:06", "home": {"id": 980704, "score": 0, "name": "Atlas (W)", "longName": "Atlas (W)"}, "away": {"id": 1066915, "score": 0, "name": "Atletico de San Luis (W)", "longName": "Atletico de San Luis (W)"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "7", "status": {"utcTime": "2023-09-08T01:06:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694135160000}], "parentLeagueId": 9906, "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "NOR", "id": 882853, "primaryId": 204, "name": "2. Divisjon Avd. 1", "matches": [{"id": 4081010, "leagueId": 882853, "time": "07.09.2023 18:00", "home": {"id": 8114, "score": 0, "name": "Aalesund 2", "longName": "Aalesund 2"}, "away": {"id": 47403, "score": 0, "name": "Brattv\u00e5g", "longName": "Brattv\u00e5g"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "8", "status": {"utcTime": "2023-09-07T16:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694102400000}], "parentLeagueId": 204, "internalRank": 8, "liveRank": 0, "simpleLeague": false}, {"ccode": "RUS", "id": 886193, "primaryId": 9123, "name": "Second League Division A Silver Group First Stage", "matches": [{"id": 4229513, "leagueId": 886193, "time": "07.09.2023 15:30", "home": {"id": 555673, "score": 0, "name": "Chertanovo Moscow", "longName": "Chertanovo Moscow"}, "away": {"id": 176296, "score": 0, "name": "FC Chelyabinsk", "longName": "FC Chelyabinsk"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "9", "status": {"utcTime": "2023-09-07T13:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694093400000}], "parentLeagueId": 9123, "internalRank": 5, "liveRank": 0, "simpleLeague": false}, {"ccode": "RUS", "id": 886358, "primaryId": 9123, "name": "Second League Division B Group 2", "matches": [{"id": 4241798, "leagueId": 886358, "time": "07.09.2023 17:00", "home": {"id": 198166, "score": 0, "name": "Znamya", "longName": "Znamya"}, "away": {"id": 1385347, "score": 0, "name": "Rodina-M", "longName": "Rodina-M"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "8", "status": {"utcTime": "2023-09-07T15:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694098800000}], "parentLeagueId": 9123, "internalRank": 5, "liveRank": 0, "simpleLeague": false}, {"ccode": "RUS", "id": 886359, "primaryId": 9123, "name": "Second League Division B Group 3", "matches": [{"id": 4241950, "leagueId": 886359, "time": "07.09.2023 18:00", "home": {"id": 8714, "score": 0, "name": "Saturn Ramenskoye", "longName": "Saturn Ramenskoye"}, "away": {"id": 1173352, "score": 0, "name": "Znamya Noginsk", "longName": "Znamya Noginsk"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "8", "status": {"utcTime": "2023-09-07T16:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694102400000}], "parentLeagueId": 9123, "internalRank": 5, "liveRank": 0, "simpleLeague": false}, {"ccode": "USA", "id": 10282, "primaryId": 10282, "name": "MLS NEXT Pro", "matches": [{"id": 4139726, "leagueId": 10282, "time": "08.09.2023 00:00", "home": {"id": 1121686, "score": 0, "name": "New England Revolution II", "longName": "New England Revolution II"}, "away": {"id": 722266, "score": 0, "name": "Orlando City B", "longName": "Orlando City B"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T22:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694124000000}], "internalRank": 0, "liveRank": 0, "simpleLeague": false}, {"ccode": "INT", "id": 884579, "primaryId": 10199, "name": "World Cup Qualification CONMEBOL", "matches": [{"id": 4196502, "leagueId": 884579, "time": "08.09.2023 00:30", "home": {"id": 6724, "score": 0, "name": "Paraguay", "longName": "Paraguay"}, "away": {"id": 5798, "score": 0, "name": "Peru", "longName": "Peru"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T22:30:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694125800000}, {"id": 4196504, "leagueId": 884579, "time": "08.09.2023 01:00", "home": {"id": 8258, "score": 0, "name": "Colombia", "longName": "Colombia"}, "away": {"id": 5800, "score": 0, "name": "Venezuela", "longName": "Venezuela"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-07T23:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694127600000}, {"id": 4196501, "leagueId": 884579, "time": "08.09.2023 02:00", "home": {"id": 6706, "score": 0, "name": "Argentina", "longName": "Argentina"}, "away": {"id": 6707, "score": 0, "name": "Ecuador", "longName": "Ecuador"}, "eliminatedTeamId": null, "statusId": 1, "tournamentStage": "1", "status": {"utcTime": "2023-09-08T00:00:00.000Z", "started": false, "cancelled": false, "finished": false}, "timeTS": 1694131200000}], "parentLeagueId": 10199, "internalRank": 0, "liveRank": 1000, "simpleLeague": false}], "date": "20230907"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"leagues": {"type": "array", "items": {"type": "object", "properties": {"ccode": {"type": "string"}, "id": {"type": "integer"}, "primaryId": {"type": "integer"}, "name": {"type": "string"}, "matches": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "leagueId": {"type": "integer"}, "time": {"type": "string"}, "home": {"type": "object", "properties": {"id": {"type": "integer"}, "score": {"type": "integer"}, "name": {"type": "string"}, "longName": {"type": "string"}}, "required": ["id", "longName", "name", "score"]}, "away": {"type": "object", "properties": {"id": {"type": "integer"}, "score": {"type": "integer"}, "name": {"type": "string"}, "longName": {"type": "string"}}, "required": ["id", "longName", "name", "score"]}, "eliminatedTeamId": {"type": "null"}, "statusId": {"type": "integer"}, "tournamentStage": {"type": "string"}, "status": {"type": "object", "properties": {"utcTime": {"type": "string"}, "started": {"type": "boolean"}, "cancelled": {"type": "boolean"}, "finished": {"type": "boolean"}}, "required": ["cancelled", "finished", "started", "utcTime"]}, "timeTS": {"type": "integer"}}, "required": ["away", "eliminatedTeamId", "home", "id", "leagueId", "status", "statusId", "time", "timeTS", "tournamentStage"]}}, "parentLeagueId": {"type": "integer"}, "internalRank": {"type": "integer"}, "liveRank": {"type": "integer"}, "simpleLeague": {"type": "boolean"}}, "required": ["ccode", "id", "internalRank", "liveRank", "matches", "name", "primaryId", "simpleLeague"]}}, "date": {"type": "string"}}, "required": ["date", "leagues"]}
4d363139-a8ca-43af-b18e-67f490e56a54/7fc30e6a-b8bd-4473-b07a-d7afeff0f2cf/0/0
Formula 1
An api showing different data from f1.
0.3
Get team standing
This endpoint will return the team standings from a certain season
200
New Example
[{"POS": "1", "Team": "Mercedes", "PTS": "613.5"}, {"POS": "2", "Team": "Red Bull Racing Honda", "PTS": "585.5"}, {"POS": "3", "Team": "Ferrari", "PTS": "323.5"}, {"POS": "4", "Team": "McLaren Mercedes", "PTS": "275"}, {"POS": "5", "Team": "Alpine Renault", "PTS": "155"}, {"POS": "6", "Team": "AlphaTauri Honda", "PTS": "142"}, {"POS": "7", "Team": "Aston Martin Mercedes", "PTS": "77"}, {"POS": "8", "Team": "Williams Mercedes", "PTS": "23"}, {"POS": "9", "Team": "Alfa Romeo Racing Ferrari", "PTS": "13"}, {"POS": "10", "Team": "Haas Ferrari", "PTS": "0"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"POS": {"type": "string"}, "Team": {"type": "string"}, "PTS": {"type": "string"}}, "required": ["POS", "PTS", "Team"]}}
4d363139-a8ca-43af-b18e-67f490e56a54/01b13513-e9d4-4497-b6ae-01114957d8a0/0/0
Formula 1
An api showing different data from f1.
0.3
Get driver standing
Get the data from the driver standing from a certain season. If season has not ended yet show the current standing.
200
New Example
[{"POS": "1", "Name": "Michael", "Country": "GER", "Car": "Ferrari", "PTS": "108"}, {"POS": "2", "Name": "Mika", "Country": "FIN", "Car": "McLaren Mercedes", "PTS": "89"}, {"POS": "3", "Name": "David", "Country": "GBR", "Car": "McLaren Mercedes", "PTS": "73"}, {"POS": "4", "Name": "Rubens", "Country": "BRA", "Car": "Ferrari", "PTS": "62"}, {"POS": "5", "Name": "Ralf", "Country": "GER", "Car": "Williams BMW", "PTS": "24"}, {"POS": "6", "Name": "Giancarlo", "Country": "ITA", "Car": "Benetton Playlife", "PTS": "18"}, {"POS": "7", "Name": "Jacques", "Country": "CAN", "Car": "BAR Honda", "PTS": "17"}, {"POS": "8", "Name": "Jenson", "Country": "GBR", "Car": "Williams BMW", "PTS": "12"}, {"POS": "9", "Name": "Heinz-Harald", "Country": "GER", "Car": "Jordan Mugen Honda", "PTS": "11"}, {"POS": "10", "Name": "Jarno", "Country": "ITA", "Car": "Jordan Mugen Honda", "PTS": "6"}, {"POS": "11", "Name": "Mika", "Country": "FIN", "Car": "Sauber Petronas", "PTS": "6"}, {"POS": "12", "Name": "Jos", "Country": "NED", "Car": "Arrows Supertec", "PTS": "5"}, {"POS": "13", "Name": "Eddie", "Country": "GBR", "Car": "Jaguar Cosworth", "PTS": "4"}, {"POS": "14", "Name": "Ricardo", "Country": "BRA", "Car": "BAR Honda", "PTS": "3"}, {"POS": "15", "Name": "Alexander", "Country": "AUT", "Car": "Benetton Playlife", "PTS": "2"}, {"POS": "16", "Name": "Pedro", "Country": "ESP", "Car": "Arrows Supertec", "PTS": "2"}, {"POS": "17", "Name": "Pedro", "Country": "BRA", "Car": "Sauber Petronas", "PTS": "0"}, {"POS": "18", "Name": "Johnny", "Country": "GBR", "Car": "Jaguar Cosworth", "PTS": "0"}, {"POS": "19", "Name": "Marc", "Country": "ESP", "Car": "Minardi Fondmetal", "PTS": "0"}, {"POS": "20", "Name": "Gaston", "Country": "ARG", "Car": "Minardi Fondmetal", "PTS": "0"}, {"POS": "21", "Name": "Nick", "Country": "GER", "Car": "Prost Peugeot", "PTS": "0"}, {"POS": "22", "Name": "Jean", "Country": "FRA", "Car": "Prost Peugeot", "PTS": "0"}, {"POS": "23", "Name": "Luciano", "Country": "BRA", "Car": "Jaguar Cosworth", "PTS": "0"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"POS": {"type": "string"}, "Name": {"type": "string"}, "Country": {"type": "string"}, "Car": {"type": "string"}, "PTS": {"type": "string"}}, "required": ["Car", "Country", "Name", "POS", "PTS"]}}
4d363139-a8ca-43af-b18e-67f490e56a54/4f62a518-3b1a-4259-80c5-7db05f9c9771/0/0
Formula 1
An api showing different data from f1.
0.3
Get fastest lap
Get the fastest lap of a certain race. Year is for a certain season Race is for a certain race Standing shows the driver at that certain place in the standing of fastest lap
200
New Example
[{"season": "2022", "round": "2", "url": "http://en.wikipedia.org/wiki/2022_Saudi_Arabian_Grand_Prix", "raceName": "Saudi Arabian Grand Prix", "Circuit": {"circuitId": "jeddah", "url": "http://en.wikipedia.org/wiki/Jeddah_Street_Circuit", "circuitName": "Jeddah Corniche Circuit", "Location": {"lat": "21.6319", "long": "39.1044", "locality": "Jeddah", "country": "Saudi Arabia"}}, "date": "2022-03-27", "time": "17:00:00Z", "Results": [{"number": "11", "position": "4", "positionText": "4", "points": "12", "Driver": {"driverId": "perez", "permanentNumber": "11", "code": "PER", "url": "http://en.wikipedia.org/wiki/Sergio_P%C3%A9rez", "givenName": "Sergio", "familyName": "P\u00e9rez", "dateOfBirth": "1990-01-26", "nationality": "Mexican"}, "Constructor": {"constructorId": "red_bull", "url": "http://en.wikipedia.org/wiki/Red_Bull_Racing", "name": "Red Bull", "nationality": "Austrian"}, "grid": "1", "laps": "50", "status": "Finished", "Time": {"millis": "5070093", "time": "+10.800"}, "FastestLap": {"rank": "4", "lap": "46", "Time": {"time": "1:32.042"}, "AverageSpeed": {"units": "kph", "speed": "241.481"}}}]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"season": {"type": "string"}, "round": {"type": "string"}, "url": {"type": "string"}, "raceName": {"type": "string"}, "Circuit": {"type": "object", "properties": {"circuitId": {"type": "string"}, "url": {"type": "string"}, "circuitName": {"type": "string"}, "Location": {"type": "object", "properties": {"lat": {"type": "string"}, "long": {"type": "string"}, "locality": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "lat", "locality", "long"]}}, "required": ["Location", "circuitId", "circuitName", "url"]}, "date": {"type": "string"}, "time": {"type": "string"}, "Results": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "position": {"type": "string"}, "positionText": {"type": "string"}, "points": {"type": "string"}, "Driver": {"type": "object", "properties": {"driverId": {"type": "string"}, "permanentNumber": {"type": "string"}, "code": {"type": "string"}, "url": {"type": "string"}, "givenName": {"type": "string"}, "familyName": {"type": "string"}, "dateOfBirth": {"type": "string"}, "nationality": {"type": "string"}}, "required": ["code", "dateOfBirth", "driverId", "familyName", "givenName", "nationality", "permanentNumber", "url"]}, "Constructor": {"type": "object", "properties": {"constructorId": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}}, "required": ["constructorId", "name", "nationality", "url"]}, "grid": {"type": "string"}, "laps": {"type": "string"}, "status": {"type": "string"}, "Time": {"type": "object", "properties": {"millis": {"type": "string"}, "time": {"type": "string"}}, "required": ["millis", "time"]}, "FastestLap": {"type": "object", "properties": {"rank": {"type": "string"}, "lap": {"type": "string"}, "Time": {"type": "object", "properties": {"time": {"type": "string"}}, "required": ["time"]}, "AverageSpeed": {"type": "object", "properties": {"units": {"type": "string"}, "speed": {"type": "string"}}, "required": ["speed", "units"]}}, "required": ["AverageSpeed", "Time", "lap", "rank"]}}, "required": ["Constructor", "Driver", "FastestLap", "Time", "grid", "laps", "number", "points", "position", "positionText", "status"]}}}, "required": ["Circuit", "Results", "date", "raceName", "round", "season", "time", "url"]}}
e9080be6-3d17-4ac9-9463-a63499234250/bf82b4de-7d86-43b3-aa6f-998949a75de0/0/0
Cristiano Ronaldo News
An API showing all the Cristiano Ronaldo News around the world.
null
Get Individual News Source News
Get News about Cristiano Ronaldo from a specific news resource.
200
New Example
[{"title": " Manchester United vow to support Cristiano Ronaldo following FA charge ", "url": "https://www.theguardian.com/football/2022/sep/23/manchester-united-vow-to-support-cristiano-ronaldo-following-fa-charge", "source": "theguardian"}, {"title": "Manchester United vow to support Cristiano Ronaldo following FA charge ", "url": "https://www.theguardian.com/football/2022/sep/23/manchester-united-vow-to-support-cristiano-ronaldo-following-fa-charge", "source": "theguardian"}, {"title": " Erik ten Hag to be \u2018friend\u2019 and \u2018teacher\u2019 for Ronaldo as fitness issues remain ", "url": "https://www.theguardian.com/football/2022/sep/03/manchester-united-cristiano-ronaldo-erik-ten-hag", "source": "theguardian"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
b8c32fca-182f-4833-b865-2aaa50323e4d/a56d1be7-6f6f-42c1-8562-a9b1bac81da7/0/0
European Soccer statistics
Show combined soccer statistics of all european clubs
null
/clubstatistics
Show statistics of all european clubs ranked by any value
200
Response body
[{"clubname": "Clubname", "played": 0, "wins": 0, "ties": 0, "losses": 0, "goals-scored": 0, "goals-conceded": 0, "points": 0, "goaldiff": "0", "competition": "Competition"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"clubname": {"type": "string"}, "played": {"type": "integer"}, "wins": {"type": "integer"}, "ties": {"type": "integer"}, "losses": {"type": "integer"}, "goals-scored": {"type": "integer"}, "goals-conceded": {"type": "integer"}, "points": {"type": "integer"}, "goaldiff": {"type": "string"}, "competition": {"type": "string"}}, "required": ["clubname", "competition", "goaldiff", "goals-conceded", "goals-scored", "losses", "played", "points", "ties", "wins"]}}
cfbe0e97-7107-4f3e-af34-b4e4ab1dbad1/ed9d2650-3ed8-4913-b5ba-7cf77ee43965/0/0
Golf Course API
API with over 18,000 Golf Courses - scorecard included
8.7
Get Course By Name
Returns up to 10 courses that match the name provided
200
Response
[{"likes": [], "_id": "6435a652b18a1f0ed0167b7c", "name": "Augusta National Golf Club", "phone": "706-667-6200", "website": "www.augusta.com", "address": "2604 Washington Rd", "city": "Augusta", "state": "Georgia", "zip": "30904", "country": "United States", "coordinates": "(33.506107, -82.018967)", "holes": "18", "lengthFormat": "Y", "greenGrass": "Bent Grass", "fairwayGrass": "Bermuda", "scorecard": [{"Hole": 1, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 462}}, "Handicap": 4}, {"Hole": 2, "Par": 5, "tees": {"teeBox1": {"color": "Members", "yards": 593}}, "Handicap": 16}, {"Hole": 3, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 348}}, "Handicap": 14}, {"Hole": 4, "Par": 3, "tees": {"teeBox1": {"color": "Members", "yards": 239}}, "Handicap": 6}, {"Hole": 5, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 460}}, "Handicap": 7}, {"Hole": 6, "Par": 3, "tees": {"teeBox1": {"color": "Members", "yards": 191}}, "Handicap": 12}, {"Hole": 7, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 449}}, "Handicap": 8}, {"Hole": 8, "Par": 5, "tees": {"teeBox1": {"color": "Members", "yards": 569}}, "Handicap": 15}, {"Hole": 9, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 472}}, "Handicap": 5}, {"Hole": 10, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 509}}, "Handicap": 3}, {"Hole": 11, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 485}}, "Handicap": 1}, {"Hole": 12, "Par": 3, "tees": {"teeBox1": {"color": "Members", "yards": 171}}, "Handicap": 2}, {"Hole": 13, "Par": 5, "tees": {"teeBox1": {"color": "Members", "yards": 528}}, "Handicap": 17}, {"Hole": 14, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 450}}, "Handicap": 13}, {"Hole": 15, "Par": 5, "tees": {"teeBox1": {"color": "Members", "yards": 535}}, "Handicap": 18}, {"Hole": 16, "Par": 3, "tees": {"teeBox1": {"color": "Members", "yards": 195}}, "Handicap": 10}, {"Hole": 17, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 439}}, "Handicap": 9}, {"Hole": 18, "Par": 4, "tees": {"teeBox1": {"color": "Members", "yards": 460}}, "Handicap": 0}], "teeBoxes": [{"tee": "Members", "slope": 135, "handicap": 72.2}], "createdAt": "2023-04-11T18:26:26.630Z", "updatedAt": "2023-04-11T18:26:26.630Z", "__v": 0}]
{"type": "array", "items": {"type": "object", "properties": {"likes": {"type": "array"}, "_id": {"type": "string"}, "name": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zip": {"type": "string"}, "country": {"type": "string"}, "coordinates": {"type": "string"}, "holes": {"type": "string"}, "lengthFormat": {"type": "string"}, "greenGrass": {"type": "string"}, "fairwayGrass": {"type": "string"}, "scorecard": {"type": "array", "items": {"type": "object", "properties": {"Hole": {"type": "integer"}, "Par": {"type": "integer"}, "tees": {"type": "object", "properties": {"teeBox1": {"type": "object", "properties": {"color": {"type": "string"}, "yards": {"type": "integer"}}}}}, "Handicap": {"type": "integer"}}}}, "teeBoxes": {"type": "array", "items": {"type": "object", "properties": {"tee": {"type": "string"}, "slope": {"type": "integer"}, "handicap": {"type": "number"}}}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "__v": {"type": "integer"}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/226a98ed-d728-454e-bf2d-7abad474452d/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Racecard horse results
Get results for a horse on today or tomorrows racecards (PRO PLAN)
200
Example_1
{"results": [{"date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silks_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []}
{"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silks_url": {"title": "Silks Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/226a98ed-d728-454e-bf2d-7abad474452d/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Racecard horse results
Get results for a horse on today or tomorrows racecards (PRO PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/51c1964f-2ac6-4721-a017-b26c001c7469/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
List racecards
Get today and tomorrows racecards (PRO PLAN)
200
Example_1
{"racecards": [{"course": "", "course_id": "", "date": "", "off_time": "", "race_name": "", "distance_round": "", "distance": "", "distance_f": 0, "region": "", "pattern": "", "race_class": "", "type": "", "age_band": "", "rating_band": "", "prize": "", "field_size": "", "going_detailed": "", "rail_movements": "", "stalls": "", "weather": "", "going": "", "surface": "", "runners": [{"horse_id": "", "horse": "", "dob": "", "age": "", "sex": "", "sex_code": "", "colour": "", "region": "", "breeder": "", "dam": "", "dam_id": "", "dam_region": "", "sire": "", "sire_id": "", "sire_region": "", "damsire": "", "damsire_id": "", "damsire_region": "", "trainer": "", "trainer_id": "", "trainer_location": "", "trainer_14_days": {"runs": "", "wins": "", "percent": ""}, "owner": "", "owner_id": "", "prev_trainers": [], "prev_owners": [], "comment": "", "spotlight": "", "quotes": [], "stable_tour": [], "medical": [], "number": "", "draw": "", "headgear": "", "headgear_run": "", "wind_surgery": "", "wind_surgery_run": "", "past_results_flags": [], "lbs": "", "ofr": "", "rpr": "", "ts": "", "jockey": "", "jockey_id": "", "silk_url": "", "last_run": "", "form": "", "trainer_rtf": ""}]}], "query": []}
{"type": "object", "properties": {"racecards": {"type": "array", "items": {"type": "object", "properties": {"course": {"type": "string"}, "course_id": {"type": "string"}, "date": {"type": "string"}, "off_time": {"type": "string"}, "race_name": {"type": "string"}, "distance_round": {"type": "string"}, "distance": {"type": "string"}, "distance_f": {"type": "integer"}, "region": {"type": "string"}, "pattern": {"type": "string"}, "race_class": {"type": "string"}, "type": {"type": "string"}, "age_band": {"type": "string"}, "rating_band": {"type": "string"}, "prize": {"type": "string"}, "field_size": {"type": "string"}, "going_detailed": {"type": "string"}, "rail_movements": {"type": "string"}, "stalls": {"type": "string"}, "weather": {"type": "string"}, "going": {"type": "string"}, "surface": {"type": "string"}, "runners": {"type": "array", "items": {"type": "object", "properties": {"horse_id": {"type": "string"}, "horse": {"type": "string"}, "dob": {"type": "string"}, "age": {"type": "string"}, "sex": {"type": "string"}, "sex_code": {"type": "string"}, "colour": {"type": "string"}, "region": {"type": "string"}, "breeder": {"type": "string"}, "dam": {"type": "string"}, "dam_id": {"type": "string"}, "dam_region": {"type": "string"}, "sire": {"type": "string"}, "sire_id": {"type": "string"}, "sire_region": {"type": "string"}, "damsire": {"type": "string"}, "damsire_id": {"type": "string"}, "damsire_region": {"type": "string"}, "trainer": {"type": "string"}, "trainer_id": {"type": "string"}, "trainer_location": {"type": "string"}, "trainer_14_days": {"type": "object", "properties": {"runs": {"type": "string"}, "wins": {"type": "string"}, "percent": {"type": "string"}}}, "owner": {"type": "string"}, "owner_id": {"type": "string"}, "prev_trainers": {"type": "array"}, "prev_owners": {"type": "array"}, "comment": {"type": "string"}, "spotlight": {"type": "string"}, "quotes": {"type": "array"}, "stable_tour": {"type": "array"}, "medical": {"type": "array"}, "number": {"type": "string"}, "draw": {"type": "string"}, "headgear": {"type": "string"}, "headgear_run": {"type": "string"}, "wind_surgery": {"type": "string"}, "wind_surgery_run": {"type": "string"}, "past_results_flags": {"type": "array"}, "lbs": {"type": "string"}, "ofr": {"type": "string"}, "rpr": {"type": "string"}, "ts": {"type": "string"}, "jockey": {"type": "string"}, "jockey_id": {"type": "string"}, "silk_url": {"type": "string"}, "last_run": {"type": "string"}, "form": {"type": "string"}, "trainer_rtf": {"type": "string"}}}}}}}, "query": {"type": "array"}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/51c1964f-2ac6-4721-a017-b26c001c7469/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
List racecards
Get today and tomorrows racecards (PRO PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/934a8890-1b39-474c-b7cd-8228a6a1ec37/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
List racecards (basic)
Get today and tomorrows basic racecards (BASIC PLAN)
422
New Example
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/934a8890-1b39-474c-b7cd-8228a6a1ec37/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
List racecards (basic)
Get today and tomorrows basic racecards (BASIC PLAN)
200
New Example
{"racecards": [{"course": "", "date": "", "off_time": "", "race_name": "", "distance_f": "", "region": "", "pattern": "", "race_class": "", "type": "", "age_band": "", "rating_band": "", "prize": "", "field_size": "", "going": "", "surface": "", "runners": [{"horse": "", "age": "", "sex": "", "sex_code": "", "colour": "", "region": "", "dam": "", "sire": "", "damsire": "", "trainer": "", "owner": "", "number": "", "draw": "", "headgear": "", "lbs": "", "ofr": "", "jockey": "", "last_run": "", "form": ""}]}], "query": []}
{"title": "Racecards", "required": ["racecards", "query"], "type": "object", "properties": {"racecards": {"title": "Racecards", "type": "array", "items": {"title": "Racecard", "required": ["course", "date", "off_time", "race_name", "distance_f", "region", "pattern", "race_class", "type", "age_band", "rating_band", "prize", "field_size", "going", "surface", "runners"], "type": "object", "properties": {"course": {"title": "Course", "type": "string"}, "date": {"title": "Date", "type": "string"}, "off_time": {"title": "Off Time", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "distance_f": {"title": "Distance F", "type": "string"}, "region": {"title": "Region", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "race_class": {"title": "Race Class", "type": "string"}, "type": {"title": "Type", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "field_size": {"title": "Field Size", "type": "string"}, "going": {"title": "Going", "type": "string"}, "surface": {"title": "Surface", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse", "age", "sex", "sex_code", "colour", "region", "dam", "sire", "damsire", "trainer", "owner", "number", "draw", "headgear", "lbs", "ofr", "jockey", "last_run", "form"], "type": "object", "properties": {"horse": {"title": "Horse", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "sex_code": {"title": "Sex Code", "type": "string"}, "colour": {"title": "Colour", "type": "string"}, "region": {"title": "Region", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "number": {"title": "Number", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "lbs": {"title": "Lbs", "type": "string"}, "ofr": {"title": "Ofr", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "last_run": {"title": "Last Run", "type": "string"}, "form": {"title": "Form", "type": "string"}}}}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/f16606c6-528e-4783-b428-b41f1365bd4e/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Todays results
Today's results (PRO PLAN)
200
Example_1
{"results": [{"date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []}
{"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/f16606c6-528e-4783-b428-b41f1365bd4e/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Todays results
Today's results (PRO PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/b288a6da-efbc-4ac6-bec5-ee6aff90d241/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Damsire results
Full results for damsire grandoffspring (MEGA PLAN). For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'.
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/b288a6da-efbc-4ac6-bec5-ee6aff90d241/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Damsire results
Full results for damsire grandoffspring (MEGA PLAN). For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'.
200
Example_1
{"results": [{"date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []}
{"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/ba61d751-d975-4320-8801-9238435cffa4/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Sire class analysis
Offspring class statistics for sire (ULTRA PLAN). For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'.
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/ba61d751-d975-4320-8801-9238435cffa4/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Sire class analysis
Offspring class statistics for sire (ULTRA PLAN). For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'.
200
Example_1
{"id": "", "sire": "", "total_runners": 0, "classes": [{"class": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "SireClassAnalysis", "required": ["id", "sire", "total_runners", "classes", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "classes": {"title": "Classes", "type": "array", "items": {"title": "Class", "required": ["class", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"class": {"title": "Class", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/b6c59ac1-96e0-4226-b67e-e00786bd1586/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Trainer horse age analysis
Horse age statistics for a trainer (ULTRA PLAN)
200
Example_1
{"id": "", "trainer": "", "total_runners": 0, "horse_ages": [{"horse_age": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "TrainerHorseAgeAnalysis", "required": ["id", "trainer", "total_runners", "horse_ages", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "horse_ages": {"title": "Horse Ages", "type": "array", "items": {"title": "HorseAges", "required": ["horse_age", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"horse_age": {"title": "Horse Age", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/b6c59ac1-96e0-4226-b67e-e00786bd1586/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Trainer horse age analysis
Horse age statistics for a trainer (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/e4b026d6-4a6b-45c8-8047-3f529fd0a974/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Horse distance time analysis
Distance statistics for a horse, with times and going (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/e4b026d6-4a6b-45c8-8047-3f529fd0a974/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Horse distance time analysis
Distance statistics for a horse, with times and going (ULTRA PLAN)
200
Example_1
{"id": "", "horse": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "total_runs": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "times": [{"date": "", "region": "", "course": "", "time": "", "going": "", "position": ""}], "runs": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "HorseDistanceTimeAnalysis", "required": ["id", "horse", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "total_runs", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "total_runs": {"title": "Total Runs", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distances", "required": ["dist", "dist_y", "dist_m", "dist_f", "times", "runs", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Distance", "type": "string"}, "dist_y": {"title": "Distance yards", "type": "string"}, "dist_m": {"title": "Distance metres", "type": "string"}, "dist_f": {"title": "Distance furlongs", "type": "string"}, "times": {"title": "Times", "type": "array", "items": {"title": "TimesGoing", "required": ["date", "region", "course", "time", "going", "position"], "type": "object", "properties": {"date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "time": {"title": "Time", "type": "string"}, "going": {"title": "Going", "type": "string"}, "position": {"title": "Position", "type": "string"}}}}, "runs": {"title": "Runs", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/0f058e99-d566-4eeb-9965-fd22759b2573/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Damsire class analysis
Grandoffspring class statistics for damsire (ULTRA PLAN). For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'.
200
Example_1
{"id": "", "damsire": "", "total_runners": 0, "classes": [{"class": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "DamsireClassAnalysis", "required": ["id", "damsire", "total_runners", "classes", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "classes": {"title": "Classes", "type": "array", "items": {"title": "Class", "required": ["class", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"class": {"title": "Class", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/0f058e99-d566-4eeb-9965-fd22759b2573/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Damsire class analysis
Grandoffspring class statistics for damsire (ULTRA PLAN). For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'.
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/4b36c390-8f34-4049-8d99-83c4e5946278/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search damsires
Search damsires by name (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/4b36c390-8f34-4049-8d99-83c4e5946278/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search damsires
Search damsires by name (ULTRA PLAN)
200
Example_1
{"search_results": [{"id": "", "damsire": ""}]}
{"title": "Damsires", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Damsire", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/b6333d24-8f30-447f-b07e-05fb406cc337/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Damsire distance analysis
Grandoffspring distance statistics for damsire (ULTRA PLAN). For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'.
200
Example_1
{"id": "", "damsire": "", "total_runners": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "DamsireDistanceAnalysis", "required": ["id", "damsire", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/b6333d24-8f30-447f-b07e-05fb406cc337/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Damsire distance analysis
Grandoffspring distance statistics for damsire (ULTRA PLAN). For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'.
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/7d9512a9-02e1-4035-92cf-824c5ba6e732/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Dam class analysis
Offspring class statistics for dam (ULTRA PLAN). For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'.
200
Example_1
{"id": "", "dam": "", "total_runners": 0, "classes": [{"class": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "DamClassAnalysis", "required": ["id", "dam", "total_runners", "classes", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "classes": {"title": "Classes", "type": "array", "items": {"title": "Class", "required": ["class", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"class": {"title": "Class", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/7d9512a9-02e1-4035-92cf-824c5ba6e732/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Dam class analysis
Offspring class statistics for dam (ULTRA PLAN). For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'.
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/106b0538-75c4-47db-9d51-957e3fdfcf9f/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Sire distance analysis
Offspring distance statistics for sire (ULTRA PLAN). For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'.
200
Example_1
{"id": "", "sire": "", "total_runners": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "SireDistanceAnalysis", "required": ["id", "sire", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/106b0538-75c4-47db-9d51-957e3fdfcf9f/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Sire distance analysis
Offspring distance statistics for sire (ULTRA PLAN). For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'.
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/31193bb8-e75e-47a2-87d4-758aa2702861/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner trainer analysis
Trainer statistics for an owner (ULTRA PLAN)
200
Example_1
{"id": "", "owner": "", "total_runners": 0, "trainers": [{"trainer_id": "", "trainer": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "OwnerTrainerAnalysis", "required": ["id", "owner", "total_runners", "trainers", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "trainers": {"title": "Trainers", "type": "array", "items": {"title": "Trainer", "required": ["trainer_id", "trainer", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/31193bb8-e75e-47a2-87d4-758aa2702861/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner trainer analysis
Trainer statistics for an owner (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/667c7847-5e52-4d05-9b88-330df72a1f75/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner jockey analysis
Jockey statistics for an owner (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/667c7847-5e52-4d05-9b88-330df72a1f75/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner jockey analysis
Jockey statistics for an owner (ULTRA PLAN)
200
Example_1
{"id": "", "owner": "", "total_runners": 0, "jockeys": [{"jockey_id": "", "jockey": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "OwnerJockeyAnalysis", "required": ["id", "owner", "total_runners", "jockeys", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "jockeys": {"title": "Jockeys", "type": "array", "items": {"title": "Jockey", "required": ["jockey_id", "jockey", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"jockey_id": {"title": "Jockey Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/f12c57a8-f658-416c-b2ea-0ece52903e97/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search owners
Search owners by name (ULTRA PLAN)
200
Example_1
{"search_results": [{"id": "", "owner": ""}]}
{"title": "Owners", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Owner", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/f12c57a8-f658-416c-b2ea-0ece52903e97/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search owners
Search owners by name (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/10e96804-fa7f-42ec-8779-f076c92de4ad/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Jockey owner analysis
Owner statistics for a jockey (ULTRA PLAN)
200
Example_1
{"id": "", "jockey": "", "total_rides": 0, "owners": [{"owner_id": "", "owner": "", "rides": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "JockeyOwnerAnalysis", "required": ["id", "jockey", "total_rides", "owners", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "total_rides": {"title": "Total Rides", "type": "integer"}, "owners": {"title": "Owners", "type": "array", "items": {"title": "Owner", "required": ["owner_id", "owner", "rides", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"owner_id": {"title": "Owner Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "rides": {"title": "Rides", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/10e96804-fa7f-42ec-8779-f076c92de4ad/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Jockey owner analysis
Owner statistics for a jockey (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/90687903-5200-483b-88c2-f362e6f778ef/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Trainer course analysis
Course statistics for a trainer (ULTRA PLAN)
200
Example_1
{"id": "", "trainer": "", "total_runners": 0, "courses": [{"course": "", "region": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "TrainerCourseAnalysis", "required": ["id", "trainer", "total_runners", "courses", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "courses": {"title": "Courses", "type": "array", "items": {"title": "Course", "required": ["course", "region", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"course": {"title": "Course", "type": "string"}, "region": {"title": "Region", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/90687903-5200-483b-88c2-f362e6f778ef/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Trainer course analysis
Course statistics for a trainer (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/3fa46a97-e5d1-451a-9620-03fd8d015a82/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search horses
Search horses by name (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/3fa46a97-e5d1-451a-9620-03fd8d015a82/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search horses
Search horses by name (ULTRA PLAN)
200
Example_1
{"search_results": [{"id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "horse": "", "sire": "", "sire_id": ""}]}
{"title": "Horses", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Horse", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/f6884dad-7230-4ab1-a859-03ab4ff60dae/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
List courses
List courses (PRO PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/f6884dad-7230-4ab1-a859-03ab4ff60dae/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
List courses
List courses (PRO PLAN)
200
Example_1
{"courses": [{"id": "", "course": "", "region_code": "", "region": ""}], "total": 0}
{"title": "CoursesPage", "required": ["courses", "total"], "type": "object", "properties": {"courses": {"title": "Courses", "type": "array", "items": {"title": "Course", "required": ["id", "course", "region_code", "region"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "course": {"title": "Course", "type": "string"}, "region_code": {"title": "Region Code", "type": "string"}, "region": {"title": "Region", "type": "string"}}}}, "total": {"title": "Total", "type": "integer"}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/549c2138-6711-4418-9e46-3f5d3bb5af59/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
List regions
List regions (BASIC PLAN)
200
Example_1
[{"region": "", "region_code": ""}]
{"type": "array", "items": {"title": "Region", "required": ["region", "region_code"], "type": "object", "properties": {"region": {"title": "Region", "type": "string"}, "region_code": {"title": "Region Code", "type": "string"}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/7829b734-5293-4611-b92a-4e72236ba866/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Horse results
Full results for a horse (MEGA PLAN)
200
Example_1
{"results": [{"date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []}
{"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/7829b734-5293-4611-b92a-4e72236ba866/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Horse results
Full results for a horse (MEGA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/3e9520ae-12a4-49fb-8c79-7a9519ff27b9/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Jockey trainer analysis
Trainer statistics for a jockey (ULTRA PLAN)
200
Example_1
{"id": "", "jockey": "", "total_rides": 0, "trainers": [{"trainer_id": "", "trainer": "", "rides": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "JockeyTrainerAnalysis", "required": ["id", "jockey", "total_rides", "trainers", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "total_rides": {"title": "Total Rides", "type": "integer"}, "trainers": {"title": "Trainers", "type": "array", "items": {"title": "Trainer", "required": ["trainer_id", "trainer", "rides", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "rides": {"title": "Rides", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/3e9520ae-12a4-49fb-8c79-7a9519ff27b9/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Jockey trainer analysis
Trainer statistics for a jockey (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/274ced3b-8ec4-4334-bc1b-20bf5c2ee004/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner distance analysis
Distance statistics for an owner (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/274ced3b-8ec4-4334-bc1b-20bf5c2ee004/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner distance analysis
Distance statistics for an owner (ULTRA PLAN)
200
Example_1
{"id": "", "owner": "", "total_runners": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "OwnerDistanceAnalysis", "required": ["id", "owner", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/4139e515-f5e8-4fba-bfe4-3024a4ce744a/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search sires
Search sires by name (ULTRA PLAN)
200
Example_1
{"search_results": [{"id": "", "sire": ""}]}
{"title": "Sires", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Sire", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/4139e515-f5e8-4fba-bfe4-3024a4ce744a/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search sires
Search sires by name (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/57b9e5ed-cdda-48b7-a0f2-697c7f276e13/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Dam distance analysis
Offspring distance statistics for dam (ULTRA PLAN). For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'.
200
Example_1
{"id": "", "dam": "", "total_runners": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "DamDistanceAnalysis", "required": ["id", "dam", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/57b9e5ed-cdda-48b7-a0f2-697c7f276e13/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Dam distance analysis
Offspring distance statistics for dam (ULTRA PLAN). For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'.
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/c8668461-a15d-4b3d-9293-d281494f41c6/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search jockeys
Search jockeys by name (ULTRA PLAN)
200
Example_1
{"search_results": [{"id": "", "jockey": ""}]}
{"title": "Jockeys", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Jockey", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/c8668461-a15d-4b3d-9293-d281494f41c6/1/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Search jockeys
Search jockeys by name (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/a624b201-d29e-431a-bfba-92014a043a37/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner course analysis
Course statistics for an owner (ULTRA PLAN)
422
Example_1
{"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"}}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/a624b201-d29e-431a-bfba-92014a043a37/2/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner course analysis
Course statistics for an owner (ULTRA PLAN)
200
Example_1
{"id": "", "owner": "", "total_runners": 0, "courses": [{"course": "", "region": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []}
{"title": "OwnerCourseAnalysis", "required": ["id", "owner", "total_runners", "courses", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "courses": {"title": "Courses", "type": "array", "items": {"title": "Course", "required": ["course", "region", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"course": {"title": "Course", "type": "string"}, "region": {"title": "Region", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}}
3ab885dc-3f91-45d7-9d88-ef33f0badb0f/8e7bbec1-7113-4238-9906-101cfe32a098/0/0
The Racing API
High performance API for horse racing statistical modelling, application development and web content. Query our database of over 200,000 horse racing results and racecards. For the latest updates and features, visit our website: ๐Ÿ‡บ๐Ÿ‡ธ FULL US COVERAGE AVAILABLE (Website subscriptions only) Website: https://www.theracingapi.com | Documentation: https://api.theracingapi.com/documentation IMPORTANT NOTE: Latest The Racing API features & endpoints may not always be available via RapidAPI
9.2
Owner results
Full results for an owner (MEGA PLAN)
422
Example_1
{"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"}}}}}}