v7

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

Results Today

<h4>Get today's results</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Basic</td></tr><tr><td><b>Rate Limit</b></td><td>5 requests per second</td></tr></tbody></table>
get/v1/results/today

Query parameters

regionstring[] nullable
<p>Query results by region codes. Get the full list <a href='https://api.theracingapi.com/documentation#tag/Courses/operation/list_regions_v1_courses_regions_get'>here</a>.</p>
<p>Query results by region codes. Get the full list <a href='https://api.theracingapi.com/documentation#tag/Courses/operation/list_regions_v1_courses_regions_get'>here</a>.</p>
limitinteger nullable
skipinteger nullable

Response

Successful Response

totalinteger required
limitinteger required
skipinteger required

Example response

{
  "results": [
    {
      "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",
          "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)"
    }
  ]
}