v7

OpenAPI 3.1.02026-08-0358124623.5 KB
Results
Standard Plan
Pro Plan

Result

<h4>Get a result</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Standard</td></tr><tr><td><b>Rate Limit</b></td><td>5 requests per second</td></tr></tbody></table>
get/v1/results/{race_id}

Path parameters

race_idstring required

Response

Successful Response

race_idstring required
datestring required
regionstring required
coursestring required
course_idstring required
offstring required
off_dtstring nullable
race_namestring required
typestring required
classstring required
patternstring required
rating_bandstring required
age_bandstring required
sex_reststring required
diststring required
dist_ystring required
dist_mstring required
dist_fstring required
goingstring required
surfacestring nullable
jumpsstring nullable
winning_time_detailstring nullable
commentsstring nullable
non_runnersstring nullable
tote_winstring nullable
tote_plstring nullable
tote_exstring nullable
tote_csfstring nullable
tote_tricaststring nullable
tote_trifectastring nullable

Example response

{
  "age_band": "4yo+",
  "class": "",
  "comments": "",
  "course": "Ballinrobe (IRE)",
  "course_id": "crs_4550",
  "date": "2025-08-11",
  "dist": "2m7f",
  "dist_f": "23f",
  "dist_m": "4625",
  "dist_y": "5058",
  "going": "Good",
  "jumps": "12 hurdles",
  "non_runners": "Diamonds Diva (reserve), Great Rainbow (reserve), Loughrask Rainbow (reserve)",
  "off": "8:25",
  "off_dt": "2025-08-11T20:25:00+01:00",
  "pattern": "",
  "race_id": "rac_11715730",
  "race_name": "J.J. Burke Peugeot Handicap Hurdle",
  "rating_band": "0-100",
  "region": "IRE",
  "runners": [
    {
      "age": "8",
      "bsp": "11.26",
      "btn": "0",
      "dam": "Save Me The Waltz (FR)",
      "dam_id": "dam_4189605",
      "damsire": "Halling",
      "damsire_id": "dsi_675241",
      "draw": "",
      "headgear": "v",
      "horse": "Mephisto (IRE)",
      "horse_id": "hrs_19359270",
      "jockey": "Shane Fitzgerald",
      "jockey_claim_lbs": "0",
      "jockey_id": "jky_302916",
      "number": "2",
      "or": "98",
      "ovr_btn": "0",
      "owner": "Restricted Movement Syndicate",
      "owner_id": "own_1204876",
      "performance_rating": "80",
      "position": "1",
      "prize": "€5900",
      "sex": "G",
      "silk_url": "https://silks.theracingapi.com/silk?body=solid:ce1126&sleeves=solid:ffffff&cap=solid:ce1126",
      "sire": "Kendargent (FR)",
      "sire_id": "sir_4514419",
      "sp": "15/2",
      "sp_dec": "8.50",
      "speed_rating": "95",
      "time": "5:44.90",
      "trainer": "Gerard Keane",
      "trainer_id": "trn_86382",
      "weight": "11-12",
      "weight_lbs": "166"
    }
  ],
  "sex_rest": "",
  "surface": "Turf",
  "tote_csf": "€300.55",
  "tote_ex": "€253.10",
  "tote_pl": "€2.30 €5.80 €4.20",
  "tote_tricast": "€5228.29",
  "tote_trifecta": "",
  "tote_win": "€8.50",
  "type": "Hurdle",
  "winning_time_detail": "5m 44.90s (slow by 7.90s)"
}