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, "l... | {"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 t... |
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: \u201cFu... | {"$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-berli... | {"$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 ... | {"$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", "... |
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 h... | {"$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... | {"$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",... |
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 tw... | {"$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", "T... |
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 ... | {"$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/YE9f... | {"$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... |
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 A... | {"$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... | {"$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 ... | {"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"}}, "typ... |
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": "... | {"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"}}, "typ... |
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 ... | {"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"}}, "typ... |
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)... | {"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"}}, "typ... |
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)... | {"$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"... |
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... | {"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"}, "t... |
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... |
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,... | {"$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": {"... |
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", "circ... | {"$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": {"t... |
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": 2... | {"$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_positio... |
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-4... | {"$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": {"ty... |
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": [], "circ... | {"$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": {"ty... |
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-a24c78d4b40... | {"$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": [... |
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", "pro... | {"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",... | {"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... | {"$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": "obj... |
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":... | {"$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": "Fe... | {"$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": ... | {"$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": "s... |
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 ch... | {"$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"... |
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", "len... | {"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"}, "... |
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.theracing... | 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": "... | {"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_r... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "", "sta... | {"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... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "inte... |
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.theracing... | 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": ... | {"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", "pri... |
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.theracing... | 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": "... | {"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_r... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "... | {"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_r... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "... |
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.theracing... | 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":... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "inte... |
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.theracing... | 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, ... | {"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": ... |
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.theracing... | 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... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "strin... |
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.theracing... | 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": "... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "arra... |
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.theracing... | 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": "inte... |
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.theracing... | 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", ... |
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.theracing... | 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": "inte... |
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.theracing... | 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", ... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "inte... |
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.theracing... | 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", "typ... |
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.theracing... | 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.theracing... | 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": "inte... |
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.theracing... | 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": "a... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "Course... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "inte... |
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.theracing... | 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... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "... |
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.theracing... | 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.theracing... | 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": "... | {"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_r... |
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.theracing... | 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": "inte... |
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.theracing... | 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", "t... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "inte... |
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.theracing... | 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": "Distance... |
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.theracing... | 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.theracing... | 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": "inte... |
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.theracing... | 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", "typ... |
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.theracing... | 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": "inte... |
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.theracing... | 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.theracing... | 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": "inte... |
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.theracing... | 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": "inte... |
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.theracing... | 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", "typ... |
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.theracing... | 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": "inte... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.