v7

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

Racecards Summaries

<h4>Get racecard summaries by date</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/racecards/summaries

Query parameters

datestring nullable

Query racecard summaries by date with format YYYY-MM-DD (e.g 2023-04-05)

Query racecard summaries by date with format YYYY-MM-DD (e.g 2023-04-05)

region_codesstring[] nullable
<p>Query 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>Note: If the course query parameter is specified, this will be ignored.</p>
<p>Query 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>Note: If the course query parameter is specified, this will be ignored.</p>
course_idsstring[] nullable

Query by course ids. Get the full list <a href='https://api.theracingapi.com/documentation#tag/Courses/operation/list_courses_v1_courses_get'>here</a>.

Query by course ids. Get the full list <a href='https://api.theracingapi.com/documentation#tag/Courses/operation/list_courses_v1_courses_get'>here</a>.

Response

Successful Response

Example response

{
  "query": [
    [
      "date",
      "2026-02-06"
    ]
  ],
  "racecard_summaries": [
    {
      "big_race": false,
      "course": "Bahrain",
      "course_id": "crs_22594",
      "date": "2026-02-06",
      "is_abandoned": false,
      "off_dt": "2026-02-06T14:00:00+00:00",
      "off_time": "2:00",
      "race_class": "",
      "race_id": "rac_11868129",
      "race_name": "Race 3 (Conditions Race) (Turf)",
      "region": "BHR"
    },
    {
      "big_race": false,
      "course": "Bangor-on-Dee",
      "course_id": "crs_104",
      "date": "2026-02-06",
      "is_abandoned": true,
      "off_dt": "2026-02-06T13:25:00+00:00",
      "off_time": "1:25",
      "race_class": "Class 4",
      "race_id": "rac_62443901",
      "race_name": "Alfa Aggregates Products Mares' Handicap Chase",
      "region": "GB"
    }
  ]
}