---
title: "Results Today"
method: GET
path: "/v1/results/today"
tags: ["Results", "Basic Plan", "Standard Plan", "Pro Plan"]
---

# Results Today

`GET /v1/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>

## Query parameters

- `region` string[], 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>
- `limit` integer, nullable
- `skip` integer, nullable

## Response `200`

Successful Response

- ResultsBasicPage
  - `results` ResultBasic[], nullable, required — The matching results.
    - `race_id` string, required — Unique identifier for the race, prefixed `rac_`.
    - `date` string, required — Date of the race, `YYYY-MM-DD`, in local track time.
    - `region` string, required — Region code for the racecourse, e.g. `GB`, `IRE`.
    - `course` string, required — Racecourse name. Non-GB courses carry a country suffix, e.g. `Ballinrobe (IRE)`.
    - `course_id` string, required — Unique identifier for the racecourse, prefixed `crs_`.
    - `off` string, required — Scheduled off time, local track time, 12-hour clock without meridiem, e.g. `8:25`.
    - `off_dt` string, nullable — Scheduled off time as a timezone-aware ISO 8601 datetime. Prefer this over `off` and `date` for any time arithmetic.
    - `race_name` string, required — Full race title, including sponsor.
    - `type` string, required — Race type, e.g. `Flat`, `Hurdle`, `Chase`.
    - `class` string, required — Official race class, e.g. `Class 3`. Empty where the racing authority does not class the race.
    - `pattern` string, required — Pattern or graded status where applicable. Empty for ordinary races.
    - `rating_band` string, required — Official rating band for a handicap, e.g. `0-100`. Empty for non-handicaps.
    - `age_band` string, required — Age restriction on entry, e.g. `4yo+`.
    - `sex_rest` string, required — Sex restriction on entry. Empty when the race is open.
    - `dist` string, required — Race distance in miles and furlongs, e.g. `2m7f`.
    - `dist_y` string, required — Race distance in yards.
    - `dist_m` string, required — Race distance in metres.
    - `dist_f` string, required — Race distance in furlongs, e.g. `23f`.
    - `going` string, required — Official going, e.g. `Good`.
    - `surface` string, nullable — Racing surface, e.g. `Turf`, `AW`.
    - `jumps` string, nullable — Description of the obstacles jumped, e.g. `12 hurdles`. Empty for flat races.
    - `runners` AppModelsResultRunnerBasic[], required — Runners, in finishing order.
      - `horse_id` string, required — Unique identifier for the horse, prefixed `hrs_`.
      - `horse` string, required — Horse name. Non-GB-bred horses carry a country suffix, e.g. `Mephisto (IRE)`.
      - `sp` string, required — Starting price in fractional form, e.g. `15/2`.
      - `sp_dec` string, required — Starting price in decimal form, e.g. `8.50`.
      - `number` string, required — Saddlecloth number.
      - `position` string, required — Finishing position. Non-completions are given as a code, e.g. `PU` pulled up, `F` fell, `UR` unseated rider, `DSQ` disqualified.
      - `draw` string, required — Stall number for flat races. Empty for jumps racing.
      - `btn` string, required — Lengths beaten by the horse that finished immediately in front. `0` for the winner.
      - `ovr_btn` string, required — Cumulative lengths beaten by the winner. `0` for the winner.
      - `age` string, required — Age in years at the date of the race, as a string.
      - `sex` string, required — Single-letter sex code, e.g. `G`, `F`, `C`, `M`.
      - `weight` string, required — Weight carried in stones and pounds, e.g. `11-12`.
      - `weight_lbs` string, required — Weight carried in pounds.
      - `headgear` string, required — Headgear worn, as a letter code, e.g. `b` blinkers, `v` visor, `t` tongue tie, `h` hood, `p` cheekpieces. Empty when none.
      - `time` string, required — The horse's finishing time, e.g. `5:44.90`.
      - `or` string, required — Official handicap rating carried in this race. Empty when the horse was unrated.
      - `rpr` string, required — **Removed June 2026.** Always returns an empty string. Use `performance_rating` for a performance figure.
      - `tsr` string, required — **Removed June 2026.** Always returns an empty string. Use `speed_rating` for a speed figure.
      - `prize` string, required — Prize money won by this horse, including the currency symbol. Empty when the horse was unplaced.
      - `jockey` string, required — Jockey who rode.
      - `jockey_claim_lbs` string, nullable — Weight allowance claimed by the jockey, in pounds. `0` when none.
      - `jockey_id` string, required — Unique identifier for the jockey, prefixed `jky_`.
      - `trainer` string, required — Trainer of the horse.
      - `trainer_id` string, required — Unique identifier for the trainer, prefixed `trn_`.
      - `owner` string, required — Owner of the horse.
      - `owner_id` string, required — Unique identifier for the owner, prefixed `own_`.
      - `sire` string, required — The horse's sire.
      - `sire_id` string, required — Unique identifier for the sire, prefixed `sir_`.
      - `dam` string, required — The horse's dam.
      - `dam_id` string, required — Unique identifier for the dam, prefixed `dam_`.
      - `damsire` string, required — The dam's sire.
      - `damsire_id` string, required — Unique identifier for the damsire, prefixed `dsi_`.
      - `comment` string, required — Our analyst's post-race note on the runner's performance. Empty when we have no note.
      - `silk_url` string, nullable — URL of the owner's silks as an image.
      - `performance_rating` string, nullable — Our performance rating for this run, as a whole number. `-` when we have no rating.
      - `speed_rating` string, nullable — Our speed rating for this run, as a whole number. `-` when we have no rating.
    - `winning_time_detail` string, nullable — Winning time with the comparison to standard, e.g. `5m 44.90s (slow by 7.90s)`.
    - `comments` string, nullable — Official race-level comments from the racing authority, such as stewards' notes. Empty when none.
    - `non_runners` string, nullable — Declared non-runners, with the reason in brackets where given.
    - `tote_win` string, nullable — Tote win dividend to a unit stake, including the currency symbol.
    - `tote_pl` string, nullable — Tote place dividends, one per placed horse, space separated.
    - `tote_ex` string, nullable — Tote Exacta dividend.
    - `tote_csf` string, nullable — Computer Straight Forecast dividend.
    - `tote_tricast` string, nullable — Computer Tricast dividend. Empty when the race did not qualify.
    - `tote_trifecta` string, nullable — Tote Trifecta dividend. Empty when not offered on the race.
  - `total` integer, required — Total number of matching records.
  - `limit` integer, required — The page size applied.
  - `skip` integer, required — The number of records skipped.
  - `query` array[], required — The query parameters this response was generated from, echoed back as name/value pairs.
    - unknown[]
      - unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/theracingapi/apis/the-racing-api.md) · [All operations](https://skmtc.net/theracingapi/apis/the-racing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theracingapi/the-racing-api/revisions/c923f2a0703a/schema)
