---
title: "Results Today Free"
method: GET
path: "/v1/results/today/free"
tags: ["Results", "Free Plan"]
---

# Results Today Free

`GET /v1/results/today/free`

<h4>Get today's results (basic data only)</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Free</td></tr><tr><td><b>Rate Limit</b></td><td>1 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

- ResultsFreePage
  - `results` ResultFree[], nullable, required — The matching results.
    - `race_id` string, required — Unique identifier for the race, prefixed `rac_`.
    - `course` string, required — Racecourse name. Non-GB courses carry a country suffix, e.g. `Ballinrobe (IRE)`.
    - `date` string, required — Date of the race, `YYYY-MM-DD`, in local track time.
    - `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.
    - `dist_f` string, required — Race distance in furlongs, e.g. `23f`.
    - `region` string, required — Region code for the racecourse, e.g. `GB`, `IRE`.
    - `pattern` string, required — Pattern or graded status where applicable. Empty for ordinary races.
    - `class` string, required — Official race class, e.g. `Class 3`. Empty where the racing authority does not class the race.
    - `type` string, required — Race type, e.g. `Flat`, `Hurdle`, `Chase`.
    - `age_band` string, required — Age restriction on entry, e.g. `4yo+`.
    - `rating_band` string, required — Official rating band for a handicap, e.g. `0-100`. Empty for non-handicaps.
    - `sex_rest` string, required — Sex restriction on entry. Empty when the race is open.
    - `going` string, required — Official going, e.g. `Good`.
    - `surface` string, nullable — Racing surface, e.g. `Turf`, `AW`.
    - `runners` RunnerFree[], 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)`.
      - `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`.
      - `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.
      - `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.
      - `or` string, required — Official handicap rating carried in this race. Empty when the horse was unrated.
      - `jockey` string, required — Jockey who rode.
      - `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_`.
  - `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/2c05e3febd3a/schema)
