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
|
---|---|---|---|---|---|---|---|---|---|
a5df29ad-5245-4ecb-8e3c-6942233daafe/ac08c3a8-f6f9-4f46-8ddd-ddd6409f3622/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_jockey_analysis_v1_owners__owner_id__analysis_jockeys_get | Jockey statistics for an owner (STANDARD PLAN) | 200 | null | {"id": "", "owner": "", "total_runners": 0, "jockeys": [{"jockey_id": "", "jockey": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "OwnerJockeyAnalysis", "required": ["id", "owner", "total_runners", "jockeys", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "jockeys": {"title": "Jockeys", "type": "array", "items": {"title": "Jockey", "required": ["jockey_id", "jockey", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"jockey_id": {"title": "Jockey Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/8d751306-0409-42e3-9d54-1a3775690315/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_results_v1_owners__owner_id__results_get | Full historic results for an owner (PRO PLAN) | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/8d751306-0409-42e3-9d54-1a3775690315/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_results_v1_owners__owner_id__results_get | Full historic results for an owner (PRO PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/5f9e8336-5475-43df-8016-728880cfd35c/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_course_analysis_v1_owners__owner_id__analysis_courses_get | Course statistics for an owner (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/5f9e8336-5475-43df-8016-728880cfd35c/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_course_analysis_v1_owners__owner_id__analysis_courses_get | Course statistics for an owner (STANDARD PLAN) | 200 | null | {"id": "", "owner": "", "total_runners": 0, "courses": [{"course": "", "region": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "OwnerCourseAnalysis", "required": ["id", "owner", "total_runners", "courses", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "courses": {"title": "Courses", "type": "array", "items": {"title": "Course", "required": ["course", "region", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"course": {"title": "Course", "type": "string"}, "region": {"title": "Region", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/94446923-2a0a-4aa0-85ad-23d5f0244939/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_owners_v1_owners_search_get | Search owners by name (STANDARD PLAN) | 200 | null | {"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"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/94446923-2a0a-4aa0-85ad-23d5f0244939/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_owners_v1_owners_search_get | Search owners by name (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/78638229-f295-49be-9b74-86afdb6280c9/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_trainer_analysis_v1_jockeys__jockey_id__analysis_trainers_get | Trainer statistics for a jockey (STANDARD PLAN) | 200 | null | {"id": "", "jockey": "", "total_rides": 0, "trainers": [{"trainer_id": "", "trainer": "", "rides": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "JockeyTrainerAnalysis", "required": ["id", "jockey", "total_rides", "trainers", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "total_rides": {"title": "Total Rides", "type": "integer"}, "trainers": {"title": "Trainers", "type": "array", "items": {"title": "Trainer", "required": ["trainer_id", "trainer", "rides", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "rides": {"title": "Rides", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/78638229-f295-49be-9b74-86afdb6280c9/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_trainer_analysis_v1_jockeys__jockey_id__analysis_trainers_get | Trainer statistics for a jockey (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/c1ba92f8-c0bd-4496-a003-359d25bab75a/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_distance_analysis_v1_jockeys__jockey_id__analysis_distances_get | Distance statistics for a jockey (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/c1ba92f8-c0bd-4496-a003-359d25bab75a/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_distance_analysis_v1_jockeys__jockey_id__analysis_distances_get | Distance statistics for a jockey (STANDARD PLAN) | 200 | null | {"id": "", "jockey": "", "total_rides": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "rides": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "JockeyDistanceAnalysis", "required": ["id", "jockey", "total_rides", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "total_rides": {"title": "Total Rides", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "rides", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "rides": {"title": "Rides", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/16b50850-3540-42ea-a366-83dda03cdd23/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_results_v1_jockeys__jockey_id__results_get | Full historic results for a jockey (PRO PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/16b50850-3540-42ea-a366-83dda03cdd23/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_results_v1_jockeys__jockey_id__results_get | Full historic results for a jockey (PRO PLAN) | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/bc1cd3a1-1534-44c9-a63c-2ed79cd2eea4/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_jockeys_v1_jockeys_search_get | Search jockeys by name (STANDARD PLAN) | 200 | null | {"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"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/bc1cd3a1-1534-44c9-a63c-2ed79cd2eea4/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_jockeys_v1_jockeys_search_get | Search jockeys by name (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/9ac0f6e9-b9cf-47c1-b7a7-5b3cdfbbba60/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_course_analysis_v1_jockeys__jockey_id__analysis_courses_get | Course statistics for a jockey (STANDARD PLAN) | 200 | null | {"id": "", "jockey": "", "total_rides": 0, "courses": [{"course": "", "region": "", "rides": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "JockeyCourseAnalysis", "required": ["id", "jockey", "total_rides", "courses", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "total_rides": {"title": "Total Rides", "type": "integer"}, "courses": {"title": "Courses", "type": "array", "items": {"title": "Course", "required": ["course", "region", "rides", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"course": {"title": "Course", "type": "string"}, "region": {"title": "Region", "type": "string"}, "rides": {"title": "Rides", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/9ac0f6e9-b9cf-47c1-b7a7-5b3cdfbbba60/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_course_analysis_v1_jockeys__jockey_id__analysis_courses_get | Course statistics for a jockey (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/734873ec-5e2d-4f65-a918-c2f50d1910a7/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_owner_analysis_v1_jockeys__jockey_id__analysis_owners_get | Owner statistics for a jockey (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/734873ec-5e2d-4f65-a918-c2f50d1910a7/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | jockey_owner_analysis_v1_jockeys__jockey_id__analysis_owners_get | Owner statistics for a jockey (STANDARD PLAN) | 200 | null | {"id": "", "jockey": "", "total_rides": 0, "owners": [{"owner_id": "", "owner": "", "rides": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "JockeyOwnerAnalysis", "required": ["id", "jockey", "total_rides", "owners", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "total_rides": {"title": "Total Rides", "type": "integer"}, "owners": {"title": "Owners", "type": "array", "items": {"title": "Owner", "required": ["owner_id", "owner", "rides", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"owner_id": {"title": "Owner Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "rides": {"title": "Rides", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/f4a2faf6-07fc-43e1-9f77-ff1a503c5e45/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | todays_results_v1_results_today_get | Today's results (BASIC PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/f4a2faf6-07fc-43e1-9f77-ff1a503c5e45/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | todays_results_v1_results_today_get | Today's results (BASIC PLAN) | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/61afe1bc-30d5-4879-852c-3cef7c0d2870/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | all_results_v1_results_get | All historic results, up to 12 months in the past (STANDARD PLAN) | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/61afe1bc-30d5-4879-852c-3cef7c0d2870/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | all_results_v1_results_get | All historic results, up to 12 months in the past (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/fc311589-31d8-42ad-a92b-c04cce6fa4ad/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | dam_class_analysis_v1_dams__dam_id__analysis_classes_get | Offspring class statistics for dam (STANDARD PLAN).
For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/fc311589-31d8-42ad-a92b-c04cce6fa4ad/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | dam_class_analysis_v1_dams__dam_id__analysis_classes_get | Offspring class statistics for dam (STANDARD PLAN).
For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'. | 200 | null | {"id": "", "dam": "", "total_runners": 0, "classes": [{"class": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "DamClassAnalysis", "required": ["id", "dam", "total_runners", "classes", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "classes": {"title": "Classes", "type": "array", "items": {"title": "Class", "required": ["class", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"class": {"title": "Class", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/6a831bb6-9199-4029-8313-3f844612143e/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | dam_results_v1_dams__dam_id__results_get | Full historic results for dam offspring (PRO PLAN).
For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'. | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/6a831bb6-9199-4029-8313-3f844612143e/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | dam_results_v1_dams__dam_id__results_get | Full historic results for dam offspring (PRO PLAN).
For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/74436b00-5843-4e9b-b571-7836773773ce/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_dams_v1_dams_search_get | Search dams by name (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/74436b00-5843-4e9b-b571-7836773773ce/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_dams_v1_dams_search_get | Search dams by name (STANDARD PLAN) | 200 | null | {"search_results": [{"id": "", "dam": ""}]} | {"title": "Dams", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Dam", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/b84ac104-ad48-4529-91dd-5d0519a6d391/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | dam_distance_analysis_v1_dams__dam_id__analysis_distances_get | Offspring distance statistics for dam (STANDARD PLAN). .
For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/b84ac104-ad48-4529-91dd-5d0519a6d391/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | dam_distance_analysis_v1_dams__dam_id__analysis_distances_get | Offspring distance statistics for dam (STANDARD PLAN). .
For dam results and statistics, use the horses endpoints, replacing the 'dam_' dam id prefix with 'hrs_'. | 200 | null | {"id": "", "dam": "", "total_runners": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "DamDistanceAnalysis", "required": ["id", "dam", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/64fd93e4-0b6c-420a-a8a9-2055362183d2/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | horse_distance_time_analysis_v1_horses__horse_id__analysis_distance_times_get | Distance statistics for a horse, with times and going (STANDARD PLAN) | 200 | null | {"id": "", "horse": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "total_runs": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "times": [{"date": "", "region": "", "course": "", "time": "", "going": "", "position": ""}], "runs": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "HorseDistanceTimeAnalysis", "required": ["id", "horse", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "total_runs", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "total_runs": {"title": "Total Runs", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distances", "required": ["dist", "dist_y", "dist_m", "dist_f", "times", "runs", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Distance", "type": "string"}, "dist_y": {"title": "Distance yards", "type": "string"}, "dist_m": {"title": "Distance metres", "type": "string"}, "dist_f": {"title": "Distance furlongs", "type": "string"}, "times": {"title": "Times", "type": "array", "items": {"title": "TimesGoing", "required": ["date", "region", "course", "time", "going", "position"], "type": "object", "properties": {"date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "time": {"title": "Time", "type": "string"}, "going": {"title": "Going", "type": "string"}, "position": {"title": "Position", "type": "string"}}}}, "runs": {"title": "Runs", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/64fd93e4-0b6c-420a-a8a9-2055362183d2/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | horse_distance_time_analysis_v1_horses__horse_id__analysis_distance_times_get | Distance statistics for a horse, with times and going (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/eecfa7f2-831b-4929-9bea-d8cffcb3adc2/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | horse_results_v1_horses__horse_id__results_get | Full historic results for a horse (PRO PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/eecfa7f2-831b-4929-9bea-d8cffcb3adc2/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | horse_results_v1_horses__horse_id__results_get | Full historic results for a horse (PRO PLAN) | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/a1275298-038d-4053-871b-16c7f8470ca8/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_horses_v1_horses_search_get | Search horses by name (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/a1275298-038d-4053-871b-16c7f8470ca8/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_horses_v1_horses_search_get | Search horses by name (STANDARD PLAN) | 200 | null | {"search_results": [{"id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "horse": "", "sire": "", "sire_id": ""}]} | {"title": "Horses", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Horse", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/b4a6e888-a0c1-4c1d-b56c-4f329e4993c4/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_beta_v1_racecards_beta_get | Get today and tomorrows advanced racecards (ODDS BETA) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/b4a6e888-a0c1-4c1d-b56c-4f329e4993c4/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_beta_v1_racecards_beta_get | Get today and tomorrows advanced racecards (ODDS BETA) | 200 | null | {"racecards": [{"race_id": "", "course": "", "course_id": "", "date": "", "off_time": "", "race_name": "", "distance_round": "", "distance": "", "distance_f": "", "region": "", "pattern": "", "race_class": "", "type": "", "age_band": "", "rating_band": "", "prize": "", "field_size": "", "going_detailed": "", "rail_movements": "", "stalls": "", "weather": "", "going": "", "surface": "", "runners": [{"horse_id": "", "horse": "", "dob": "", "age": "", "sex": "", "sex_code": "", "colour": "", "region": "", "breeder": "", "dam": "", "dam_id": "", "dam_region": "", "sire": "", "sire_id": "", "sire_region": "", "damsire": "", "damsire_id": "", "damsire_region": "", "trainer": "", "trainer_id": "", "trainer_location": "", "trainer_14_days": {}, "owner": "", "owner_id": "", "prev_trainers": [], "prev_owners": [], "comment": "", "spotlight": "", "quotes": [], "stable_tour": [], "medical": [], "number": "", "draw": "", "headgear": "", "headgear_run": "", "wind_surgery": "", "wind_surgery_run": "", "past_results_flags": [], "lbs": "", "ofr": "", "rpr": "", "ts": "", "jockey": "", "jockey_id": "", "silk_url": "", "last_run": "", "form": "", "trainer_rtf": "", "odds": []}]}], "query": []} | {"title": "RacecardsOdds", "required": ["racecards", "query"], "type": "object", "properties": {"racecards": {"title": "Racecards", "type": "array", "items": {"title": "RacecardOdds", "required": ["race_id", "course", "course_id", "date", "off_time", "race_name", "distance_round", "distance", "distance_f", "region", "pattern", "race_class", "type", "age_band", "rating_band", "prize", "field_size", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "off_time": {"title": "Off Time", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "distance_round": {"title": "Distance Round", "type": "string"}, "distance": {"title": "Distance", "type": "string"}, "distance_f": {"title": "Distance F", "type": "string"}, "region": {"title": "Region", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "race_class": {"title": "Race Class", "type": "string"}, "type": {"title": "Type", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "field_size": {"title": "Field Size", "type": "string"}, "going_detailed": {"title": "Going Detailed", "type": "string"}, "rail_movements": {"title": "Rail Movements", "type": "string"}, "stalls": {"title": "Stalls", "type": "string"}, "weather": {"title": "Weather", "type": "string"}, "going": {"title": "Going", "type": "string"}, "surface": {"title": "Surface", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "RunnerOdds", "required": ["horse_id", "horse", "dam", "dam_id", "sire", "sire_id", "damsire", "damsire_id", "trainer", "trainer_id", "owner", "owner_id", "number", "draw", "lbs", "ofr", "rpr", "ts", "jockey", "jockey_id", "last_run"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "dob": {"title": "Dob", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "sex_code": {"title": "Sex Code", "type": "string"}, "colour": {"title": "Colour", "type": "string"}, "region": {"title": "Region", "type": "string"}, "breeder": {"title": "Breeder", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "dam_region": {"title": "Dam Region", "type": "string", "default": ""}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "sire_region": {"title": "Sire Region", "type": "string", "default": ""}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "damsire_region": {"title": "Damsire Region", "type": "string", "default": ""}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer_location": {"title": "Trainer Location", "type": "string", "default": ""}, "trainer_14_days": {"title": "Trainer 14 Days", "allOf": [{"title": "RunnerTrainer14Days", "type": "object", "properties": {"runs": {"description": "**Omitted**"}, "wins": {"description": "**Omitted**"}, "percent": {"description": "**Omitted**"}}}], "default": {}}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "prev_trainers": {"title": "Prev Trainers", "type": "array", "items": {"title": "RunnerPrevTrainer", "type": "object", "properties": {"trainer": {"description": "**Omitted**"}, "trainer_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "prev_owners": {"title": "Prev Owners", "type": "array", "items": {"title": "RunnerPrevOwner", "type": "object", "properties": {"owner": {"description": "**Omitted**"}, "owner_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "comment": {"title": "Comment", "type": "string", "default": ""}, "spotlight": {"title": "Spotlight", "type": "string", "default": ""}, "quotes": {"title": "Quotes", "type": "array", "items": {"title": "RunnerQuote", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "race": {"description": "**Omitted**"}, "course": {"description": "**Omitted**"}, "course_id": {"description": "**Omitted**"}, "distance_f": {"description": "**Omitted**"}, "distance_y": {"description": "**Omitted**"}, "quote": {"description": "**Omitted**"}}}, "default": []}, "stable_tour": {"title": "Stable Tour", "type": "array", "items": {"title": "RunnerStableTour", "type": "object", "properties": {"quote": {"description": "**Omitted**"}}}, "default": []}, "medical": {"title": "Medical", "type": "array", "items": {"title": "RunnerMedical", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}}}, "default": []}, "number": {"title": "Number", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "headgear": {"title": "Headgear", "type": "string", "default": ""}, "headgear_run": {"title": "Headgear Run", "type": "string", "default": ""}, "wind_surgery": {"title": "Wind Surgery", "type": "string", "default": ""}, "wind_surgery_run": {"title": "Wind Surgery Run", "type": "string", "default": ""}, "past_results_flags": {"title": "Past Results Flags", "type": "array", "items": {"type": "string"}, "default": []}, "lbs": {"title": "Lbs", "type": "string"}, "ofr": {"title": "Ofr", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "ts": {"title": "Ts", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}, "last_run": {"title": "Last Run", "type": "string"}, "form": {"title": "Form", "type": "string"}, "trainer_rtf": {"title": "Trainer Rtf", "type": "string"}, "odds": {"title": "Odds", "type": "array", "items": {}, "default": []}}}}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/46429cd2-d7b3-4809-b984-8e78ee57112d/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_basic_v1_racecards_get | Get today and tomorrows advanced racecards (BASIC PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/46429cd2-d7b3-4809-b984-8e78ee57112d/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_basic_v1_racecards_get | Get today and tomorrows advanced racecards (BASIC PLAN) | 200 | null | {"racecards": [{"race_id": "", "course": "", "course_id": "", "date": "", "off_time": "", "race_name": "", "distance_round": "", "distance": "", "distance_f": "", "region": "", "pattern": "", "race_class": "", "type": "", "age_band": "", "rating_band": "", "prize": "", "field_size": "", "going_detailed": "", "rail_movements": "", "stalls": "", "weather": "", "going": "", "surface": "", "runners": [{"horse_id": "", "horse": "", "dob": "", "age": "", "sex": "", "sex_code": "", "colour": "", "region": "", "breeder": "", "dam": "", "dam_id": "", "dam_region": "", "sire": "", "sire_id": "", "sire_region": "", "damsire": "", "damsire_id": "", "damsire_region": "", "trainer": "", "trainer_id": "", "trainer_location": "", "trainer_14_days": {}, "owner": "", "owner_id": "", "prev_trainers": [], "prev_owners": [], "comment": "", "spotlight": "", "quotes": [], "stable_tour": [], "medical": [], "number": "", "draw": "", "headgear": "", "headgear_run": "", "wind_surgery": "", "wind_surgery_run": "", "past_results_flags": [], "lbs": "", "ofr": "", "rpr": "", "ts": "", "jockey": "", "jockey_id": "", "silk_url": "", "last_run": "", "form": "", "trainer_rtf": ""}]}], "query": []} | {"title": "Racecards", "required": ["racecards", "query"], "type": "object", "properties": {"racecards": {"title": "Racecards", "type": "array", "items": {"title": "Racecard", "required": ["race_id", "course", "course_id", "date", "off_time", "race_name", "distance_round", "distance", "distance_f", "region", "pattern", "race_class", "type", "age_band", "rating_band", "prize", "field_size", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "off_time": {"title": "Off Time", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "distance_round": {"title": "Distance Round", "type": "string"}, "distance": {"title": "Distance", "type": "string"}, "distance_f": {"title": "Distance F", "type": "string"}, "region": {"title": "Region", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "race_class": {"title": "Race Class", "type": "string"}, "type": {"title": "Type", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "field_size": {"title": "Field Size", "type": "string"}, "going_detailed": {"title": "Going Detailed", "type": "string"}, "rail_movements": {"title": "Rail Movements", "type": "string"}, "stalls": {"title": "Stalls", "type": "string"}, "weather": {"title": "Weather", "type": "string"}, "going": {"title": "Going", "type": "string"}, "surface": {"title": "Surface", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "dam", "dam_id", "sire", "sire_id", "damsire", "damsire_id", "trainer", "trainer_id", "owner", "owner_id", "number", "draw", "lbs", "ofr", "rpr", "ts", "jockey", "jockey_id", "last_run"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "dob": {"title": "Dob", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "sex_code": {"title": "Sex Code", "type": "string"}, "colour": {"title": "Colour", "type": "string"}, "region": {"title": "Region", "type": "string"}, "breeder": {"title": "Breeder", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "dam_region": {"title": "Dam Region", "type": "string", "default": ""}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "sire_region": {"title": "Sire Region", "type": "string", "default": ""}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "damsire_region": {"title": "Damsire Region", "type": "string", "default": ""}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer_location": {"title": "Trainer Location", "type": "string", "default": ""}, "trainer_14_days": {"title": "Trainer 14 Days", "allOf": [{"title": "RunnerTrainer14Days", "type": "object", "properties": {"runs": {"description": "**Omitted**"}, "wins": {"description": "**Omitted**"}, "percent": {"description": "**Omitted**"}}}], "default": {}}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "prev_trainers": {"title": "Prev Trainers", "type": "array", "items": {"title": "RunnerPrevTrainer", "type": "object", "properties": {"trainer": {"description": "**Omitted**"}, "trainer_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "prev_owners": {"title": "Prev Owners", "type": "array", "items": {"title": "RunnerPrevOwner", "type": "object", "properties": {"owner": {"description": "**Omitted**"}, "owner_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "comment": {"title": "Comment", "type": "string", "default": ""}, "spotlight": {"title": "Spotlight", "type": "string", "default": ""}, "quotes": {"title": "Quotes", "type": "array", "items": {"title": "RunnerQuote", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "race": {"description": "**Omitted**"}, "course": {"description": "**Omitted**"}, "course_id": {"description": "**Omitted**"}, "distance_f": {"description": "**Omitted**"}, "distance_y": {"description": "**Omitted**"}, "quote": {"description": "**Omitted**"}}}, "default": []}, "stable_tour": {"title": "Stable Tour", "type": "array", "items": {"title": "RunnerStableTour", "type": "object", "properties": {"quote": {"description": "**Omitted**"}}}, "default": []}, "medical": {"title": "Medical", "type": "array", "items": {"title": "RunnerMedical", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}}}, "default": []}, "number": {"title": "Number", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "headgear": {"title": "Headgear", "type": "string", "default": ""}, "headgear_run": {"title": "Headgear Run", "type": "string", "default": ""}, "wind_surgery": {"title": "Wind Surgery", "type": "string", "default": ""}, "wind_surgery_run": {"title": "Wind Surgery Run", "type": "string", "default": ""}, "past_results_flags": {"title": "Past Results Flags", "type": "array", "items": {"type": "string"}, "default": []}, "lbs": {"title": "Lbs", "type": "string"}, "ofr": {"title": "Ofr", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "ts": {"title": "Ts", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}, "last_run": {"title": "Last Run", "type": "string"}, "form": {"title": "Form", "type": "string"}, "trainer_rtf": {"title": "Trainer Rtf", "type": "string"}}}}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/0cbbb393-6bf2-4cc3-9d08-6af5f5474942/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_free_v1_racecards_basic_get | Get today and tomorrows basic racecards (FREE PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/0cbbb393-6bf2-4cc3-9d08-6af5f5474942/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_free_v1_racecards_basic_get | Get today and tomorrows basic racecards (FREE PLAN) | 200 | null | {"racecards": [{"course": "", "date": "", "off_time": "", "race_name": "", "distance_f": "", "region": "", "pattern": "", "race_class": "", "type": "", "age_band": "", "rating_band": "", "prize": "", "field_size": "", "going": "", "surface": "", "runners": [{"horse": "", "age": "", "sex": "", "sex_code": "", "colour": "", "region": "", "dam": "", "sire": "", "damsire": "", "trainer": "", "owner": "", "number": "", "draw": "", "headgear": "", "lbs": "", "ofr": "", "jockey": "", "last_run": "", "form": ""}]}], "query": []} | {"title": "RacecardsBasic", "required": ["racecards", "query"], "type": "object", "properties": {"racecards": {"title": "Racecards", "type": "array", "items": {"title": "RacecardBasic", "required": ["course", "date", "off_time", "race_name", "distance_f", "region", "pattern", "race_class", "type", "age_band", "rating_band", "prize", "field_size", "going", "runners"], "type": "object", "properties": {"course": {"title": "Course", "type": "string"}, "date": {"title": "Date", "type": "string"}, "off_time": {"title": "Off Time", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "distance_f": {"title": "Distance F", "type": "string"}, "region": {"title": "Region", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "race_class": {"title": "Race Class", "type": "string"}, "type": {"title": "Type", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "field_size": {"title": "Field Size", "type": "string"}, "going": {"title": "Going", "type": "string"}, "surface": {"title": "Surface", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "RunnerBasic", "required": ["horse", "age", "colour", "region", "dam", "sire", "damsire", "trainer", "owner", "number", "draw", "lbs", "ofr", "jockey", "last_run"], "type": "object", "properties": {"horse": {"title": "Horse", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "sex_code": {"title": "Sex Code", "type": "string"}, "colour": {"title": "Colour", "type": "string"}, "region": {"title": "Region", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "number": {"title": "Number", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "lbs": {"title": "Lbs", "type": "string"}, "ofr": {"title": "Ofr", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "last_run": {"title": "Last Run", "type": "string"}, "form": {"title": "Form", "type": "string"}}}}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/7a2f2bbf-801a-4a28-98fb-5075e7b444f2/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | racecard_horse_results_v1_racecards__horse_id__results_get | Get full historic results for a horse on today or tomorrows racecards (BASIC PLAN) | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/7a2f2bbf-801a-4a28-98fb-5075e7b444f2/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | racecard_horse_results_v1_racecards__horse_id__results_get | Get full historic results for a horse on today or tomorrows racecards (BASIC PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/5353b9fa-7dfe-4291-8c80-f1f174d3863b/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_standard_v1_racecards_standard_get | Get today and tomorrows advanced racecards, including runner odds for UK & IRE racing. (STANDARD PLAN) | 200 | null | {"racecards": [{"race_id": "", "course": "", "course_id": "", "date": "", "off_time": "", "race_name": "", "distance_round": "", "distance": "", "distance_f": "", "region": "", "pattern": "", "race_class": "", "type": "", "age_band": "", "rating_band": "", "prize": "", "field_size": "", "going_detailed": "", "rail_movements": "", "stalls": "", "weather": "", "going": "", "surface": "", "runners": [{"horse_id": "", "horse": "", "dob": "", "age": "", "sex": "", "sex_code": "", "colour": "", "region": "", "breeder": "", "dam": "", "dam_id": "", "dam_region": "", "sire": "", "sire_id": "", "sire_region": "", "damsire": "", "damsire_id": "", "damsire_region": "", "trainer": "", "trainer_id": "", "trainer_location": "", "trainer_14_days": {}, "owner": "", "owner_id": "", "prev_trainers": [], "prev_owners": [], "comment": "", "spotlight": "", "quotes": [], "stable_tour": [], "medical": [], "number": "", "draw": "", "headgear": "", "headgear_run": "", "wind_surgery": "", "wind_surgery_run": "", "past_results_flags": [], "lbs": "", "ofr": "", "rpr": "", "ts": "", "jockey": "", "jockey_id": "", "silk_url": "", "last_run": "", "form": "", "trainer_rtf": "", "odds": []}]}], "query": []} | {"title": "RacecardsOdds", "required": ["racecards", "query"], "type": "object", "properties": {"racecards": {"title": "Racecards", "type": "array", "items": {"title": "RacecardOdds", "required": ["race_id", "course", "course_id", "date", "off_time", "race_name", "distance_round", "distance", "distance_f", "region", "pattern", "race_class", "type", "age_band", "rating_band", "prize", "field_size", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "off_time": {"title": "Off Time", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "distance_round": {"title": "Distance Round", "type": "string"}, "distance": {"title": "Distance", "type": "string"}, "distance_f": {"title": "Distance F", "type": "string"}, "region": {"title": "Region", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "race_class": {"title": "Race Class", "type": "string"}, "type": {"title": "Type", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "field_size": {"title": "Field Size", "type": "string"}, "going_detailed": {"title": "Going Detailed", "type": "string"}, "rail_movements": {"title": "Rail Movements", "type": "string"}, "stalls": {"title": "Stalls", "type": "string"}, "weather": {"title": "Weather", "type": "string"}, "going": {"title": "Going", "type": "string"}, "surface": {"title": "Surface", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "RunnerOdds", "required": ["horse_id", "horse", "dam", "dam_id", "sire", "sire_id", "damsire", "damsire_id", "trainer", "trainer_id", "owner", "owner_id", "number", "draw", "lbs", "ofr", "rpr", "ts", "jockey", "jockey_id", "last_run"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "dob": {"title": "Dob", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "sex_code": {"title": "Sex Code", "type": "string"}, "colour": {"title": "Colour", "type": "string"}, "region": {"title": "Region", "type": "string"}, "breeder": {"title": "Breeder", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "dam_region": {"title": "Dam Region", "type": "string", "default": ""}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "sire_region": {"title": "Sire Region", "type": "string", "default": ""}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "damsire_region": {"title": "Damsire Region", "type": "string", "default": ""}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer_location": {"title": "Trainer Location", "type": "string", "default": ""}, "trainer_14_days": {"title": "Trainer 14 Days", "allOf": [{"title": "RunnerTrainer14Days", "type": "object", "properties": {"runs": {"description": "**Omitted**"}, "wins": {"description": "**Omitted**"}, "percent": {"description": "**Omitted**"}}}], "default": {}}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "prev_trainers": {"title": "Prev Trainers", "type": "array", "items": {"title": "RunnerPrevTrainer", "type": "object", "properties": {"trainer": {"description": "**Omitted**"}, "trainer_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "prev_owners": {"title": "Prev Owners", "type": "array", "items": {"title": "RunnerPrevOwner", "type": "object", "properties": {"owner": {"description": "**Omitted**"}, "owner_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "comment": {"title": "Comment", "type": "string", "default": ""}, "spotlight": {"title": "Spotlight", "type": "string", "default": ""}, "quotes": {"title": "Quotes", "type": "array", "items": {"title": "RunnerQuote", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "race": {"description": "**Omitted**"}, "course": {"description": "**Omitted**"}, "course_id": {"description": "**Omitted**"}, "distance_f": {"description": "**Omitted**"}, "distance_y": {"description": "**Omitted**"}, "quote": {"description": "**Omitted**"}}}, "default": []}, "stable_tour": {"title": "Stable Tour", "type": "array", "items": {"title": "RunnerStableTour", "type": "object", "properties": {"quote": {"description": "**Omitted**"}}}, "default": []}, "medical": {"title": "Medical", "type": "array", "items": {"title": "RunnerMedical", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}}}, "default": []}, "number": {"title": "Number", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "headgear": {"title": "Headgear", "type": "string", "default": ""}, "headgear_run": {"title": "Headgear Run", "type": "string", "default": ""}, "wind_surgery": {"title": "Wind Surgery", "type": "string", "default": ""}, "wind_surgery_run": {"title": "Wind Surgery Run", "type": "string", "default": ""}, "past_results_flags": {"title": "Past Results Flags", "type": "array", "items": {"type": "string"}, "default": []}, "lbs": {"title": "Lbs", "type": "string"}, "ofr": {"title": "Ofr", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "ts": {"title": "Ts", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}, "last_run": {"title": "Last Run", "type": "string"}, "form": {"title": "Form", "type": "string"}, "trainer_rtf": {"title": "Trainer Rtf", "type": "string"}, "odds": {"title": "Odds", "type": "array", "items": {}, "default": []}}}}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/5353b9fa-7dfe-4291-8c80-f1f174d3863b/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_standard_v1_racecards_standard_get | Get today and tomorrows advanced racecards, including runner odds for UK & IRE racing. (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/a7e332f7-7683-4561-ab3a-379d0108fe2c/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_damsires_v1_damsires_search_get | Search damsires by name (STANDARD PLAN) | 200 | null | {"search_results": [{"id": "", "damsire": ""}]} | {"title": "Damsires", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Damsire", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/a7e332f7-7683-4561-ab3a-379d0108fe2c/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_damsires_v1_damsires_search_get | Search damsires by name (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/3f7fe53a-d5bc-46c2-9ae5-abd5a3364518/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_courses_v1_courses_get | List courses (BASIC PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/3f7fe53a-d5bc-46c2-9ae5-abd5a3364518/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_courses_v1_courses_get | List courses (BASIC PLAN) | 200 | null | {"courses": [{"id": "", "course": "", "region_code": "", "region": ""}], "total": 0} | {"title": "CoursesPage", "required": ["courses", "total"], "type": "object", "properties": {"courses": {"title": "Courses", "type": "array", "items": {"title": "Course", "required": ["id", "course", "region_code", "region"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "course": {"title": "Course", "type": "string"}, "region_code": {"title": "Region Code", "type": "string"}, "region": {"title": "Region", "type": "string"}}}}, "total": {"title": "Total", "type": "integer"}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/3e1c60b5-de08-4bc8-ab6d-8d3885dead15/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | damsire_class_analysis_v1_damsires__damsire_id__analysis_classes_get | Grandoffspring class statistics for damsire (STANDARD PLAN).
For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'. | 200 | null | {"id": "", "damsire": "", "total_runners": 0, "classes": [{"class": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "DamsireClassAnalysis", "required": ["id", "damsire", "total_runners", "classes", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "classes": {"title": "Classes", "type": "array", "items": {"title": "Class", "required": ["class", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"class": {"title": "Class", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/3e1c60b5-de08-4bc8-ab6d-8d3885dead15/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | damsire_class_analysis_v1_damsires__damsire_id__analysis_classes_get | Grandoffspring class statistics for damsire (STANDARD PLAN).
For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/4dcb5a75-8cc1-4520-a553-cdafb0c4aabb/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_big_races_v1_racecards_big_races_get | Get future big race's racecards, such as Cheltenham, The Grand National and The Derby (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/4dcb5a75-8cc1-4520-a553-cdafb0c4aabb/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_big_races_v1_racecards_big_races_get | Get future big race's racecards, such as Cheltenham, The Grand National and The Derby (STANDARD PLAN) | 200 | null | {"racecards": [{"race_id": "", "course": "", "course_id": "", "date": "", "off_time": "", "race_name": "", "distance_round": "", "distance": "", "distance_f": "", "region": "", "pattern": "", "race_class": "", "type": "", "age_band": "", "rating_band": "", "prize": "", "field_size": "", "going_detailed": "", "rail_movements": "", "stalls": "", "weather": "", "going": "", "surface": "", "runners": [{"horse_id": "", "horse": "", "dob": "", "age": "", "sex": "", "sex_code": "", "colour": "", "region": "", "breeder": "", "dam": "", "dam_id": "", "dam_region": "", "sire": "", "sire_id": "", "sire_region": "", "damsire": "", "damsire_id": "", "damsire_region": "", "trainer": "", "trainer_id": "", "trainer_location": "", "trainer_14_days": {}, "owner": "", "owner_id": "", "prev_trainers": [], "prev_owners": [], "comment": "", "spotlight": "", "quotes": [], "stable_tour": [], "medical": [], "number": "", "draw": "", "headgear": "", "headgear_run": "", "wind_surgery": "", "wind_surgery_run": "", "past_results_flags": [], "lbs": "", "ofr": "", "rpr": "", "ts": "", "jockey": "", "jockey_id": "", "silk_url": "", "last_run": "", "form": "", "trainer_rtf": "", "odds": []}]}], "query": []} | {"title": "RacecardsOdds", "required": ["racecards", "query"], "type": "object", "properties": {"racecards": {"title": "Racecards", "type": "array", "items": {"title": "RacecardOdds", "required": ["race_id", "course", "course_id", "date", "off_time", "race_name", "distance_round", "distance", "distance_f", "region", "pattern", "race_class", "type", "age_band", "rating_band", "prize", "field_size", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "off_time": {"title": "Off Time", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "distance_round": {"title": "Distance Round", "type": "string"}, "distance": {"title": "Distance", "type": "string"}, "distance_f": {"title": "Distance F", "type": "string"}, "region": {"title": "Region", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "race_class": {"title": "Race Class", "type": "string"}, "type": {"title": "Type", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "field_size": {"title": "Field Size", "type": "string"}, "going_detailed": {"title": "Going Detailed", "type": "string"}, "rail_movements": {"title": "Rail Movements", "type": "string"}, "stalls": {"title": "Stalls", "type": "string"}, "weather": {"title": "Weather", "type": "string"}, "going": {"title": "Going", "type": "string"}, "surface": {"title": "Surface", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "RunnerOdds", "required": ["horse_id", "horse", "dam", "dam_id", "sire", "sire_id", "damsire", "damsire_id", "trainer", "trainer_id", "owner", "owner_id", "number", "draw", "lbs", "ofr", "rpr", "ts", "jockey", "jockey_id", "last_run"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "dob": {"title": "Dob", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "sex_code": {"title": "Sex Code", "type": "string"}, "colour": {"title": "Colour", "type": "string"}, "region": {"title": "Region", "type": "string"}, "breeder": {"title": "Breeder", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "dam_region": {"title": "Dam Region", "type": "string", "default": ""}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "sire_region": {"title": "Sire Region", "type": "string", "default": ""}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "damsire_region": {"title": "Damsire Region", "type": "string", "default": ""}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer_location": {"title": "Trainer Location", "type": "string", "default": ""}, "trainer_14_days": {"title": "Trainer 14 Days", "allOf": [{"title": "RunnerTrainer14Days", "type": "object", "properties": {"runs": {"description": "**Omitted**"}, "wins": {"description": "**Omitted**"}, "percent": {"description": "**Omitted**"}}}], "default": {}}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "prev_trainers": {"title": "Prev Trainers", "type": "array", "items": {"title": "RunnerPrevTrainer", "type": "object", "properties": {"trainer": {"description": "**Omitted**"}, "trainer_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "prev_owners": {"title": "Prev Owners", "type": "array", "items": {"title": "RunnerPrevOwner", "type": "object", "properties": {"owner": {"description": "**Omitted**"}, "owner_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "comment": {"title": "Comment", "type": "string", "default": ""}, "spotlight": {"title": "Spotlight", "type": "string", "default": ""}, "quotes": {"title": "Quotes", "type": "array", "items": {"title": "RunnerQuote", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "race": {"description": "**Omitted**"}, "course": {"description": "**Omitted**"}, "course_id": {"description": "**Omitted**"}, "distance_f": {"description": "**Omitted**"}, "distance_y": {"description": "**Omitted**"}, "quote": {"description": "**Omitted**"}}}, "default": []}, "stable_tour": {"title": "Stable Tour", "type": "array", "items": {"title": "RunnerStableTour", "type": "object", "properties": {"quote": {"description": "**Omitted**"}}}, "default": []}, "medical": {"title": "Medical", "type": "array", "items": {"title": "RunnerMedical", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}}}, "default": []}, "number": {"title": "Number", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "headgear": {"title": "Headgear", "type": "string", "default": ""}, "headgear_run": {"title": "Headgear Run", "type": "string", "default": ""}, "wind_surgery": {"title": "Wind Surgery", "type": "string", "default": ""}, "wind_surgery_run": {"title": "Wind Surgery Run", "type": "string", "default": ""}, "past_results_flags": {"title": "Past Results Flags", "type": "array", "items": {"type": "string"}, "default": []}, "lbs": {"title": "Lbs", "type": "string"}, "ofr": {"title": "Ofr", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "ts": {"title": "Ts", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}, "last_run": {"title": "Last Run", "type": "string"}, "form": {"title": "Form", "type": "string"}, "trainer_rtf": {"title": "Trainer Rtf", "type": "string"}, "odds": {"title": "Odds", "type": "array", "items": {}, "default": []}}}}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/ffd84b0a-c7f7-4580-812a-31f7bb3b62c0/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | damsire_results_v1_damsires__damsire_id__results_get | Full historic results for damsire grandoffspring (PRO PLAN). .
For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/ffd84b0a-c7f7-4580-812a-31f7bb3b62c0/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | damsire_results_v1_damsires__damsire_id__results_get | Full historic results for damsire grandoffspring (PRO PLAN). .
For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'. | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/d1efc674-d2b7-45e7-b823-c3d8052fc6b8/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_regions_v1_courses_regions_get | List regions (FREE PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/d1efc674-d2b7-45e7-b823-c3d8052fc6b8/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_regions_v1_courses_regions_get | List regions (FREE PLAN) | 200 | null | [{"region": "", "region_code": ""}] | {"title": "Response List Regions V1 Courses Regions Get", "type": "array", "items": {"title": "Region", "required": ["region", "region_code"], "type": "object", "properties": {"region": {"title": "Region", "type": "string"}, "region_code": {"title": "Region Code", "type": "string"}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/fcf17f1c-6d6c-4ce5-a5e7-5bc14439298b/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_pro_v1_racecards_pro_get | Get past and future advanced racecards by date, including runner odds for UK & IRE racing. (PRO PLAN) (Past racecards available from 2023-01-23. Future racecards available up to 1 week in advance.) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/fcf17f1c-6d6c-4ce5-a5e7-5bc14439298b/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | list_racecards_pro_v1_racecards_pro_get | Get past and future advanced racecards by date, including runner odds for UK & IRE racing. (PRO PLAN) (Past racecards available from 2023-01-23. Future racecards available up to 1 week in advance.) | 200 | null | {"racecards": [{"race_id": "", "course": "", "course_id": "", "date": "", "off_time": "", "race_name": "", "distance_round": "", "distance": "", "distance_f": "", "region": "", "pattern": "", "race_class": "", "type": "", "age_band": "", "rating_band": "", "prize": "", "field_size": "", "going_detailed": "", "rail_movements": "", "stalls": "", "weather": "", "going": "", "surface": "", "runners": [{"horse_id": "", "horse": "", "dob": "", "age": "", "sex": "", "sex_code": "", "colour": "", "region": "", "breeder": "", "dam": "", "dam_id": "", "dam_region": "", "sire": "", "sire_id": "", "sire_region": "", "damsire": "", "damsire_id": "", "damsire_region": "", "trainer": "", "trainer_id": "", "trainer_location": "", "trainer_14_days": {}, "owner": "", "owner_id": "", "prev_trainers": [], "prev_owners": [], "comment": "", "spotlight": "", "quotes": [], "stable_tour": [], "medical": [], "number": "", "draw": "", "headgear": "", "headgear_run": "", "wind_surgery": "", "wind_surgery_run": "", "past_results_flags": [], "lbs": "", "ofr": "", "rpr": "", "ts": "", "jockey": "", "jockey_id": "", "silk_url": "", "last_run": "", "form": "", "trainer_rtf": "", "odds": []}]}], "query": []} | {"title": "RacecardsOdds", "required": ["racecards", "query"], "type": "object", "properties": {"racecards": {"title": "Racecards", "type": "array", "items": {"title": "RacecardOdds", "required": ["race_id", "course", "course_id", "date", "off_time", "race_name", "distance_round", "distance", "distance_f", "region", "pattern", "race_class", "type", "age_band", "rating_band", "prize", "field_size", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "off_time": {"title": "Off Time", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "distance_round": {"title": "Distance Round", "type": "string"}, "distance": {"title": "Distance", "type": "string"}, "distance_f": {"title": "Distance F", "type": "string"}, "region": {"title": "Region", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "race_class": {"title": "Race Class", "type": "string"}, "type": {"title": "Type", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "field_size": {"title": "Field Size", "type": "string"}, "going_detailed": {"title": "Going Detailed", "type": "string"}, "rail_movements": {"title": "Rail Movements", "type": "string"}, "stalls": {"title": "Stalls", "type": "string"}, "weather": {"title": "Weather", "type": "string"}, "going": {"title": "Going", "type": "string"}, "surface": {"title": "Surface", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "RunnerOdds", "required": ["horse_id", "horse", "dam", "dam_id", "sire", "sire_id", "damsire", "damsire_id", "trainer", "trainer_id", "owner", "owner_id", "number", "draw", "lbs", "ofr", "rpr", "ts", "jockey", "jockey_id", "last_run"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "dob": {"title": "Dob", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "sex_code": {"title": "Sex Code", "type": "string"}, "colour": {"title": "Colour", "type": "string"}, "region": {"title": "Region", "type": "string"}, "breeder": {"title": "Breeder", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "dam_region": {"title": "Dam Region", "type": "string", "default": ""}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "sire_region": {"title": "Sire Region", "type": "string", "default": ""}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "damsire_region": {"title": "Damsire Region", "type": "string", "default": ""}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer_location": {"title": "Trainer Location", "type": "string", "default": ""}, "trainer_14_days": {"title": "Trainer 14 Days", "allOf": [{"title": "RunnerTrainer14Days", "type": "object", "properties": {"runs": {"description": "**Omitted**"}, "wins": {"description": "**Omitted**"}, "percent": {"description": "**Omitted**"}}}], "default": {}}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "prev_trainers": {"title": "Prev Trainers", "type": "array", "items": {"title": "RunnerPrevTrainer", "type": "object", "properties": {"trainer": {"description": "**Omitted**"}, "trainer_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "prev_owners": {"title": "Prev Owners", "type": "array", "items": {"title": "RunnerPrevOwner", "type": "object", "properties": {"owner": {"description": "**Omitted**"}, "owner_id": {"description": "**Omitted**"}, "change_date": {"description": "**Omitted**"}}}, "default": []}, "comment": {"title": "Comment", "type": "string", "default": ""}, "spotlight": {"title": "Spotlight", "type": "string", "default": ""}, "quotes": {"title": "Quotes", "type": "array", "items": {"title": "RunnerQuote", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "race": {"description": "**Omitted**"}, "course": {"description": "**Omitted**"}, "course_id": {"description": "**Omitted**"}, "distance_f": {"description": "**Omitted**"}, "distance_y": {"description": "**Omitted**"}, "quote": {"description": "**Omitted**"}}}, "default": []}, "stable_tour": {"title": "Stable Tour", "type": "array", "items": {"title": "RunnerStableTour", "type": "object", "properties": {"quote": {"description": "**Omitted**"}}}, "default": []}, "medical": {"title": "Medical", "type": "array", "items": {"title": "RunnerMedical", "type": "object", "properties": {"date": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}}}, "default": []}, "number": {"title": "Number", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "headgear": {"title": "Headgear", "type": "string", "default": ""}, "headgear_run": {"title": "Headgear Run", "type": "string", "default": ""}, "wind_surgery": {"title": "Wind Surgery", "type": "string", "default": ""}, "wind_surgery_run": {"title": "Wind Surgery Run", "type": "string", "default": ""}, "past_results_flags": {"title": "Past Results Flags", "type": "array", "items": {"type": "string"}, "default": []}, "lbs": {"title": "Lbs", "type": "string"}, "ofr": {"title": "Ofr", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "ts": {"title": "Ts", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}, "last_run": {"title": "Last Run", "type": "string"}, "form": {"title": "Form", "type": "string"}, "trainer_rtf": {"title": "Trainer Rtf", "type": "string"}, "odds": {"title": "Odds", "type": "array", "items": {}, "default": []}}}}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/07f71876-b9f8-4eb1-90f8-ed5ed513a951/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | damsire_distance_analysis_v1_damsires__damsire_id__analysis_distances_get | Grandoffspring distance statistics for damsire (STANDARD PLAN).
For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'. | 200 | null | {"id": "", "damsire": "", "total_runners": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "DamsireDistanceAnalysis", "required": ["id", "damsire", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/07f71876-b9f8-4eb1-90f8-ed5ed513a951/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | damsire_distance_analysis_v1_damsires__damsire_id__analysis_distances_get | Grandoffspring distance statistics for damsire (STANDARD PLAN).
For damsire results and statistics, use the horses endpoints, replacing the 'dsi_' damsire id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/05f2db07-a206-4c1a-8ea1-a1990f7dc4f0/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_owner_analysis_v1_trainers__trainer_id__analysis_owners_get | Owner statistics for a trainer (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/05f2db07-a206-4c1a-8ea1-a1990f7dc4f0/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_owner_analysis_v1_trainers__trainer_id__analysis_owners_get | Owner statistics for a trainer (STANDARD PLAN) | 200 | null | {"id": "", "trainer": "", "total_runners": 0, "owners": [{"owner_id": "", "owner": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "TrainerOwnerAnalysis", "required": ["id", "trainer", "total_runners", "owners", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "owners": {"title": "Owners", "type": "array", "items": {"title": "Owner", "required": ["owner_id", "owner", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"owner_id": {"title": "Owner Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/568bb7d8-456f-47bb-af45-e812e377a3e5/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_course_analysis_v1_trainers__trainer_id__analysis_courses_get | Course statistics for a trainer (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/568bb7d8-456f-47bb-af45-e812e377a3e5/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_course_analysis_v1_trainers__trainer_id__analysis_courses_get | Course statistics for a trainer (STANDARD PLAN) | 200 | null | {"id": "", "trainer": "", "total_runners": 0, "courses": [{"course": "", "region": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "TrainerCourseAnalysis", "required": ["id", "trainer", "total_runners", "courses", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "courses": {"title": "Courses", "type": "array", "items": {"title": "Course", "required": ["course", "region", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"course": {"title": "Course", "type": "string"}, "region": {"title": "Region", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/664259a4-df24-43a8-92e4-f71d8c58681d/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_results_v1_trainers__trainer_id__results_get | Full historic results for a trainer (PRO PLAN) | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/664259a4-df24-43a8-92e4-f71d8c58681d/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_results_v1_trainers__trainer_id__results_get | Full historic results for a trainer (PRO PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/5ff47111-f2d3-4e94-b26d-b543ddd26700/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_distance_analysis_v1_trainers__trainer_id__analysis_distances_get | Distance statistics for a trainer (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/5ff47111-f2d3-4e94-b26d-b543ddd26700/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_distance_analysis_v1_trainers__trainer_id__analysis_distances_get | Distance statistics for a trainer (STANDARD PLAN) | 200 | null | {"id": "", "trainer": "", "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": "TrainerDistanceAnalysis", "required": ["id", "trainer", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/5367fca4-ad4d-4c9c-b1c5-9c580a74c6e1/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_horse_age_analysis_v1_trainers__trainer_id__analysis_horse_age_get | Horse age statistics for a trainer (STANDARD PLAN) | 200 | null | {"id": "", "trainer": "", "total_runners": 0, "horse_ages": [{"horse_age": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "TrainerHorseAgeAnalysis", "required": ["id", "trainer", "total_runners", "horse_ages", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "horse_ages": {"title": "Horse Ages", "type": "array", "items": {"title": "HorseAges", "required": ["horse_age", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"horse_age": {"title": "Horse Age", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/5367fca4-ad4d-4c9c-b1c5-9c580a74c6e1/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_horse_age_analysis_v1_trainers__trainer_id__analysis_horse_age_get | Horse age statistics for a trainer (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/61192470-304f-4b15-b370-db893a261857/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_trainers_v1_trainers_search_get | Search trainers by name (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/61192470-304f-4b15-b370-db893a261857/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_trainers_v1_trainers_search_get | Search trainers by name (STANDARD PLAN) | 200 | null | {"search_results": [{"id": "", "trainer": ""}]} | {"title": "Trainers", "required": ["search_results"], "type": "object", "properties": {"search_results": {"title": "Search Results", "type": "array", "items": {"title": "Trainer", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/779caf39-5e08-4412-b84a-50792899ecdc/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_jockey_analysis_v1_trainers__trainer_id__analysis_jockeys_get | Jockey statistics for a trainer (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/779caf39-5e08-4412-b84a-50792899ecdc/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | trainer_jockey_analysis_v1_trainers__trainer_id__analysis_jockeys_get | Jockey statistics for a trainer (STANDARD PLAN) | 200 | null | {"id": "", "trainer": "", "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": "TrainerJockeyAnalysis", "required": ["id", "trainer", "total_runners", "jockeys", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "jockeys": {"title": "Jockeys", "type": "array", "items": {"title": "Jockey", "required": ["jockey_id", "jockey", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"jockey_id": {"title": "Jockey Id", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/2f34dd68-5b92-4cd2-9328-b8c0809eb4fa/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | sire_class_analysis_v1_sires__sire_id__analysis_classes_get | Offspring class statistics for sire (STANDARD PLAN).
For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/2f34dd68-5b92-4cd2-9328-b8c0809eb4fa/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | sire_class_analysis_v1_sires__sire_id__analysis_classes_get | Offspring class statistics for sire (STANDARD PLAN).
For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'. | 200 | null | {"id": "", "sire": "", "total_runners": 0, "classes": [{"class": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "SireClassAnalysis", "required": ["id", "sire", "total_runners", "classes", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "classes": {"title": "Classes", "type": "array", "items": {"title": "Class", "required": ["class", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"class": {"title": "Class", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/a74381dc-db90-426e-8148-d45d1577f144/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | sire_results_v1_sires__sire_id__results_get | Full historic results for sire offspring (PRO PLAN).
For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/a74381dc-db90-426e-8148-d45d1577f144/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | sire_results_v1_sires__sire_id__results_get | Full historic results for sire offspring (PRO PLAN).
For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'. | 200 | null | {"results": [{"race_id": "", "date": "", "region": "", "course": "", "course_id": "", "off": "", "race_name": "", "type": "", "class": "", "pattern": "", "rating_band": "", "age_band": "", "sex_rest": "", "dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "going": "", "runners": [{"horse_id": "", "horse": "", "sp": "", "sp_dec": "", "number": "", "position": "", "draw": "", "btn": "", "ovr_btn": "", "age": "", "sex": "", "weight": "", "weight_lbs": "", "headgear": "", "time": "", "or": "", "rpr": "", "tsr": "", "prize": "", "jockey": "", "jockey_id": "", "trainer": "", "trainer_id": "", "owner": "", "owner_id": "", "sire": "", "sire_id": "", "dam": "", "dam_id": "", "damsire": "", "damsire_id": "", "comment": "", "silk_url": ""}]}], "total": 0, "limit": 0, "skip": 0, "query": []} | {"title": "ResultsPage", "required": ["total", "limit", "skip", "query"], "type": "object", "properties": {"results": {"title": "Results", "type": "array", "items": {"title": "Result", "required": ["race_id", "date", "region", "course", "course_id", "off", "race_name", "type", "class", "pattern", "rating_band", "age_band", "sex_rest", "dist", "dist_y", "dist_m", "dist_f", "going", "runners"], "type": "object", "properties": {"race_id": {"title": "Race Id", "type": "string"}, "date": {"title": "Date", "type": "string"}, "region": {"title": "Region", "type": "string"}, "course": {"title": "Course", "type": "string"}, "course_id": {"title": "Course Id", "type": "string"}, "off": {"title": "Off", "type": "string"}, "race_name": {"title": "Race Name", "type": "string"}, "type": {"title": "Type", "type": "string"}, "class": {"title": "Class", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "rating_band": {"title": "Rating Band", "type": "string"}, "age_band": {"title": "Age Band", "type": "string"}, "sex_rest": {"title": "Sex Rest", "type": "string"}, "dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "going": {"title": "Going", "type": "string"}, "runners": {"title": "Runners", "type": "array", "items": {"title": "Runner", "required": ["horse_id", "horse", "sp", "sp_dec", "number", "position", "draw", "btn", "ovr_btn", "age", "sex", "weight", "weight_lbs", "headgear", "time", "or", "rpr", "tsr", "prize", "jockey", "jockey_id", "trainer", "trainer_id", "owner", "owner_id", "sire", "sire_id", "dam", "dam_id", "damsire", "damsire_id", "comment"], "type": "object", "properties": {"horse_id": {"title": "Horse Id", "type": "string"}, "horse": {"title": "Horse", "type": "string"}, "sp": {"title": "Sp", "type": "string"}, "sp_dec": {"title": "Sp Dec", "type": "string"}, "number": {"title": "Number", "type": "string"}, "position": {"title": "Position", "type": "string"}, "draw": {"title": "Draw", "type": "string"}, "btn": {"title": "Btn", "type": "string"}, "ovr_btn": {"title": "Ovr Btn", "type": "string"}, "age": {"title": "Age", "type": "string"}, "sex": {"title": "Sex", "type": "string"}, "weight": {"title": "Weight", "type": "string"}, "weight_lbs": {"title": "Weight Lbs", "type": "string"}, "headgear": {"title": "Headgear", "type": "string"}, "time": {"title": "Time", "type": "string"}, "or": {"title": "Or", "type": "string"}, "rpr": {"title": "Rpr", "type": "string"}, "tsr": {"title": "Tsr", "type": "string"}, "prize": {"title": "Prize", "type": "string"}, "jockey": {"title": "Jockey", "type": "string"}, "jockey_id": {"title": "Jockey Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "trainer_id": {"title": "Trainer Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "owner_id": {"title": "Owner Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "sire_id": {"title": "Sire Id", "type": "string"}, "dam": {"title": "Dam", "type": "string"}, "dam_id": {"title": "Dam Id", "type": "string"}, "damsire": {"title": "Damsire", "type": "string"}, "damsire_id": {"title": "Damsire Id", "type": "string"}, "comment": {"title": "Comment", "type": "string"}, "silk_url": {"title": "Silk Url", "type": "string", "default": ""}}}}}}}, "total": {"title": "Total", "type": "integer"}, "limit": {"title": "Limit", "type": "integer"}, "skip": {"title": "Skip", "type": "integer"}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/936344eb-88fc-43de-b538-d96840fffde3/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | sire_distance_analysis_v1_sires__sire_id__analysis_distances_get | Offspring distance statistics for sire (STANDARD PLAN).
For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/936344eb-88fc-43de-b538-d96840fffde3/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | sire_distance_analysis_v1_sires__sire_id__analysis_distances_get | Offspring distance statistics for sire (STANDARD PLAN).
For sire results and statistics, use the horses endpoints, replacing the 'sir_' sire id prefix with 'hrs_'. | 200 | null | {"id": "", "sire": "", "total_runners": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "SireDistanceAnalysis", "required": ["id", "sire", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "sire": {"title": "Sire", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/de427a50-33e8-44f6-9b2f-9da442d3048e/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_sires_v1_sires_search_get | Search sires by name (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/de427a50-33e8-44f6-9b2f-9da442d3048e/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | search_sires_v1_sires_search_get | Search sires by name (STANDARD PLAN) | 200 | null | {"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"}}}}}} |
5a0e575d-9d6e-4b67-b7ec-1b7efb3f5bd2/08d030cc-5582-4bf8-98c0-2ef4f03b8bac/0/0 | Live Sports News | You can find live Cric-info sports news, | null | Get news by category id | Get news by category id | 200 | Response | {"pageNo": "2", "totalRecords": "137530", "data": [{"title": "New South Wales narrowly save follow-on to ensure draw", "linkUrl": "https://www.espncricinfo.com//series/sheffield-shield-2021-22-1270433/new-south-wales-vs-western-australia-19th-match-1270445/match-report-4", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Western Australia could still earn the right to host the Shield final win a win in their final match", "postedOn": "18-Mar-2022", "postedBy": "ESPNcricinfo staff and AAP"}, {"title": "Matthews, Fletcher break Bangladesh hearts", "linkUrl": "https://www.espncricinfo.com//series/icc-women-s-world-cup-2021-22-1219028/bangladesh-women-vs-west-indies-women-17th-match-1243924/match-report", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Shemaine Campbelle too contributed a match-defining half-century as West Indies pull off third win", "postedOn": "17-Mar-2022", "postedBy": "S Sudarshanan"}, {"title": "Tom Alsop signs for Sussex on season-long loan", "linkUrl": "https://www.espncricinfo.com//story/tom-alsop-signs-for-sussex-on-season-long-loan-1306086", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Former England Lions keeper-batter has struggled for runs at Hampshire", "postedOn": "17-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "Ben Stokes century sets up England declaration before West Indies dig in", "linkUrl": "https://www.espncricinfo.com//series/england-tour-of-west-indies-2021-22-1256716/west-indies-vs-england-2nd-test-1256727/match-report-2", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Joe Root passes 150, Matt Fisher claims maiden Test wicket with second ball", "postedOn": "17-Mar-2022", "postedBy": "Valkerie Baynes"}, {"title": "Mohammad Rizwan: 'Nauman Ali's 0* and my hundred were of the same value'", "linkUrl": "https://www.espncricinfo.com//story/pak-vs-aus-2nd-test-mohammad-rizwan-nauman-ali-s-0-and-my-hundred-were-of-the-same-value-1306080", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "The wicketkeeper-batter lauds Pakistan for earning a stunning draw against the top-ranked Test team", "postedOn": "17-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "South Africa without IPL-bound players for Bangladesh Tests, Zondo gets maiden call-up", "linkUrl": "https://www.espncricinfo.com//story/sa-vs-ban-2021-22-south-africa-without-ipl-bound-players-for-bangladesh-tests-khaya-zondo-gets-maiden-call-up-1306072", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "\"On the eve of a one-day series, and with a Test squad due to be announced, we're still not sure what is happening,\" Bavuma said earlier in the day", "postedOn": "17-Mar-2022", "postedBy": "Sruthi Ravindranath"}, {"title": "Mohammad Haris, Asif Afridi in Pakistan white-ball squads for Australia series", "linkUrl": "https://www.espncricinfo.com//story/mohammad-haris-asif-afridi-in-pakistan-white-ball-squads-for-australia-series-1306066", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Hasan Ali replaces Mohammad Hasnain, whose action was found to be illegal", "postedOn": "17-Mar-2022", "postedBy": "Umar Farooq"}, {"title": "Victoria eye run chase after Murphy stars again", "linkUrl": "https://www.espncricinfo.com//series/sheffield-shield-2021-22-1270433/victoria-vs-tasmania-20th-match-1270440/match-report-3", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "After declaring behind the home side's bowlers made regular inroads", "postedOn": "17-Mar-2022", "postedBy": "AAP"}, {"title": "Kelly's bursts gives Western Australia chance of pushing for victory", "linkUrl": "https://www.espncricinfo.com//series/sheffield-shield-2021-22-1270433/new-south-wales-vs-western-australia-19th-match-1270445/match-report-3", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Jason Sangha and Chris Tremain gave New South Wales hope of saving the follow-on", "postedOn": "17-Mar-2022", "postedBy": "AAP"}, {"title": "Tahlia McGrath: 2017 World Cup defeat to India 'reshaped our values'", "linkUrl": "https://www.espncricinfo.com//story/wwc-2022-aus-vs-ind-tahlia-mcgrath-2017-world-cup-defeat-to-india-reshaped-our-values-1306041", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Recent success against India unlikely to matter in Saturday's contest in Auckland, says star Australia allrounder", "postedOn": "17-Mar-2022", "postedBy": "Annesha Ghosh"}, {"title": "Bangladesh's chance to break new ground in South Africa", "linkUrl": "https://www.espncricinfo.com//series/bangladesh-in-south-africa-2021-22-1277070/south-africa-vs-bangladesh-1st-odi-1277097/match-preview", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Can Tamim Iqbal's men win their first ever ODI in SA, or will Temba Bavuma's team hold on to a proud 20-year record?", "postedOn": "17-Mar-2022", "postedBy": "Mohammad Isam"}, {"title": "'Will put everything into next week' - Pat Cummins confident Australia's bowlers can go again", "linkUrl": "https://www.espncricinfo.com//story/pak-vs-aus-2nd-test-will-put-everything-into-next-week-pat-cummins-confident-australia-bowlers-can-go-again-1305990", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "After 172 overs in the field in Karachi, recovery will be vital ahead of the deciding Test", "postedOn": "17-Mar-2022", "postedBy": "Andrew McGlashan"}, {"title": "'It's the person Rod Marsh that I loved' - Dennis Lillee leads tributes at funeral ", "linkUrl": "https://www.espncricinfo.com//story/it-s-the-person-rod-marsh-that-i-loved-dennis-lillee-leads-tributes-at-funeral-1305997", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "The fast bowler was among friends and family to speak at the service at Adelaide Oval", "postedOn": "17-Mar-2022", "postedBy": "AAP"}, {"title": "Kapp does it again as South Africa trump New Zealand to make it four in four", "linkUrl": "https://www.espncricinfo.com//series/icc-women-s-world-cup-2021-22-1219028/new-zealand-women-vs-south-africa-women-16th-match-1243923/match-report", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Amelia Kerr's three-four and Sophie Devine's 93 go in vain for New Zealand, who go down for the third time in the tournament", "postedOn": "17-Mar-2022", "postedBy": "Firdose Moonda"}, {"title": "Luke Wright steps down as Sussex T20 captain", "linkUrl": "https://www.espncricinfo.com//story/luke-wright-steps-down-as-sussex-t20-captain-1305964", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Blast's all-time leading scorer quits captaincy after seven seasons in charge", "postedOn": "16-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "DCMS chair weighs in as Yorkshire crisis deepens with potential resignation of Lord Patel", "linkUrl": "https://www.espncricinfo.com//story/dcms-chair-weighs-in-as-yorkshire-crisis-deepens-with-potential-resignation-of-lord-patel-1305956", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Committee accused of pressurising ECB into suspending club from Test hosting", "postedOn": "16-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "Babar Azam: 'This innings holds a lot of meaning for me'", "linkUrl": "https://www.espncricinfo.com//story/pak-vs-aus-2nd-test-babar-azam-this-innings-holds-a-lot-of-meaning-for-me-1305944", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Pakistan's captain was thrilled by the crowd that showed up at the National Stadium to watch the final day unfold", "postedOn": "16-Mar-2022", "postedBy": "Danyal Rasool"}, {"title": "Daniel Sams joins Essex for Vitality T20 Blast", "linkUrl": "https://www.espncricinfo.com//story/vitality-t20-blast-2022-daniel-sams-joins-essex-for-t20-blast-1305939", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Big-hitting left-arm seamer will arrive after completion of IPL stint", "postedOn": "16-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "'If we took a couple of catches it might be a different scenario' - Pat Cummins rues missed chances", "linkUrl": "https://www.espncricinfo.com//story/pak-vs-aus-2nd-test-2022-if-we-took-a-couple-of-catches-it-might-be-a-different-scenario-cummins-rues-drops-1305930", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Captain hails Swepson despite the debutant legspinner going wicketless and conceding 156 in the fourth innings", "postedOn": "16-Mar-2022", "postedBy": "Andrew McGlashan"}, {"title": "Hundred draft rescheduled to avoid clash with Shane Warne's funeral ", "linkUrl": "https://www.espncricinfo.com//story/the-hundred-2022-draft-rescheduled-to-avoid-clash-with-shane-warnes-funeral-1305911", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Picks to be made behind closed doors in first week of April", "postedOn": "16-Mar-2022", "postedBy": "Matt Roller"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"pageNo": {"type": "string"}, "totalRecords": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "linkUrl": {"type": "string"}, "imageUrl": {"type": "string"}, "description": {"type": "string"}, "postedOn": {"type": "string"}, "postedBy": {"type": "string"}}, "required": ["description", "imageUrl", "linkUrl", "postedBy", "postedOn", "title"]}}}, "required": ["data", "pageNo", "totalRecords"]} |
5a0e575d-9d6e-4b67-b7ec-1b7efb3f5bd2/a148d147-7538-439e-8e1b-2e4886023177/0/0 | Live Sports News | You can find live Cric-info sports news, | null | Get all news | Get all news | 200 | Response | {"pageNo": "2", "totalRecords": "137530", "data": [{"title": "New South Wales narrowly save follow-on to ensure draw", "linkUrl": "https://www.espncricinfo.com//series/sheffield-shield-2021-22-1270433/new-south-wales-vs-western-australia-19th-match-1270445/match-report-4", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Western Australia could still earn the right to host the Shield final win a win in their final match", "postedOn": "18-Mar-2022", "postedBy": "ESPNcricinfo staff and AAP"}, {"title": "Matthews, Fletcher break Bangladesh hearts", "linkUrl": "https://www.espncricinfo.com//series/icc-women-s-world-cup-2021-22-1219028/bangladesh-women-vs-west-indies-women-17th-match-1243924/match-report", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Shemaine Campbelle too contributed a match-defining half-century as West Indies pull off third win", "postedOn": "17-Mar-2022", "postedBy": "S Sudarshanan"}, {"title": "Tom Alsop signs for Sussex on season-long loan", "linkUrl": "https://www.espncricinfo.com//story/tom-alsop-signs-for-sussex-on-season-long-loan-1306086", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Former England Lions keeper-batter has struggled for runs at Hampshire", "postedOn": "17-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "Ben Stokes century sets up England declaration before West Indies dig in", "linkUrl": "https://www.espncricinfo.com//series/england-tour-of-west-indies-2021-22-1256716/west-indies-vs-england-2nd-test-1256727/match-report-2", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Joe Root passes 150, Matt Fisher claims maiden Test wicket with second ball", "postedOn": "17-Mar-2022", "postedBy": "Valkerie Baynes"}, {"title": "Mohammad Rizwan: 'Nauman Ali's 0* and my hundred were of the same value'", "linkUrl": "https://www.espncricinfo.com//story/pak-vs-aus-2nd-test-mohammad-rizwan-nauman-ali-s-0-and-my-hundred-were-of-the-same-value-1306080", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "The wicketkeeper-batter lauds Pakistan for earning a stunning draw against the top-ranked Test team", "postedOn": "17-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "South Africa without IPL-bound players for Bangladesh Tests, Zondo gets maiden call-up", "linkUrl": "https://www.espncricinfo.com//story/sa-vs-ban-2021-22-south-africa-without-ipl-bound-players-for-bangladesh-tests-khaya-zondo-gets-maiden-call-up-1306072", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "\"On the eve of a one-day series, and with a Test squad due to be announced, we're still not sure what is happening,\" Bavuma said earlier in the day", "postedOn": "17-Mar-2022", "postedBy": "Sruthi Ravindranath"}, {"title": "Mohammad Haris, Asif Afridi in Pakistan white-ball squads for Australia series", "linkUrl": "https://www.espncricinfo.com//story/mohammad-haris-asif-afridi-in-pakistan-white-ball-squads-for-australia-series-1306066", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Hasan Ali replaces Mohammad Hasnain, whose action was found to be illegal", "postedOn": "17-Mar-2022", "postedBy": "Umar Farooq"}, {"title": "Victoria eye run chase after Murphy stars again", "linkUrl": "https://www.espncricinfo.com//series/sheffield-shield-2021-22-1270433/victoria-vs-tasmania-20th-match-1270440/match-report-3", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "After declaring behind the home side's bowlers made regular inroads", "postedOn": "17-Mar-2022", "postedBy": "AAP"}, {"title": "Kelly's bursts gives Western Australia chance of pushing for victory", "linkUrl": "https://www.espncricinfo.com//series/sheffield-shield-2021-22-1270433/new-south-wales-vs-western-australia-19th-match-1270445/match-report-3", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Jason Sangha and Chris Tremain gave New South Wales hope of saving the follow-on", "postedOn": "17-Mar-2022", "postedBy": "AAP"}, {"title": "Tahlia McGrath: 2017 World Cup defeat to India 'reshaped our values'", "linkUrl": "https://www.espncricinfo.com//story/wwc-2022-aus-vs-ind-tahlia-mcgrath-2017-world-cup-defeat-to-india-reshaped-our-values-1306041", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Recent success against India unlikely to matter in Saturday's contest in Auckland, says star Australia allrounder", "postedOn": "17-Mar-2022", "postedBy": "Annesha Ghosh"}, {"title": "Bangladesh's chance to break new ground in South Africa", "linkUrl": "https://www.espncricinfo.com//series/bangladesh-in-south-africa-2021-22-1277070/south-africa-vs-bangladesh-1st-odi-1277097/match-preview", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Can Tamim Iqbal's men win their first ever ODI in SA, or will Temba Bavuma's team hold on to a proud 20-year record?", "postedOn": "17-Mar-2022", "postedBy": "Mohammad Isam"}, {"title": "'Will put everything into next week' - Pat Cummins confident Australia's bowlers can go again", "linkUrl": "https://www.espncricinfo.com//story/pak-vs-aus-2nd-test-will-put-everything-into-next-week-pat-cummins-confident-australia-bowlers-can-go-again-1305990", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "After 172 overs in the field in Karachi, recovery will be vital ahead of the deciding Test", "postedOn": "17-Mar-2022", "postedBy": "Andrew McGlashan"}, {"title": "'It's the person Rod Marsh that I loved' - Dennis Lillee leads tributes at funeral ", "linkUrl": "https://www.espncricinfo.com//story/it-s-the-person-rod-marsh-that-i-loved-dennis-lillee-leads-tributes-at-funeral-1305997", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "The fast bowler was among friends and family to speak at the service at Adelaide Oval", "postedOn": "17-Mar-2022", "postedBy": "AAP"}, {"title": "Kapp does it again as South Africa trump New Zealand to make it four in four", "linkUrl": "https://www.espncricinfo.com//series/icc-women-s-world-cup-2021-22-1219028/new-zealand-women-vs-south-africa-women-16th-match-1243923/match-report", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Amelia Kerr's three-four and Sophie Devine's 93 go in vain for New Zealand, who go down for the third time in the tournament", "postedOn": "17-Mar-2022", "postedBy": "Firdose Moonda"}, {"title": "Luke Wright steps down as Sussex T20 captain", "linkUrl": "https://www.espncricinfo.com//story/luke-wright-steps-down-as-sussex-t20-captain-1305964", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Blast's all-time leading scorer quits captaincy after seven seasons in charge", "postedOn": "16-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "DCMS chair weighs in as Yorkshire crisis deepens with potential resignation of Lord Patel", "linkUrl": "https://www.espncricinfo.com//story/dcms-chair-weighs-in-as-yorkshire-crisis-deepens-with-potential-resignation-of-lord-patel-1305956", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Committee accused of pressurising ECB into suspending club from Test hosting", "postedOn": "16-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "Babar Azam: 'This innings holds a lot of meaning for me'", "linkUrl": "https://www.espncricinfo.com//story/pak-vs-aus-2nd-test-babar-azam-this-innings-holds-a-lot-of-meaning-for-me-1305944", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Pakistan's captain was thrilled by the crowd that showed up at the National Stadium to watch the final day unfold", "postedOn": "16-Mar-2022", "postedBy": "Danyal Rasool"}, {"title": "Daniel Sams joins Essex for Vitality T20 Blast", "linkUrl": "https://www.espncricinfo.com//story/vitality-t20-blast-2022-daniel-sams-joins-essex-for-t20-blast-1305939", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Big-hitting left-arm seamer will arrive after completion of IPL stint", "postedOn": "16-Mar-2022", "postedBy": "ESPNcricinfo staff"}, {"title": "'If we took a couple of catches it might be a different scenario' - Pat Cummins rues missed chances", "linkUrl": "https://www.espncricinfo.com//story/pak-vs-aus-2nd-test-2022-if-we-took-a-couple-of-catches-it-might-be-a-different-scenario-cummins-rues-drops-1305930", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Captain hails Swepson despite the debutant legspinner going wicketless and conceding 156 in the fourth innings", "postedOn": "16-Mar-2022", "postedBy": "Andrew McGlashan"}, {"title": "Hundred draft rescheduled to avoid clash with Shane Warne's funeral ", "linkUrl": "https://www.espncricinfo.com//story/the-hundred-2022-draft-rescheduled-to-avoid-clash-with-shane-warnes-funeral-1305911", "imageUrl": "https://wassets.hscicdn.com/static/images/lazyimage.svg", "description": "Picks to be made behind closed doors in first week of April", "postedOn": "16-Mar-2022", "postedBy": "Matt Roller"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"pageNo": {"type": "string"}, "totalRecords": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "linkUrl": {"type": "string"}, "imageUrl": {"type": "string"}, "description": {"type": "string"}, "postedOn": {"type": "string"}, "postedBy": {"type": "string"}}, "required": ["description", "imageUrl", "linkUrl", "postedBy", "postedOn", "title"]}}}, "required": ["data", "pageNo", "totalRecords"]} |
5a0e575d-9d6e-4b67-b7ec-1b7efb3f5bd2/4da42f4d-c1da-446e-a07d-eba40b179bdb/0/0 | Live Sports News | You can find live Cric-info sports news, | null | Get category by id | Get category by id | 200 | Response | [{"id": "1", "category": "latest"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "category": {"type": "string"}}, "required": ["category", "id"]}} |
5a0e575d-9d6e-4b67-b7ec-1b7efb3f5bd2/fbdd50d1-e398-4b7f-84b7-ba3409e510e8/0/0 | Live Sports News | You can find live Cric-info sports news, | null | Get news categories | Get news categories | 200 | Response | [{"id": "1", "category": "latest"}, {"id": "2", "category": "covid"}, {"id": "3", "category": "tampering"}, {"id": "4", "category": "tech"}, {"id": "5", "category": "racism"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "category": {"type": "string"}}, "required": ["category", "id"]}} |
4fd1f05b-7a76-4fe0-8f32-9260f09fc744/f1b96437-7d9d-4b4c-a9bd-00efb7bf3840/0/0 | Major League Soccer Standings | Major League Soccer (MLS) Standings & Table | 8.1 | Major League Soccer Standings | Major League Soccer Standings | 200 | Response | [{"name": "Eastern Conference", "abbreviation": "East", "entries": [{"team": {"name": "New England Revolution", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/189.png", "abbreviation": "NE"}, "stats": {"wins": 22, "losses": 5, "ties": 7, "gamesPlayed": 34, "goalsFor": 65, "goalsAgainst": 41, "points": 73, "rank": 1, "goalDifference": 24}}, {"team": {"name": "Philadelphia Union", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/10739.png", "abbreviation": "PHI"}, "stats": {"wins": 14, "losses": 8, "ties": 12, "gamesPlayed": 34, "goalsFor": 48, "goalsAgainst": 35, "points": 54, "rank": 2, "goalDifference": 13}}, {"team": {"name": "Nashville SC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/18986.png", "abbreviation": "NSH"}, "stats": {"wins": 12, "losses": 4, "ties": 18, "gamesPlayed": 34, "goalsFor": 55, "goalsAgainst": 33, "points": 54, "rank": 3, "goalDifference": 22}}, {"team": {"name": "New York City FC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/17606.png", "abbreviation": "NYC"}, "stats": {"wins": 14, "losses": 11, "ties": 9, "gamesPlayed": 34, "goalsFor": 56, "goalsAgainst": 36, "points": 51, "rank": 4, "goalDifference": 20}}, {"team": {"name": "Atlanta United FC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/18418.png", "abbreviation": "ATL"}, "stats": {"wins": 13, "losses": 9, "ties": 12, "gamesPlayed": 34, "goalsFor": 45, "goalsAgainst": 37, "points": 51, "rank": 5, "goalDifference": 8}}, {"team": {"name": "Orlando City SC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/12011.png", "abbreviation": "ORL"}, "stats": {"wins": 13, "losses": 9, "ties": 12, "gamesPlayed": 34, "goalsFor": 50, "goalsAgainst": 48, "points": 51, "rank": 6, "goalDifference": 2}}, {"team": {"name": "New York Red Bulls", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/190.png", "abbreviation": "NY"}, "stats": {"wins": 13, "losses": 12, "ties": 9, "gamesPlayed": 34, "goalsFor": 39, "goalsAgainst": 33, "points": 48, "rank": 7, "goalDifference": 6}}, {"team": {"name": "D.C. United", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/193.png", "abbreviation": "DC"}, "stats": {"wins": 14, "losses": 15, "ties": 5, "gamesPlayed": 34, "goalsFor": 56, "goalsAgainst": 54, "points": 47, "rank": 8, "goalDifference": 2}}, {"team": {"name": "Columbus Crew", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/183.png", "abbreviation": "CLB"}, "stats": {"wins": 13, "losses": 13, "ties": 8, "gamesPlayed": 34, "goalsFor": 46, "goalsAgainst": 45, "points": 47, "rank": 9, "goalDifference": 1}}, {"team": {"name": "CF Montr\u00e9al", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/9720.png", "abbreviation": "MTL"}, "stats": {"wins": 12, "losses": 12, "ties": 10, "gamesPlayed": 34, "goalsFor": 46, "goalsAgainst": 44, "points": 46, "rank": 10, "goalDifference": 2}}, {"team": {"name": "Inter Miami CF", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/20232.png", "abbreviation": "MIA"}, "stats": {"wins": 12, "losses": 17, "ties": 5, "gamesPlayed": 34, "goalsFor": 36, "goalsAgainst": 53, "points": 41, "rank": 11, "goalDifference": -17}}, {"team": {"name": "Chicago Fire FC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/182.png", "abbreviation": "CHI"}, "stats": {"wins": 9, "losses": 18, "ties": 7, "gamesPlayed": 34, "goalsFor": 36, "goalsAgainst": 54, "points": 34, "rank": 12, "goalDifference": -18}}, {"team": {"name": "Toronto FC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/7318.png", "abbreviation": "TOR"}, "stats": {"wins": 6, "losses": 18, "ties": 10, "gamesPlayed": 34, "goalsFor": 39, "goalsAgainst": 66, "points": 28, "rank": 13, "goalDifference": -27}}, {"team": {"name": "FC Cincinnati", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/18267.png", "abbreviation": "CIN"}, "stats": {"wins": 4, "losses": 22, "ties": 8, "gamesPlayed": 34, "goalsFor": 37, "goalsAgainst": 74, "points": 20, "rank": 14, "goalDifference": -37}}]}, {"name": "Western Conference", "abbreviation": "West", "entries": [{"team": {"name": "Colorado Rapids", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/184.png", "abbreviation": "COL"}, "stats": {"wins": 17, "losses": 7, "ties": 10, "gamesPlayed": 34, "goalsFor": 51, "goalsAgainst": 35, "points": 61, "rank": 1, "goalDifference": 16}}, {"team": {"name": "Seattle Sounders FC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/9726.png", "abbreviation": "SEA"}, "stats": {"wins": 17, "losses": 8, "ties": 9, "gamesPlayed": 34, "goalsFor": 53, "goalsAgainst": 33, "points": 60, "rank": 2, "goalDifference": 20}}, {"team": {"name": "Sporting Kansas City", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/186.png", "abbreviation": "SKC"}, "stats": {"wins": 17, "losses": 10, "ties": 7, "gamesPlayed": 34, "goalsFor": 58, "goalsAgainst": 40, "points": 58, "rank": 3, "goalDifference": 18}}, {"team": {"name": "Portland Timbers", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/9723.png", "abbreviation": "POR"}, "stats": {"wins": 17, "losses": 13, "ties": 4, "gamesPlayed": 34, "goalsFor": 56, "goalsAgainst": 52, "points": 55, "rank": 4, "goalDifference": 4}}, {"team": {"name": "Minnesota United FC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/17362.png", "abbreviation": "MIN"}, "stats": {"wins": 13, "losses": 11, "ties": 10, "gamesPlayed": 34, "goalsFor": 42, "goalsAgainst": 44, "points": 49, "rank": 5, "goalDifference": -2}}, {"team": {"name": "Vancouver Whitecaps", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/9727.png", "abbreviation": "VAN"}, "stats": {"wins": 12, "losses": 9, "ties": 13, "gamesPlayed": 34, "goalsFor": 45, "goalsAgainst": 45, "points": 49, "rank": 6, "goalDifference": 0}}, {"team": {"name": "Real Salt Lake", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/4771.png", "abbreviation": "RSL"}, "stats": {"wins": 14, "losses": 14, "ties": 6, "gamesPlayed": 34, "goalsFor": 55, "goalsAgainst": 54, "points": 48, "rank": 7, "goalDifference": 1}}, {"team": {"name": "LA Galaxy", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/187.png", "abbreviation": "LA"}, "stats": {"wins": 13, "losses": 12, "ties": 9, "gamesPlayed": 34, "goalsFor": 50, "goalsAgainst": 54, "points": 48, "rank": 8, "goalDifference": -4}}, {"team": {"name": "LAFC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/18966.png", "abbreviation": "LAFC"}, "stats": {"wins": 12, "losses": 13, "ties": 9, "gamesPlayed": 34, "goalsFor": 53, "goalsAgainst": 51, "points": 45, "rank": 9, "goalDifference": 2}}, {"team": {"name": "San Jose Earthquakes", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/191.png", "abbreviation": "SJ"}, "stats": {"wins": 10, "losses": 13, "ties": 11, "gamesPlayed": 34, "goalsFor": 46, "goalsAgainst": 54, "points": 41, "rank": 10, "goalDifference": -8}}, {"team": {"name": "FC Dallas", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/185.png", "abbreviation": "DAL"}, "stats": {"wins": 7, "losses": 15, "ties": 12, "gamesPlayed": 34, "goalsFor": 47, "goalsAgainst": 56, "points": 33, "rank": 11, "goalDifference": -9}}, {"team": {"name": "Austin FC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/20906.png", "abbreviation": "ATX"}, "stats": {"wins": 9, "losses": 21, "ties": 4, "gamesPlayed": 34, "goalsFor": 35, "goalsAgainst": 56, "points": 31, "rank": 12, "goalDifference": -21}}, {"team": {"name": "Houston Dynamo FC", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/6077.png", "abbreviation": "HOU"}, "stats": {"wins": 6, "losses": 16, "ties": 12, "gamesPlayed": 34, "goalsFor": 36, "goalsAgainst": 54, "points": 30, "rank": 13, "goalDifference": -18}}]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "abbreviation": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "logo", "name"]}, "stats": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "ties": {"type": "integer"}, "gamesPlayed": {"type": "integer"}, "goalsFor": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "goalDifference": {"type": "integer"}}, "required": ["gamesPlayed", "goalDifference", "goalsAgainst", "goalsFor", "losses", "points", "rank", "ties", "wins"]}}, "required": ["stats", "team"]}}}, "required": ["abbreviation", "entries", "name"]}} |
5a84a50ce4b00687d356f2a8/5a84bb83e4b00687d356f2d3/0/0 | Football Prediction | The Football Prediction API provides predictions for upcoming football matches, average bookie odds, results for past matches and prediction performance statistics for past results. | 9.9 | Prediction Details | Grab all available predictions for a match id | 200 | Response | {"data": [{"available_markets": ["classic"], "away_strength": 0.8651199370821864, "away_team": "Granada CF", "competition_cluster": "Spain", "competition_name": "Primera Division", "distance_between_teams": 634, "federation": "UEFA", "field_length": 105, "field_width": 67, "home_strength": 1.772133205345935, "home_team": "Deportivo Alaves", "id": 99999, "is_expired": true, "last_update_at": "2020-07-01T13:12:34.400000", "prediction_per_market": {"classic": {"odds": {"1": 2.269, "2": 3.649, "12": 1.373, "1X": 1.281, "X": 3.037, "X2": 1.623}, "prediction": "1X", "probabilities": {"1": 0.432, "2": 0.273, "12": 0.705, "1X": 0.727, "X": 0.295, "X2": 0.568}, "status": "lost"}}, "result": "0 - 2", "season": "2019 - 2020", "stadium_capacity": 19840, "start_date": "2020-07-01T18:30:00"}]} | {"properties": {"data": {"items": {"properties": {"available_markets": {"items": {"type": "string"}, "type": "array"}, "away_strength": {"type": "number"}, "away_team": {"type": "string"}, "competition_cluster": {"type": "string"}, "competition_name": {"type": "string"}, "distance_between_teams": {"type": "integer"}, "federation": {"type": "string"}, "field_length": {"type": "integer"}, "field_width": {"type": "integer"}, "home_strength": {"type": "number"}, "home_team": {"type": "string"}, "id": {"type": "integer"}, "is_expired": {"type": "boolean"}, "last_update_at": {"type": "string"}, "prediction_per_market": {"properties": {"classic": {"properties": {"odds": {"properties": {"1": {"type": "number"}, "2": {"type": "number"}, "12": {"type": "number"}, "1X": {"type": "number"}, "X": {"type": "number"}, "X2": {"type": "number"}}, "type": "object"}, "prediction": {"type": "string"}, "probabilities": {"properties": {"1": {"type": "number"}, "2": {"type": "number"}, "12": {"type": "number"}, "1X": {"type": "number"}, "X": {"type": "number"}, "X2": {"type": "number"}}, "type": "object"}, "status": {"type": "string"}}, "type": "object"}}, "type": "object"}, "result": {"type": "string"}, "season": {"type": "string"}, "stadium_capacity": {"type": "integer"}, "start_date": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"} |
5a84a50ce4b00687d356f2a8/5a84cfd4e4b084deb4ea2402/0/0 | Football Prediction | The Football Prediction API provides predictions for upcoming football matches, average bookie odds, results for past matches and prediction performance statistics for past results. | 9.9 | List available federations | Returns an array of all the available federations. | 200 | Response | {"data": ["UEFA", "CAF", "OFC", "CONMEBOL", "CONCACAF", "AFC"]} | {"properties": {"data": {"items": {"type": "string"}, "type": "array"}}, "type": "object"} |
5a84a50ce4b00687d356f2a8/5a84cec9e4b0a62b51d02540/0/0 | Football Prediction | The Football Prediction API provides predictions for upcoming football matches, average bookie odds, results for past matches and prediction performance statistics for past results. | 9.9 | Performance stats for past predictions | Returns information about the accuracy of past predictions. (in the last day, 7 days, 14 days and 30 days) Can be additionally filtered by federation and market. If no market filter is provided it defaults to classic | 200 | Response | {"data": {"accuracy": {"last_14_days": 0.6501831501831502, "last_30_days": 0.6706161137440758, "last_7_days": 0.6741573033707865, "yesterday": 0.7073170731707317}, "details": {"last_14_days": {"lost": 191, "pending": 0, "postponed": 8, "total": 554, "won": 355}, "last_30_days": {"lost": 417, "pending": 0, "postponed": 20, "total": 1286, "won": 849}, "last_7_days": {"lost": 87, "pending": 0, "postponed": 1, "total": 268, "won": 180}, "yesterday": {"lost": 12, "pending": 0, "postponed": 0, "total": 41, "won": 29}}, "market": "classic"}} | {"properties": {"data": {"properties": {"accuracy": {"properties": {"last_14_days": {"type": "number"}, "last_30_days": {"type": "number"}, "last_7_days": {"type": "number"}, "yesterday": {"type": "number"}}, "type": "object"}, "details": {"properties": {"last_14_days": {"properties": {"lost": {"type": "integer"}, "pending": {"type": "integer"}, "postponed": {"type": "integer"}, "total": {"type": "integer"}, "won": {"type": "integer"}}, "type": "object"}, "last_30_days": {"properties": {"lost": {"type": "integer"}, "pending": {"type": "integer"}, "postponed": {"type": "integer"}, "total": {"type": "integer"}, "won": {"type": "integer"}}, "type": "object"}, "last_7_days": {"properties": {"lost": {"type": "integer"}, "pending": {"type": "integer"}, "postponed": {"type": "integer"}, "total": {"type": "integer"}, "won": {"type": "integer"}}, "type": "object"}, "yesterday": {"properties": {"lost": {"type": "integer"}, "pending": {"type": "integer"}, "postponed": {"type": "integer"}, "total": {"type": "integer"}, "won": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "market": {"type": "string"}}, "type": "object"}}, "type": "object"} |
5a84a50ce4b00687d356f2a8/78ffd705-c055-4769-a7bb-8ee2aa218048/0/0 | Football Prediction | The Football Prediction API provides predictions for upcoming football matches, average bookie odds, results for past matches and prediction performance statistics for past results. | 9.9 | Get list of fixture IDs | Returns a list of fixture IDs that can be used to make requests to endpoints expecting a ID url parameter.
Can be filtered by:
iso_date
market
federation
| 200 | Response | {"data": [102909, 102910, 102734, 102742, 102741, 102864, 102866, 102863, 102865, 102867, 102868, 102720, 102857, 102707, 102711, 102701, 102887, 102838, 102855, 102837, 102827, 102710, 102902, 102791, 102792, 102704, 102712, 102702, 102870, 102900, 102709, 102716, 102829, 102901, 102700, 102706, 102794, 102831, 102795, 102854, 102749, 102903, 102828, 102703, 102727, 102793, 102748, 102879, 102971, 102719, 102830, 102861, 102737, 102750, 102970, 102770, 102860, 102718, 102905, 102758, 102927, 102886, 102930, 102762, 102766, 102767, 102926, 102761, 102763, 102877, 102840, 102872, 102779, 102878, 102918, 102876, 102740, 102919, 102875, 102759, 102874, 102777, 102715, 102760, 102889]} | {"properties": {"data": {"items": {"type": "integer"}, "type": "array"}}, "type": "object"} |
ea5b28a5-4d9f-4686-80d7-a2ab8401cb91/68efab45-a128-402b-a5d1-0f1ad19696b5/0/0 | API-BASKETBALL (NBA) | Get Access to NBA Leagues & Cups with the latest scores, odds, bookmakers, statistics, standings and historical data that are updated after every game. | 5.6 | NBA Team Info | Gets the team info for a specific NBA team. | 200 | Response | {"team": {"id": "16", "uid": "s:40~l:46~t:16", "slug": "minnesota-timberwolves", "location": "Minnesota", "name": "Timberwolves", "abbreviation": "MIN", "displayName": "Minnesota Timberwolves", "shortDisplayName": "Timberwolves", "color": "0E3764", "alternateColor": "c4ced3", "isActive": true, "logos": [{"href": "https://a.espncdn.com/i/teamlogos/nba/500/min.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "default"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500-dark/min.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "dark"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500/scoreboard/min.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500-dark/scoreboard/min.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard", "dark"], "lastUpdated": "2018-06-05T12:08Z"}], "record": {}, "groups": {"id": "11", "parent": {"id": "6"}, "isConference": false}, "links": [{"language": "en-US", "rel": ["clubhouse", "desktop", "team"], "href": "https://www.espn.com/nba/team/_/name/min/minnesota-timberwolves", "text": "Clubhouse", "shortText": "Clubhouse", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["roster", "desktop", "team"], "href": "http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves", "text": "Roster", "shortText": "Roster", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["stats", "desktop", "team"], "href": "http://www.espn.com/nba/team/stats/_/name/min/minnesota-timberwolves", "text": "Statistics", "shortText": "Statistics", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["schedule", "desktop", "team"], "href": "https://www.espn.com/nba/team/schedule/_/name/min", "text": "Schedule", "shortText": "Schedule", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["photos", "desktop", "team"], "href": "https://www.espn.com/nba/team/photos/_/name/min", "text": "photos", "shortText": "photos", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["scores", "sportscenter", "app", "team"], "href": "sportscenter://x-callback-url/showClubhouse?uid=s:40~l:46~t:16§ion=scores", "text": "Scores", "shortText": "Scores", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["draftpicks", "desktop", "team"], "href": "http://www.espn.com/nba/draft/teams/_/name/min/minnesota-timberwolves", "text": "Draft Picks", "shortText": "Draft Picks", "isExternal": false, "isPremium": true}, {"language": "en-US", "rel": ["transactions", "desktop", "team"], "href": "http://www.espn.com/nba/team/transactions/_/name/min", "text": "Transactions", "shortText": "Transactions", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["injuries", "desktop", "team"], "href": "https://www.espn.com/nba/team/injuries/_/name/min", "text": "Injuries", "shortText": "Injuries", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["depthchart", "desktop", "team"], "href": "https://www.espn.com/nba/team/depth/_/name/min", "text": "Depth Chart", "shortText": "Depth Chart", "isExternal": false, "isPremium": false}], "franchise": {"$ref": "http://sports.core.api.espn.pvt/v2/sports/basketball/leagues/nba/franchises/16?lang=en®ion=us", "id": "16", "uid": "s:40~l:46~f:16", "slug": "minnesota-timberwolves", "location": "Minnesota", "name": "Timberwolves", "abbreviation": "MIN", "displayName": "Minnesota Timberwolves", "shortDisplayName": "Timberwolves", "color": "0E3764", "isActive": true, "venue": {"$ref": "http://sports.core.api.espn.pvt/v2/sports/basketball/leagues/nba/venues/2029?lang=en®ion=us", "id": "2029", "fullName": "Target Center", "shortName": "Target Center", "address": {"city": "Minneapolis", "state": "MN"}, "capacity": 19356, "grass": false, "indoor": false, "images": [{"href": "https://a.espncdn.com/i/venues/nba/day/2029.jpg", "width": 2000, "height": 1125, "alt": "", "rel": ["full", "day"]}]}, "team": {"$ref": "http://sports.core.api.espn.pvt/v2/sports/basketball/leagues/nba/seasons/2023/teams/16?lang=en®ion=us"}}, "nextEvent": [{"id": "401474855", "date": "2022-10-04T23:30Z", "name": "Minnesota Timberwolves at Miami Heat", "shortName": "MIN @ MIA", "season": {"year": 2023, "displayName": "2022-23"}, "seasonType": {"id": "1", "type": 1, "name": "Preseason", "abbreviation": "pre"}, "timeValid": true, "competitions": [{"id": "401474855", "date": "2022-10-04T23:30Z", "attendance": 0, "type": {"id": "1", "text": "Standard", "abbreviation": "STD", "slug": "standard", "type": "standard"}, "timeValid": true, "neutralSite": false, "boxscoreAvailable": false, "ticketsAvailable": true, "venue": {"fullName": "FTX Arena", "address": {"city": "Miami", "state": "FL"}}, "competitors": [{"id": "14", "type": "team", "order": 0, "homeAway": "home", "team": {"id": "14", "location": "Miami", "abbreviation": "MIA", "displayName": "Miami Heat", "shortDisplayName": "Heat", "logos": [{"href": "https://a.espncdn.com/i/teamlogos/nba/500/mia.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "default"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500-dark/mia.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "dark"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500/scoreboard/mia.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500-dark/scoreboard/mia.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard", "dark"], "lastUpdated": "2018-06-05T12:08Z"}], "links": [{"rel": ["clubhouse", "desktop", "team"], "href": "https://www.espn.com/nba/team/_/name/mia/miami-heat", "text": "Clubhouse"}, {"rel": ["roster", "desktop", "team"], "href": "http://www.espn.com/nba/team/roster/_/name/mia/miami-heat", "text": "Roster"}, {"rel": ["stats", "desktop", "team"], "href": "http://www.espn.com/nba/team/stats/_/name/mia/miami-heat", "text": "Statistics"}, {"rel": ["schedule", "desktop", "team"], "href": "https://www.espn.com/nba/team/schedule/_/name/mia", "text": "Schedule"}, {"rel": ["photos", "desktop", "team"], "href": "https://www.espn.com/nba/team/photos/_/name/mia", "text": "photos"}, {"rel": ["scores", "sportscenter", "app", "team"], "href": "sportscenter://x-callback-url/showClubhouse?uid=s:40~l:46~t:14§ion=scores", "text": "Scores"}, {"rel": ["draftpicks", "desktop", "team"], "href": "http://www.espn.com/nba/draft/teams/_/name/mia/miami-heat", "text": "Draft Picks"}, {"rel": ["transactions", "desktop", "team"], "href": "http://www.espn.com/nba/team/transactions/_/name/mia", "text": "Transactions"}, {"rel": ["injuries", "desktop", "team"], "href": "https://www.espn.com/nba/team/injuries/_/name/mia", "text": "Injuries"}, {"rel": ["depthchart", "desktop", "team"], "href": "https://www.espn.com/nba/team/depth/_/name/mia", "text": "Depth Chart"}]}}, {"id": "16", "type": "team", "order": 1, "homeAway": "away", "team": {"id": "16", "location": "Minnesota", "abbreviation": "MIN", "displayName": "Minnesota Timberwolves", "shortDisplayName": "Timberwolves", "logos": [{"href": "https://a.espncdn.com/i/teamlogos/nba/500/min.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "default"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500-dark/min.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "dark"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500/scoreboard/min.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard"], "lastUpdated": "2018-06-05T12:08Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nba/500-dark/scoreboard/min.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard", "dark"], "lastUpdated": "2018-06-05T12:08Z"}], "links": [{"rel": ["clubhouse", "desktop", "team"], "href": "https://www.espn.com/nba/team/_/name/min/minnesota-timberwolves", "text": "Clubhouse"}, {"rel": ["roster", "desktop", "team"], "href": "http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves", "text": "Roster"}, {"rel": ["stats", "desktop", "team"], "href": "http://www.espn.com/nba/team/stats/_/name/min/minnesota-timberwolves", "text": "Statistics"}, {"rel": ["schedule", "desktop", "team"], "href": "https://www.espn.com/nba/team/schedule/_/name/min", "text": "Schedule"}, {"rel": ["photos", "desktop", "team"], "href": "https://www.espn.com/nba/team/photos/_/name/min", "text": "photos"}, {"rel": ["scores", "sportscenter", "app", "team"], "href": "sportscenter://x-callback-url/showClubhouse?uid=s:40~l:46~t:16§ion=scores", "text": "Scores"}, {"rel": ["draftpicks", "desktop", "team"], "href": "http://www.espn.com/nba/draft/teams/_/name/min/minnesota-timberwolves", "text": "Draft Picks"}, {"rel": ["transactions", "desktop", "team"], "href": "http://www.espn.com/nba/team/transactions/_/name/min", "text": "Transactions"}, {"rel": ["injuries", "desktop", "team"], "href": "https://www.espn.com/nba/team/injuries/_/name/min", "text": "Injuries"}, {"rel": ["depthchart", "desktop", "team"], "href": "https://www.espn.com/nba/team/depth/_/name/min", "text": "Depth Chart"}]}}], "notes": [], "broadcasts": [], "tickets": [{"id": "4008775", "summary": "Tickets as low as $8", "description": "NBA Preseason - Minnesota Timberwolves at Miami Heat", "maxPrice": 1592, "startingPrice": 8, "numberAvailable": 3291, "totalPostings": 901, "links": [{"rel": ["tickets", "desktop", "event"], "href": "https://www.vividseats.com/miami-heat-tickets-ftx-arena-10-4-2022--sports-nba-basketball/production/4008775?wsUser=717"}, {"rel": ["tickets", "desktop", "venue"], "href": "https://www.vividseats.com/ftx-arena-tickets/venue/56?wsUser=717"}]}], "status": {"clock": 0, "displayClock": "0.0", "period": 0, "type": {"id": "1", "name": "STATUS_SCHEDULED", "state": "pre", "completed": false, "description": "Scheduled", "detail": "Tue, October 4th at 7:30 PM EDT", "shortDetail": "10/4 - 7:30 PM EDT"}}}], "links": [{"language": "en-US", "rel": ["summary", "desktop", "event"], "href": "http://www.espn.com/nba/game/_/gameId/401474855", "text": "Gamecast", "shortText": "Summary", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["summary", "sportscenter", "app", "event"], "href": "sportscenter://x-callback-url/showGame?sportName=basketball&leagueAbbrev=nba&gameId=401474855", "text": "Gamecast", "shortText": "Summary", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["now", "desktop", "event"], "href": "https://www.espn.com/nba/game/_/gameId/401474855", "text": "Now", "shortText": "Now", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["videos", "desktop", "event"], "href": "https://www.espn.com/nba/video?gameId=401474855", "text": "Videos", "shortText": "Videos", "isExternal": false, "isPremium": false}]}], "standingSummary": "3rd in Northwest Division"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"team": {"type": "object", "properties": {"id": {"type": "string"}, "uid": {"type": "string"}, "slug": {"type": "string"}, "location": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "displayName": {"type": "string"}, "shortDisplayName": {"type": "string"}, "color": {"type": "string"}, "alternateColor": {"type": "string"}, "isActive": {"type": "boolean"}, "logos": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "alt": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}, "lastUpdated": {"type": "string"}}, "required": ["alt", "height", "href", "lastUpdated", "rel", "width"]}}, "record": {"type": "object"}, "groups": {"type": "object", "properties": {"id": {"type": "string"}, "parent": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "isConference": {"type": "boolean"}}, "required": ["id", "isConference", "parent"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "text": {"type": "string"}, "shortText": {"type": "string"}, "isExternal": {"type": "boolean"}, "isPremium": {"type": "boolean"}}, "required": ["href", "isExternal", "isPremium", "language", "rel", "shortText", "text"]}}, "franchise": {"type": "object", "properties": {"$ref": {"type": "string"}, "id": {"type": "string"}, "uid": {"type": "string"}, "slug": {"type": "string"}, "location": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "displayName": {"type": "string"}, "shortDisplayName": {"type": "string"}, "color": {"type": "string"}, "isActive": {"type": "boolean"}, "venue": {"type": "object", "properties": {"$ref": {"type": "string"}, "id": {"type": "string"}, "fullName": {"type": "string"}, "shortName": {"type": "string"}, "address": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "state"]}, "capacity": {"type": "integer"}, "grass": {"type": "boolean"}, "indoor": {"type": "boolean"}, "images": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "alt": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}}, "required": ["alt", "height", "href", "rel", "width"]}}}, "required": ["$ref", "address", "capacity", "fullName", "grass", "id", "images", "indoor", "shortName"]}, "team": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$ref", "abbreviation", "color", "displayName", "id", "isActive", "location", "name", "shortDisplayName", "slug", "team", "uid", "venue"]}, "nextEvent": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "season": {"type": "object", "properties": {"year": {"type": "integer"}, "displayName": {"type": "string"}}, "required": ["displayName", "year"]}, "seasonType": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "id", "name", "type"]}, "timeValid": {"type": "boolean"}, "competitions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "attendance": {"type": "integer"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "abbreviation": {"type": "string"}, "slug": {"type": "string"}, "type": {"type": "string"}}, "required": ["abbreviation", "id", "slug", "text", "type"]}, "timeValid": {"type": "boolean"}, "neutralSite": {"type": "boolean"}, "boxscoreAvailable": {"type": "boolean"}, "ticketsAvailable": {"type": "boolean"}, "venue": {"type": "object", "properties": {"fullName": {"type": "string"}, "address": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "state"]}}, "required": ["address", "fullName"]}, "competitors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "order": {"type": "integer"}, "homeAway": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "string"}, "location": {"type": "string"}, "abbreviation": {"type": "string"}, "displayName": {"type": "string"}, "shortDisplayName": {"type": "string"}, "logos": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "alt": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}, "lastUpdated": {"type": "string"}}, "required": ["alt", "height", "href", "lastUpdated", "rel", "width"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "text": {"type": "string"}}, "required": ["href", "rel", "text"]}}}, "required": ["abbreviation", "displayName", "id", "links", "location", "logos", "shortDisplayName"]}}, "required": ["homeAway", "id", "order", "team", "type"]}}, "notes": {"type": "array"}, "broadcasts": {"type": "array"}, "tickets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "maxPrice": {"type": "integer"}, "startingPrice": {"type": "integer"}, "numberAvailable": {"type": "integer"}, "totalPostings": {"type": "integer"}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}}, "required": ["href", "rel"]}}}, "required": ["description", "id", "links", "maxPrice", "numberAvailable", "startingPrice", "summary", "totalPostings"]}}, "status": {"type": "object", "properties": {"clock": {"type": "integer"}, "displayClock": {"type": "string"}, "period": {"type": "integer"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "completed": {"type": "boolean"}, "description": {"type": "string"}, "detail": {"type": "string"}, "shortDetail": {"type": "string"}}, "required": ["completed", "description", "detail", "id", "name", "shortDetail", "state"]}}, "required": ["clock", "displayClock", "period", "type"]}}, "required": ["attendance", "boxscoreAvailable", "broadcasts", "competitors", "date", "id", "neutralSite", "notes", "status", "tickets", "ticketsAvailable", "timeValid", "type", "venue"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "text": {"type": "string"}, "shortText": {"type": "string"}, "isExternal": {"type": "boolean"}, "isPremium": {"type": "boolean"}}, "required": ["href", "isExternal", "isPremium", "language", "rel", "shortText", "text"]}}}, "required": ["competitions", "date", "id", "links", "name", "season", "seasonType", "shortName", "timeValid"]}}, "standingSummary": {"type": "string"}}, "required": ["abbreviation", "alternateColor", "color", "displayName", "franchise", "groups", "id", "isActive", "links", "location", "logos", "name", "nextEvent", "record", "shortDisplayName", "slug", "standingSummary", "uid"]}}, "required": ["team"]} |
ea5b28a5-4d9f-4686-80d7-a2ab8401cb91/3fea8514-2681-4547-a9ad-c008bd411f5f/0/0 | API-BASKETBALL (NBA) | Get Access to NBA Leagues & Cups with the latest scores, odds, bookmakers, statistics, standings and historical data that are updated after every game. | 5.6 | Game Box Score | Gets the NBA game box score data for a specified game.
Parameters_>
id - Game id | 200 | Response | {"teams": [{"team": {"shortDisplayName": "Thunder", "uid": "s:40~l:46~t:25", "alternateColor": "f05133", "color": "C67C03", "displayName": "Oklahoma City Thunder", "name": "Thunder", "logo": "https://a.espncdn.com/i/teamlogos/nba/500/okc.png", "location": "Oklahoma City", "id": "25", "abbreviation": "OKC", "slug": "oklahoma-city-thunder"}, "statistics": [{"displayValue": "35-78", "name": "fieldGoalsMade-fieldGoalsAttempted", "label": "FG"}, {"displayValue": "44.9", "name": "fieldGoalPct", "label": "Field Goal %", "abbreviation": "FG%"}, {"displayValue": "19-41", "name": "threePointFieldGoalsMade-threePointFieldGoalsAttempted", "label": "3PT"}, {"displayValue": "46.3", "name": "threePointFieldGoalPct", "label": "Three Point %", "abbreviation": "3P%"}, {"displayValue": "24-28", "name": "freeThrowsMade-freeThrowsAttempted", "label": "FT"}, {"displayValue": "85.7", "name": "freeThrowPct", "label": "Free Throw %", "abbreviation": "FT%"}, {"displayValue": "43", "name": "totalRebounds", "label": "Rebounds", "abbreviation": "REB"}, {"displayValue": "6", "name": "offensiveRebounds", "label": "Offensive Rebounds", "abbreviation": "OR"}, {"displayValue": "33", "name": "defensiveRebounds", "label": "Defensive Rebounds", "abbreviation": "DR"}, {"displayValue": "25", "name": "assists", "label": "Assists", "abbreviation": "AST"}, {"displayValue": "5", "name": "steals", "label": "Steals", "abbreviation": "STL"}, {"displayValue": "3", "name": "blocks", "label": "Blocks", "abbreviation": "BLK"}, {"displayValue": "18", "name": "turnovers", "label": "Turnovers", "abbreviation": "TO"}, {"displayValue": "0", "name": "teamTurnovers", "label": "Team Turnovers", "abbreviation": "TTO"}, {"displayValue": "18", "name": "totalTurnovers", "label": "Total Turnovers", "abbreviation": "ToTO"}, {"displayValue": "0", "name": "technicalFouls", "label": "Technical Fouls", "abbreviation": "TECH"}, {"displayValue": "0", "name": "totalTechnicalFouls", "label": "Total Technical Fouls", "abbreviation": "TECH"}, {"displayValue": "0", "name": "flagrantFouls", "label": "Flagrant Fouls", "abbreviation": "FLAG"}, {"displayValue": "23", "name": "turnoverPoints", "label": "Points Off Turnovers", "abbreviation": "PTS OFF TO"}, {"displayValue": "5", "name": "fastBreakPoints", "label": "Fast Break Points", "abbreviation": "FBPs"}, {"displayValue": "24", "name": "pointsInPaint", "label": "Points in Paint", "abbreviation": "PIP"}, {"displayValue": "25", "name": "fouls", "label": "Fouls", "abbreviation": "PF"}, {"displayValue": "4", "name": "largestLead", "label": "Largest Lead", "abbreviation": "LL"}]}, {"team": {"shortDisplayName": "Grizzlies", "uid": "s:40~l:46~t:29", "alternateColor": "7399c6", "color": "5D76A8", "displayName": "Memphis Grizzlies", "name": "Grizzlies", "logo": "https://a.espncdn.com/i/teamlogos/nba/500/mem.png", "location": "Memphis", "id": "29", "abbreviation": "MEM", "slug": "memphis-grizzlies"}, "statistics": [{"displayValue": "42-83", "name": "fieldGoalsMade-fieldGoalsAttempted", "label": "FG"}, {"displayValue": "50.6", "name": "fieldGoalPct", "label": "Field Goal %", "abbreviation": "FG%"}, {"displayValue": "12-26", "name": "threePointFieldGoalsMade-threePointFieldGoalsAttempted", "label": "3PT"}, {"displayValue": "46.2", "name": "threePointFieldGoalPct", "label": "Three Point %", "abbreviation": "3P%"}, {"displayValue": "26-33", "name": "freeThrowsMade-freeThrowsAttempted", "label": "FT"}, {"displayValue": "78.8", "name": "freeThrowPct", "label": "Free Throw %", "abbreviation": "FT%"}, {"displayValue": "52", "name": "totalRebounds", "label": "Rebounds", "abbreviation": "REB"}, {"displayValue": "7", "name": "offensiveRebounds", "label": "Offensive Rebounds", "abbreviation": "OR"}, {"displayValue": "37", "name": "defensiveRebounds", "label": "Defensive Rebounds", "abbreviation": "DR"}, {"displayValue": "31", "name": "assists", "label": "Assists", "abbreviation": "AST"}, {"displayValue": "14", "name": "steals", "label": "Steals", "abbreviation": "STL"}, {"displayValue": "4", "name": "blocks", "label": "Blocks", "abbreviation": "BLK"}, {"displayValue": "12", "name": "turnovers", "label": "Turnovers", "abbreviation": "TO"}, {"displayValue": "1", "name": "teamTurnovers", "label": "Team Turnovers", "abbreviation": "TTO"}, {"displayValue": "13", "name": "totalTurnovers", "label": "Total Turnovers", "abbreviation": "ToTO"}, {"displayValue": "3", "name": "technicalFouls", "label": "Technical Fouls", "abbreviation": "TECH"}, {"displayValue": "3", "name": "totalTechnicalFouls", "label": "Total Technical Fouls", "abbreviation": "TECH"}, {"displayValue": "0", "name": "flagrantFouls", "label": "Flagrant Fouls", "abbreviation": "FLAG"}, {"displayValue": "17", "name": "turnoverPoints", "label": "Points Off Turnovers", "abbreviation": "PTS OFF TO"}, {"displayValue": "16", "name": "fastBreakPoints", "label": "Fast Break Points", "abbreviation": "FBPs"}, {"displayValue": "52", "name": "pointsInPaint", "label": "Points in Paint", "abbreviation": "PIP"}, {"displayValue": "18", "name": "fouls", "label": "Fouls", "abbreviation": "PF"}, {"displayValue": "15", "name": "largestLead", "label": "Largest Lead", "abbreviation": "LL"}]}], "players": [{"team": {"shortDisplayName": "Thunder", "uid": "s:40~l:46~t:25", "alternateColor": "f05133", "color": "C67C03", "displayName": "Oklahoma City Thunder", "name": "Thunder", "logo": "https://a.espncdn.com/i/teamlogos/nba/500/okc.png", "location": "Oklahoma City", "id": "25", "abbreviation": "OKC", "slug": "oklahoma-city-thunder"}, "statistics": [{"names": ["MIN", "FG", "3PT", "FT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TO", "PF", "+/-", "PTS"], "keys": ["minutes", "fieldGoalsMade-fieldGoalsAttempted", "threePointFieldGoalsMade-threePointFieldGoalsAttempted", "freeThrowsMade-freeThrowsAttempted", "offensiveRebounds", "defensiveRebounds", "rebounds", "assists", "steals", "blocks", "turnovers", "fouls", "plusMinus", "points"], "athletes": [{"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:4066392", "displayName": "Isaiah Roby", "headshot": {"alt": "Isaiah Roby", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4066392.png"}, "guid": "5ca5512744c745602c21fd80b365d7ab", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4066392/isaiah-roby", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4066392/isaiah-roby", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4066392/isaiah-roby", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4066392/isaiah-roby", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4066392/isaiah-roby", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4066392/isaiah-roby", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4066392/isaiah-roby", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4066392/isaiah-roby", "text": "Advanced Stats"}], "id": "4066392", "position": {"displayName": "Power Forward", "name": "Power Forward", "abbreviation": "PF"}, "shortName": "I. Roby"}, "ejected": false, "stats": ["23", "4-9", "1-3", "1-2", "2", "6", "8", "4", "2", "0", "2", "6", "-6", "10"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:4423545", "displayName": "Darius Bazley", "headshot": {"alt": "Darius Bazley", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4423545.png"}, "jersey": "7", "guid": "dc51779c0f1a03c8f807c7916c852c77", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4423545/darius-bazley", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4423545/darius-bazley", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4423545/darius-bazley", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4423545/darius-bazley", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4423545/darius-bazley", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4423545/darius-bazley", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4423545/darius-bazley", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4423545/darius-bazley", "text": "Advanced Stats"}], "id": "4423545", "position": {"displayName": "Power Forward", "name": "Power Forward", "abbreviation": "PF"}, "shortName": "D. Bazley"}, "ejected": false, "stats": ["32", "7-14", "4-8", "0-0", "0", "7", "7", "2", "0", "0", "2", "0", "-10", "18"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:4397020", "displayName": "Luguentz Dort", "headshot": {"alt": "Luguentz Dort", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4397020.png"}, "jersey": "5", "guid": "7f199b6758d7790d458c29e62293032b", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4397020/luguentz-dort", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4397020/luguentz-dort", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4397020/luguentz-dort", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4397020/luguentz-dort", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4397020/luguentz-dort", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4397020/luguentz-dort", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4397020/luguentz-dort", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4397020/luguentz-dort", "text": "Advanced Stats"}], "id": "4397020", "position": {"displayName": "Small Forward", "name": "Small Forward", "abbreviation": "SF"}, "shortName": "L. Dort"}, "ejected": false, "stats": ["29", "2-10", "1-7", "6-7", "1", "1", "2", "1", "0", "1", "2", "3", "-15", "11"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:4278073", "displayName": "Shai Gilgeous-Alexander", "headshot": {"alt": "Shai Gilgeous-Alexander", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4278073.png"}, "jersey": "2", "guid": "4dcec4093ff928812bc3b4289ce6c36d", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4278073/shai-gilgeous-alexander", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4278073/shai-gilgeous-alexander", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4278073/shai-gilgeous-alexander", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4278073/shai-gilgeous-alexander", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4278073/shai-gilgeous-alexander", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4278073/shai-gilgeous-alexander", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4278073/shai-gilgeous-alexander", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4278073/shai-gilgeous-alexander", "text": "Advanced Stats"}], "id": "4278073", "position": {"displayName": "Point Guard", "name": "Point Guard", "abbreviation": "PG"}, "shortName": "S. Gilgeous-Alexander"}, "ejected": false, "stats": ["33", "6-14", "2-5", "8-8", "1", "2", "3", "6", "0", "0", "1", "2", "-2", "22"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:4683027", "displayName": "Theo Maledon", "headshot": {"alt": "Theo Maledon", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4683027.png"}, "jersey": "11", "guid": "e4d3af47-5482-39f3-aa6c-2d6b03a45cb0", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4683027/theo-maledon", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4683027/theo-maledon", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4683027/theo-maledon", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4683027/theo-maledon", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4683027/theo-maledon", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4683027/theo-maledon", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4683027/theo-maledon", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4683027/theo-maledon", "text": "Advanced Stats"}], "id": "4683027", "position": {"displayName": "Point Guard", "name": "Point Guard", "abbreviation": "PG"}, "shortName": "T. Maledon"}, "ejected": false, "stats": ["34", "4-7", "4-5", "2-2", "0", "5", "5", "2", "2", "0", "3", "3", "-1", "14"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:3138156", "displayName": "Justin Jackson", "headshot": {"alt": "Justin Jackson", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3138156.png"}, "jersey": "44", "guid": "ea5f207a6b56696ed6ae13cd5d9a7072", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3138156/justin-jackson", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3138156/justin-jackson", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3138156/justin-jackson", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3138156/justin-jackson", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3138156/justin-jackson", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3138156/justin-jackson", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3138156/justin-jackson", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3138156/justin-jackson", "text": "Advanced Stats"}], "id": "3138156", "position": {"displayName": "Forward", "name": "Forward", "abbreviation": "F"}, "shortName": "J. Jackson"}, "ejected": false, "stats": ["10", "1-2", "1-2", "1-2", "1", "1", "2", "1", "0", "1", "4", "1", "-3", "4"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:6610", "displayName": "Darius Miller", "headshot": {"alt": "Darius Miller", "href": "https://a.espncdn.com/i/headshots/nba/players/full/6610.png"}, "jersey": "12", "guid": "2634343127239c2d99a258664665a403", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/6610/darius-miller", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/6610/darius-miller", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/6610/darius-miller", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/6610/darius-miller", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/6610/darius-miller", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/6610/darius-miller", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/6610/darius-miller", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/6610/darius-miller", "text": "Advanced Stats"}], "id": "6610", "position": {"displayName": "Small Forward", "name": "Small Forward", "abbreviation": "SF"}, "shortName": "D. Miller"}, "ejected": false, "stats": ["9", "1-1", "1-1", "0-0", "0", "1", "1", "2", "0", "1", "1", "1", "-4", "3"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:3133626", "displayName": "Kenrich Williams", "headshot": {"alt": "Kenrich Williams", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3133626.png"}, "jersey": "34", "guid": "5dbafed64f212177c97368422587ed03", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3133626/kenrich-williams", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3133626/kenrich-williams", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3133626/kenrich-williams", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3133626/kenrich-williams", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3133626/kenrich-williams", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3133626/kenrich-williams", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3133626/kenrich-williams", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3133626/kenrich-williams", "text": "Advanced Stats"}], "id": "3133626", "position": {"displayName": "Small Forward", "name": "Small Forward", "abbreviation": "SF"}, "shortName": "K. Williams"}, "ejected": false, "stats": ["24", "1-1", "0-0", "0-0", "1", "4", "5", "3", "1", "0", "0", "2", "+6", "2"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:2490089", "displayName": "Mike Muscala", "headshot": {"alt": "Mike Muscala", "href": "https://a.espncdn.com/i/headshots/nba/players/full/2490089.png"}, "jersey": "33", "guid": "a288cccb5f3ee54ea843741c1a17e3ad", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/2490089/mike-muscala", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/2490089/mike-muscala", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/2490089/mike-muscala", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/2490089/mike-muscala", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/2490089/mike-muscala", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/2490089/mike-muscala", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/2490089/mike-muscala", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/2490089/mike-muscala", "text": "Advanced Stats"}], "id": "2490089", "position": {"displayName": "Center", "name": "Center", "abbreviation": "C"}, "shortName": "M. Muscala"}, "ejected": false, "stats": ["26", "7-11", "5-9", "2-2", "0", "3", "3", "0", "0", "0", "1", "5", "-4", "21"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:4080610", "displayName": "Hamidou Diallo", "headshot": {"alt": "Hamidou Diallo", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4080610.png"}, "jersey": "6", "guid": "4d118512df3316dab2b668efb4119ecb", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4080610/hamidou-diallo", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4080610/hamidou-diallo", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4080610/hamidou-diallo", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4080610/hamidou-diallo", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4080610/hamidou-diallo", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4080610/hamidou-diallo", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4080610/hamidou-diallo", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4080610/hamidou-diallo", "text": "Advanced Stats"}], "id": "4080610", "position": {"displayName": "Shooting Guard", "name": "Shooting Guard", "abbreviation": "SG"}, "shortName": "H. Diallo"}, "ejected": false, "stats": ["20", "2-9", "0-1", "4-5", "0", "3", "3", "4", "0", "0", "2", "2", "-6", "8"], "didNotPlay": false, "active": true}, {"reason": "REST", "starter": false, "athlete": {"uid": "s:40~l:46~a:3213", "displayName": "Al Horford", "headshot": {"alt": "Al Horford", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3213.png"}, "jersey": "42", "guid": "b79dd16a5d4bd7049b0ceaa9ec3df217", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3213/al-horford", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3213/al-horford", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3213/al-horford", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3213/al-horford", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3213/al-horford", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3213/al-horford", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3213/al-horford", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3213/al-horford", "text": "Advanced Stats"}], "id": "3213", "position": {"displayName": "Center", "name": "Center", "abbreviation": "C"}, "shortName": "A. Horford"}, "ejected": false, "stats": [], "didNotPlay": true, "active": false}, {"reason": "RIGHT THUMB INJURY", "starter": false, "athlete": {"uid": "s:40~l:46~a:3438", "displayName": "George Hill", "headshot": {"alt": "George Hill", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3438.png"}, "jersey": "3", "guid": "abbae422d49b1fd68bde67f49bfa6043", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3438/george-hill", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3438/george-hill", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3438/george-hill", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3438/george-hill", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3438/george-hill", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3438/george-hill", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3438/george-hill", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3438/george-hill", "text": "Advanced Stats"}], "id": "3438", "position": {"displayName": "Point Guard", "name": "Point Guard", "abbreviation": "PG"}, "shortName": "G. Hill"}, "ejected": false, "stats": [], "didNotPlay": true, "active": false}], "totals": ["", "35-78", "19-41", "24-28", "6", "33", "39", "25", "5", "3", "18", "25", "", "113"], "descriptions": ["Minutes", "Field Goals Made/Attempted", "3-Point Field Goals Made/Attempted", "Free Throws Made/Attempted", "Offensive Rebounds", "Defensive Rebounds", "Rebounds", "Assists", "Steals", "Blocks", "Turnovers", "Personal Fouls", "Teams net points while player is on the court.", "Points"], "labels": ["MIN", "FG", "3PT", "FT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TO", "PF", "+/-", "PTS"]}]}, {"team": {"shortDisplayName": "Grizzlies", "uid": "s:40~l:46~t:29", "alternateColor": "7399c6", "color": "5D76A8", "displayName": "Memphis Grizzlies", "name": "Grizzlies", "logo": "https://a.espncdn.com/i/teamlogos/nba/500/mem.png", "location": "Memphis", "id": "29", "abbreviation": "MEM", "slug": "memphis-grizzlies"}, "statistics": [{"names": ["MIN", "FG", "3PT", "FT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TO", "PF", "+/-", "PTS"], "keys": ["minutes", "fieldGoalsMade-fieldGoalsAttempted", "threePointFieldGoalsMade-threePointFieldGoalsAttempted", "freeThrowsMade-freeThrowsAttempted", "offensiveRebounds", "defensiveRebounds", "rebounds", "assists", "steals", "blocks", "turnovers", "fouls", "plusMinus", "points"], "athletes": [{"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:2993874", "displayName": "Kyle Anderson", "headshot": {"alt": "Kyle Anderson", "href": "https://a.espncdn.com/i/headshots/nba/players/full/2993874.png"}, "guid": "0b5e3fdc796dc463655c9c8f6622bcd0", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/2993874/kyle-anderson", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/2993874/kyle-anderson", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/2993874/kyle-anderson", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/2993874/kyle-anderson", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/2993874/kyle-anderson", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/2993874/kyle-anderson", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/2993874/kyle-anderson", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/2993874/kyle-anderson", "text": "Advanced Stats"}], "id": "2993874", "position": {"displayName": "Small Forward", "name": "Small Forward", "abbreviation": "SF"}, "shortName": "K. Anderson"}, "ejected": false, "stats": ["26", "7-11", "2-3", "4-6", "0", "5", "5", "5", "5", "1", "1", "2", "+15", "20"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:3155526", "displayName": "Dillon Brooks", "headshot": {"alt": "Dillon Brooks", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3155526.png"}, "jersey": "24", "guid": "653c07b5853714acf4c6b4e37919aca0", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3155526/dillon-brooks", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3155526/dillon-brooks", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3155526/dillon-brooks", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3155526/dillon-brooks", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3155526/dillon-brooks", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3155526/dillon-brooks", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3155526/dillon-brooks", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3155526/dillon-brooks", "text": "Advanced Stats"}], "id": "3155526", "position": {"displayName": "Small Forward", "name": "Small Forward", "abbreviation": "SF"}, "shortName": "D. Brooks"}, "ejected": false, "stats": ["30", "5-13", "0-3", "7-7", "0", "1", "1", "1", "1", "0", "2", "5", "+14", "17"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:6477", "displayName": "Jonas Valanciunas", "headshot": {"alt": "Jonas Valanciunas", "href": "https://a.espncdn.com/i/headshots/nba/players/full/6477.png"}, "jersey": "17", "guid": "585a3d05447b8a2fbfed56049d1c04ba", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/6477/jonas-valanciunas", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/6477/jonas-valanciunas", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/6477/jonas-valanciunas", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/6477/jonas-valanciunas", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/6477/jonas-valanciunas", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/6477/jonas-valanciunas", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/6477/jonas-valanciunas", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/6477/jonas-valanciunas", "text": "Advanced Stats"}], "id": "6477", "position": {"displayName": "Center", "name": "Center", "abbreviation": "C"}, "shortName": "J. Valanciunas"}, "ejected": false, "stats": ["28", "9-12", "0-0", "4-6", "5", "7", "12", "2", "0", "1", "2", "4", "+17", "22"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:4279888", "displayName": "Ja Morant", "headshot": {"alt": "Ja Morant", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4279888.png"}, "jersey": "12", "guid": "de5f87e08571a730ade46d00d10b8577", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4279888/ja-morant", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4279888/ja-morant", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4279888/ja-morant", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4279888/ja-morant", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4279888/ja-morant", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4279888/ja-morant", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4279888/ja-morant", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4279888/ja-morant", "text": "Advanced Stats"}], "id": "4279888", "position": {"displayName": "Point Guard", "name": "Point Guard", "abbreviation": "PG"}, "shortName": "J. Morant"}, "ejected": false, "stats": ["35", "4-14", "0-3", "7-8", "1", "10", "11", "12", "1", "0", "3", "0", "+5", "15"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": true, "athlete": {"uid": "s:40~l:46~a:3135045", "displayName": "Grayson Allen", "headshot": {"alt": "Grayson Allen", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3135045.png"}, "jersey": "7", "guid": "fedd8adfa9ccd6430130ff502fc58389", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3135045/grayson-allen", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3135045/grayson-allen", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3135045/grayson-allen", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3135045/grayson-allen", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3135045/grayson-allen", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3135045/grayson-allen", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3135045/grayson-allen", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3135045/grayson-allen", "text": "Advanced Stats"}], "id": "3135045", "position": {"displayName": "Shooting Guard", "name": "Shooting Guard", "abbreviation": "SG"}, "shortName": "G. Allen"}, "ejected": false, "stats": ["32", "7-13", "6-10", "2-2", "0", "4", "4", "3", "1", "0", "0", "2", "0", "22"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:3906665", "displayName": "Brandon Clarke", "headshot": {"alt": "Brandon Clarke", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3906665.png"}, "jersey": "15", "guid": "ac9aa77ddbe630648bef208071246a63", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3906665/brandon-clarke", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3906665/brandon-clarke", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3906665/brandon-clarke", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3906665/brandon-clarke", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3906665/brandon-clarke", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3906665/brandon-clarke", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3906665/brandon-clarke", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3906665/brandon-clarke", "text": "Advanced Stats"}], "id": "3906665", "position": {"displayName": "Power Forward", "name": "Power Forward", "abbreviation": "PF"}, "shortName": "B. Clarke"}, "ejected": false, "stats": ["25", "5-8", "2-2", "0-2", "0", "6", "6", "2", "2", "2", "2", "1", "-9", "12"], "didNotPlay": false, "active": true}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:4277964", "displayName": "Xavier Tillman", "headshot": {"alt": "Xavier Tillman", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4277964.png"}, "jersey": "2", "guid": "4b87dfe226392c402e6e056b8ade82b5", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4277964/xavier-tillman", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4277964/xavier-tillman", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4277964/xavier-tillman", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4277964/xavier-tillman", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4277964/xavier-tillman", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4277964/xavier-tillman", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4277964/xavier-tillman", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4277964/xavier-tillman", "text": "Advanced Stats"}], "id": "4277964", "position": {"displayName": "Center", "name": "Center", "abbreviation": "C"}, "shortName": "X. Tillman"}, "ejected": false, "stats": ["19", "3-4", "1-1", "0-0", "0", "2", "2", "2", "1", "0", "1", "1", "-5", "7"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:3135046", "displayName": "Tyus Jones", "headshot": {"alt": "Tyus Jones", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3135046.png"}, "jersey": "21", "guid": "c4cddbcc957d6182fa3366d045c64fc6", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3135046/tyus-jones", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3135046/tyus-jones", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3135046/tyus-jones", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3135046/tyus-jones", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3135046/tyus-jones", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3135046/tyus-jones", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3135046/tyus-jones", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3135046/tyus-jones", "text": "Advanced Stats"}], "id": "3135046", "position": {"displayName": "Point Guard", "name": "Point Guard", "abbreviation": "PG"}, "shortName": "T. Jones"}, "ejected": false, "stats": ["22", "0-4", "0-1", "0-0", "1", "1", "2", "4", "1", "0", "0", "0", "+13", "0"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:3134932", "displayName": "John Konchar", "headshot": {"alt": "John Konchar", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3134932.png"}, "jersey": "46", "guid": "d4c8df921ba032dc7329fd611c2cd134", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3134932/john-konchar", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3134932/john-konchar", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3134932/john-konchar", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3134932/john-konchar", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3134932/john-konchar", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3134932/john-konchar", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3134932/john-konchar", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3134932/john-konchar", "text": "Advanced Stats"}], "id": "3134932", "position": {"displayName": "Shooting Guard", "name": "Shooting Guard", "abbreviation": "SG"}, "shortName": "J. Konchar"}, "ejected": false, "stats": ["6", "1-2", "0-1", "0-0", "0", "0", "0", "0", "1", "0", "1", "1", "-13", "2"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:3908903", "displayName": "Sean McDermott", "headshot": {"alt": "Sean McDermott", "href": "https://a.espncdn.com/i/headshots/nba/players/full/3908903.png"}, "jersey": "30", "guid": "6445df83a2db0e7be709aa6cea4b5764", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/3908903/sean-mcdermott", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/3908903/sean-mcdermott", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/3908903/sean-mcdermott", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/3908903/sean-mcdermott", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/3908903/sean-mcdermott", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/3908903/sean-mcdermott", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/3908903/sean-mcdermott", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/3908903/sean-mcdermott", "text": "Advanced Stats"}], "id": "3908903", "position": {"displayName": "Shooting Guard", "name": "Shooting Guard", "abbreviation": "SG"}, "shortName": "S. McDermott"}, "ejected": false, "stats": ["17", "1-2", "1-2", "2-2", "0", "1", "1", "0", "1", "0", "0", "2", "+8", "5"], "didNotPlay": false, "active": false}, {"reason": "COACH'S DECISION", "starter": false, "athlete": {"uid": "s:40~l:46~a:2534781", "displayName": "Gorgui Dieng", "headshot": {"alt": "Gorgui Dieng", "href": "https://a.espncdn.com/i/headshots/nba/players/full/2534781.png"}, "jersey": "10", "guid": "d8820adffef7422cca799c21e1f89ec9", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/2534781/gorgui-dieng", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/2534781/gorgui-dieng", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/2534781/gorgui-dieng", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/2534781/gorgui-dieng", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/2534781/gorgui-dieng", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/2534781/gorgui-dieng", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/2534781/gorgui-dieng", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/2534781/gorgui-dieng", "text": "Advanced Stats"}], "id": "2534781", "position": {"displayName": "Center", "name": "Center", "abbreviation": "C"}, "shortName": "G. Dieng"}, "ejected": false, "stats": [], "didNotPlay": true, "active": false}, {"reason": "LEFT SHOULDER SORENESS", "starter": false, "athlete": {"uid": "s:40~l:46~a:4066436", "displayName": "De'Anthony Melton", "headshot": {"alt": "De'Anthony Melton", "href": "https://a.espncdn.com/i/headshots/nba/players/full/4066436.png"}, "jersey": "0", "guid": "4701e1656b05a4be91d41f97ca5baafc", "links": [{"rel": ["playercard", "desktop", "athlete"], "href": "https://www.espn.com/nba/player/_/id/4066436/deanthony-melton", "text": "Player Card"}, {"rel": ["stats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/stats/_/id/4066436/deanthony-melton", "text": "Stats"}, {"rel": ["splits", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/splits/_/id/4066436/deanthony-melton", "text": "Splits"}, {"rel": ["gamelog", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/gamelog/_/id/4066436/deanthony-melton", "text": "Game Log"}, {"rel": ["news", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/news/_/id/4066436/deanthony-melton", "text": "News"}, {"rel": ["bio", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/bio/_/id/4066436/deanthony-melton", "text": "Bio"}, {"rel": ["overview", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/_/id/4066436/deanthony-melton", "text": "Overview"}, {"rel": ["advancedstats", "desktop", "athlete"], "href": "http://www.espn.com/nba/player/advancedstats/_/id/4066436/deanthony-melton", "text": "Advanced Stats"}], "id": "4066436", "position": {"displayName": "Shooting Guard", "name": "Shooting Guard", "abbreviation": "SG"}, "shortName": "D. Melton"}, "ejected": false, "stats": [], "didNotPlay": true, "active": false}], "totals": ["", "42-83", "12-26", "26-33", "7", "37", "44", "31", "14", "4", "12", "18", "", "122"], "descriptions": ["Minutes", "Field Goals Made/Attempted", "3-Point Field Goals Made/Attempted", "Free Throws Made/Attempted", "Offensive Rebounds", "Defensive Rebounds", "Rebounds", "Assists", "Steals", "Blocks", "Turnovers", "Personal Fouls", "Teams net points while player is on the court.", "Points"], "labels": ["MIN", "FG", "3PT", "FT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TO", "PF", "+/-", "PTS"]}]}], "id": 401283399} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"teams": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"shortDisplayName": {"type": "string"}, "uid": {"type": "string"}, "alternateColor": {"type": "string"}, "color": {"type": "string"}, "displayName": {"type": "string"}, "name": {"type": "string"}, "logo": {"type": "string"}, "location": {"type": "string"}, "id": {"type": "string"}, "abbreviation": {"type": "string"}, "slug": {"type": "string"}}, "required": ["abbreviation", "alternateColor", "color", "displayName", "id", "location", "logo", "name", "shortDisplayName", "slug", "uid"]}, "statistics": {"type": "array", "items": {"type": "object", "properties": {"displayValue": {"type": "string"}, "name": {"type": "string"}, "label": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["displayValue", "label", "name"]}}}, "required": ["statistics", "team"]}}, "players": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"shortDisplayName": {"type": "string"}, "uid": {"type": "string"}, "alternateColor": {"type": "string"}, "color": {"type": "string"}, "displayName": {"type": "string"}, "name": {"type": "string"}, "logo": {"type": "string"}, "location": {"type": "string"}, "id": {"type": "string"}, "abbreviation": {"type": "string"}, "slug": {"type": "string"}}, "required": ["abbreviation", "alternateColor", "color", "displayName", "id", "location", "logo", "name", "shortDisplayName", "slug", "uid"]}, "statistics": {"type": "array", "items": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "keys": {"type": "array", "items": {"type": "string"}}, "athletes": {"type": "array", "items": {"type": "object", "properties": {"reason": {"type": "string"}, "starter": {"type": "boolean"}, "athlete": {"type": "object", "properties": {"uid": {"type": "string"}, "displayName": {"type": "string"}, "headshot": {"type": "object", "properties": {"alt": {"type": "string"}, "href": {"type": "string"}}, "required": ["alt", "href"]}, "guid": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "text": {"type": "string"}}, "required": ["href", "rel", "text"]}}, "id": {"type": "string"}, "position": {"type": "object", "properties": {"displayName": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "displayName", "name"]}, "shortName": {"type": "string"}, "jersey": {"type": "string"}}, "required": ["displayName", "guid", "headshot", "id", "links", "position", "shortName", "uid"]}, "ejected": {"type": "boolean"}, "stats": {"type": "array", "items": {"type": "string"}}, "didNotPlay": {"type": "boolean"}, "active": {"type": "boolean"}}, "required": ["active", "athlete", "didNotPlay", "ejected", "reason", "starter", "stats"]}}, "totals": {"type": "array", "items": {"type": "string"}}, "descriptions": {"type": "array", "items": {"type": "string"}}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["athletes", "descriptions", "keys", "labels", "names", "totals"]}}}, "required": ["statistics", "team"]}}, "id": {"type": "integer"}}, "required": ["id", "players", "teams"]} |
64c007b6-313c-4256-8e8c-335f48213827/44fab3a2-1e80-4b3c-b32a-52a412872e9a/0/0 | API-HANDBALL | +195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Games/h2h | Get heads to heads between two teams. | 200 | Response | {"get": "games", "parameters": {"h2h": "872-876"}, "errors": [], "results": 16, "response": [{"id": 46408, "date": "2015-10-25T14:00:00+00:00", "time": "14:00", "timestamp": 1445781600, "timezone": "UTC", "week": "7", "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2015}, "teams": {"home": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}, "away": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}}, "scores": {"home": 30, "away": 29}, "periods": {"first": {"home": 12, "away": 18}, "second": {"home": 18, "away": 11}}}, {"id": 46456, "date": "2016-02-14T14:00:00+00:00", "time": "14:00", "timestamp": 1455458400, "timezone": "UTC", "week": "18", "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2015}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": 31, "away": 39}, "periods": {"first": {"home": 13, "away": 22}, "second": {"home": 18, "away": 17}}}, {"id": 46256, "date": "2016-10-21T15:15:00+00:00", "time": "15:15", "timestamp": 1477062900, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2016}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": 27, "away": 26}, "periods": {"first": {"home": 13, "away": 12}, "second": {"home": 14, "away": 14}}}, {"id": 46328, "date": "2017-03-30T14:00:00+00:00", "time": "14:00", "timestamp": 1490882400, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2016}, "teams": {"home": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}, "away": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}}, "scores": {"home": 38, "away": 32}, "periods": {"first": {"home": 16, "away": 17}, "second": {"home": 22, "away": 15}}}, {"id": 46121, "date": "2017-11-13T14:00:00+00:00", "time": "14:00", "timestamp": 1510581600, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2017}, "teams": {"home": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}, "away": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}}, "scores": {"home": 30, "away": 31}, "periods": {"first": {"home": 19, "away": 15}, "second": {"home": 11, "away": 16}}}, {"id": 46160, "date": "2018-02-05T15:15:00+00:00", "time": "15:15", "timestamp": 1517843700, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2017}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": 23, "away": 20}, "periods": {"first": {"home": 12, "away": 14}, "second": {"home": 11, "away": 6}}}, {"id": 46206, "date": "2018-04-19T14:00:00+00:00", "time": "14:00", "timestamp": 1524146400, "timezone": "UTC", "week": "Semi-finals", "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2017}, "teams": {"home": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}, "away": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}}, "scores": {"home": 27, "away": 24}, "periods": {"first": {"home": 11, "away": 9}, "second": {"home": 16, "away": 15}}}, {"id": 46211, "date": "2018-04-22T11:00:00+00:00", "time": "11:00", "timestamp": 1524394800, "timezone": "UTC", "week": "Semi-finals", "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2017}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": 36, "away": 26}, "periods": {"first": {"home": 17, "away": 12}, "second": {"home": 19, "away": 14}}}, {"id": 46215, "date": "2018-04-23T16:00:00+00:00", "time": "16:00", "timestamp": 1524499200, "timezone": "UTC", "week": "Semi-finals", "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2017}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": 25, "away": 21}, "periods": {"first": {"home": 12, "away": 8}, "second": {"home": 13, "away": 13}}}, {"id": 45935, "date": "2018-09-02T11:00:00+00:00", "time": "11:00", "timestamp": 1535886000, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2018}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": 30, "away": 23}, "periods": {"first": {"home": 16, "away": 12}, "second": {"home": 14, "away": 11}}}, {"id": 45962, "date": "2018-10-19T14:00:00+00:00", "time": "14:00", "timestamp": 1539957600, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2018}, "teams": {"home": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}, "away": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}}, "scores": {"home": 23, "away": 28}, "periods": {"first": {"home": 13, "away": 20}, "second": {"home": 10, "away": 8}}}, {"id": 9998, "date": "2020-09-07T14:00:00+00:00", "time": "14:00", "timestamp": 1599487200, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 96, "name": "Russian Cup Women", "type": "Cup", "logo": "https://media.api-sports.io/handball/leagues/96.png", "season": 2020}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": 29, "away": 19}, "periods": {"first": {"home": 16, "away": 5}, "second": {"home": 13, "away": 14}}}, {"id": 9866, "date": "2021-09-05T08:00:00+00:00", "time": "08:00", "timestamp": 1630828800, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2021}, "teams": {"home": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}, "away": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}}, "scores": {"home": 35, "away": 25}, "periods": {"first": {"home": 18, "away": 13}, "second": {"home": 17, "away": 12}}}, {"id": 9910, "date": "2021-11-12T15:00:00+00:00", "time": "15:00", "timestamp": 1636729200, "timezone": "UTC", "week": null, "status": {"long": "Not Started", "short": "NS"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2021}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": null, "away": null}, "periods": {"first": {"home": null, "away": null}, "second": {"home": null, "away": null}}}, {"id": 9923, "date": "2022-01-10T15:00:00+00:00", "time": "15:00", "timestamp": 1641826800, "timezone": "UTC", "week": null, "status": {"long": "Not Started", "short": "NS"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2021}, "teams": {"home": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}, "away": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}}, "scores": {"home": null, "away": null}, "periods": {"first": {"home": null, "away": null}, "second": {"home": null, "away": null}}}, {"id": 9970, "date": "2022-03-18T15:00:00+00:00", "time": "15:00", "timestamp": 1647615600, "timezone": "UTC", "week": null, "status": {"long": "Not Started", "short": "NS"}, "country": {"id": 29, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, "league": {"id": 92, "name": "Superleague Women", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/92.png", "season": 2021}, "teams": {"home": {"id": 876, "name": "Stavropol W", "logo": "https://media.api-sports.io/handball/teams/876.png"}, "away": {"id": 872, "name": "Izhevsk W", "logo": "https://media.api-sports.io/handball/teams/872.png"}}, "scores": {"home": null, "away": null}, "periods": {"first": {"home": null, "away": null}, "second": {"home": null, "away": null}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"h2h": {"type": "string"}}, "required": ["h2h"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "time": {"type": "string"}, "timestamp": {"type": "integer"}, "timezone": {"type": "string"}, "week": {"type": ["null", "string"]}, "status": {"type": "object", "properties": {"long": {"type": "string"}, "short": {"type": "string"}}, "required": ["long", "short"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "logo": {"type": "string"}, "season": {"type": "integer"}}, "required": ["id", "logo", "name", "season", "type"]}, "teams": {"type": "object", "properties": {"home": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "away": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}}, "required": ["away", "home"]}, "scores": {"type": "object", "properties": {"home": {"type": ["integer", "null"]}, "away": {"type": ["integer", "null"]}}, "required": ["away", "home"]}, "periods": {"type": "object", "properties": {"first": {"type": "object", "properties": {"home": {"type": ["integer", "null"]}, "away": {"type": ["integer", "null"]}}, "required": ["away", "home"]}, "second": {"type": "object", "properties": {"home": {"type": ["integer", "null"]}, "away": {"type": ["integer", "null"]}}, "required": ["away", "home"]}}, "required": ["first", "second"]}}, "required": ["country", "date", "id", "league", "periods", "scores", "status", "teams", "time", "timestamp", "timezone", "week"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
64c007b6-313c-4256-8e8c-335f48213827/69a5bd2f-3658-4dae-b25c-592844266e1a/0/0 | API-HANDBALL | +195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Odds/bookmakers | Get all available bookmakers.
All bookmakers id can be used in endpoint odds as filters | 200 | Response | {"get": "odds", "parameters": [], "errors": [], "results": 18, "response": [{"id": 1, "name": "Bwin"}, {"id": 2, "name": "NordicBet"}, {"id": 3, "name": "10Bet"}, {"id": 4, "name": "Bet365"}, {"id": 5, "name": "Marathon"}, {"id": 6, "name": "Unibet"}, {"id": 7, "name": "Betsson"}, {"id": 8, "name": "188bet"}, {"id": 9, "name": "1xBet"}, {"id": 10, "name": "Sportingbet"}, {"id": 11, "name": "Betway"}, {"id": 12, "name": "Tipico"}, {"id": 13, "name": "Betcris"}, {"id": 14, "name": "888Sport"}, {"id": 15, "name": "Pinnacle"}, {"id": 16, "name": "Dafabet"}, {"id": 17, "name": "WilliamHill"}, {"id": 18, "name": "Sbo"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
64c007b6-313c-4256-8e8c-335f48213827/e957bf0e-0afe-4c41-89db-2c8c9db0589f/0/0 | API-HANDBALL | +195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Search Bets | Get all available bets.
All bets id can be used in endpoint odds as filters | 200 | Response | {"get": "odds", "parameters": {"search": "2nd Half"}, "errors": [], "results": 8, "response": [{"id": 3, "name": "2nd Half 3Way Result"}, {"id": 7, "name": "Over/Under 2nd Half"}, {"id": 17, "name": "Double Chance - 2nd Half"}, {"id": 23, "name": "Asian Handicap (2nd Half)"}, {"id": 26, "name": "Odd/Even (2nd Half)"}, {"id": 31, "name": "Draw No Bet (2nd Half)"}, {"id": 32, "name": "Home Team Total Goals(2nd Half)"}, {"id": 33, "name": "Away Team Total Goals(2nd Half)"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
64c007b6-313c-4256-8e8c-335f48213827/aae09562-eb99-41a8-9cfc-d97c8a177ee1/0/0 | API-HANDBALL | +195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Search Bookmakers | Get all available bets.
All bets id can be used in endpoint odds as filters | 200 | Response | {"get": "odds", "parameters": {"search": "Bet365"}, "errors": [], "results": 1, "response": [{"id": 4, "name": "Bet365"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.