---
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
    - `race_id` string, required
    - `date` string, required
    - `region` string, required
    - `course` string, required
    - `course_id` string, required
    - `off` string, required
    - `off_dt` string, nullable
    - `race_name` string, required
    - `type` string, required
    - `class` string, required
    - `pattern` string, required
    - `rating_band` string, required
    - `age_band` string, required
    - `sex_rest` string, required
    - `dist` string, required
    - `dist_y` string, required
    - `dist_m` string, required
    - `dist_f` string, required
    - `going` string, required
    - `surface` string, nullable
    - `jumps` string, nullable
    - `runners` AppModelsResultRunnerBasic[], required
      - `horse_id` string, required
      - `horse` string, required
      - `sp` string, required
      - `sp_dec` string, required
      - `number` string, required
      - `position` string, required
      - `draw` string, required
      - `btn` string, required
      - `ovr_btn` string, required
      - `age` string, required
      - `sex` string, required
      - `weight` string, required
      - `weight_lbs` string, required
      - `headgear` string, required
      - `time` string, required
      - `or` string, required
      - `rpr` string, required
      - `tsr` string, required
      - `prize` string, required
      - `jockey` string, required
      - `jockey_claim_lbs` string, nullable
      - `jockey_id` string, required
      - `trainer` string, required
      - `trainer_id` string, required
      - `owner` string, required
      - `owner_id` string, required
      - `sire` string, required
      - `sire_id` string, required
      - `dam` string, required
      - `dam_id` string, required
      - `damsire` string, required
      - `damsire_id` string, required
      - `comment` string, required
      - `silk_url` string, nullable
      - `performance_rating` string, nullable
      - `speed_rating` string, nullable
    - `winning_time_detail` string, nullable
    - `comments` string, nullable
    - `non_runners` string, nullable
    - `tote_win` string, nullable
    - `tote_pl` string, nullable
    - `tote_ex` string, nullable
    - `tote_csf` string, nullable
    - `tote_tricast` string, nullable
    - `tote_trifecta` string, nullable
  - `total` integer, required
  - `limit` integer, required
  - `skip` integer, required
  - `query` array[], required
    - 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/versions/9c8b1fd5531c/schema)
