v7

OpenAPI 3.1.02026-08-0358124623.5 KB
Racecards
Standard Plan

Racecards Standard

<h4>Get racecards for today and tomorrow, including runner odds for UK & Irish racing.</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Standard</td></tr><tr><td><b>Rate Limit</b></td><td>2 requests per second</td></tr></tbody></table>
get/v1/racecards/standard

Query parameters

daystring nullable

Query racecards by day:<br> today, tomorrow

Query racecards by day:<br> today, tomorrow

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>.

limitinteger nullable
skipinteger nullable

Response

Successful Response

totalinteger required
limitinteger required
skipinteger required

Example response

{
  "racecards": [
    {
      "age_band": "4yo+",
      "big_race": false,
      "course": "Brighton",
      "course_id": "crs_182",
      "date": "2023-05-02",
      "distance": "6f210y",
      "distance_f": "7.0",
      "distance_round": "7f",
      "field_size": "9",
      "going": "Good To Firm",
      "going_detailed": "",
      "is_abandoned": false,
      "jumps": "",
      "off_dt": "2023-05-02T13:50:00+01:00",
      "off_time": "1:50",
      "pattern": "",
      "prize": "£4,606",
      "race_class": "Class 5",
      "race_id": "rac_10880272",
      "race_name": "At The Races App Form Study Apprentice Handicap",
      "race_status": "",
      "rating_band": "0-75",
      "region": "GB",
      "runners": [
        {
          "age": "6",
          "breeder": "Tada Nobutaka",
          "colour": "b",
          "comment": "Course-and-distance form; acts on the ground and is a leading player on these terms.",
          "dam": "Lerici",
          "dam_id": "dam_4823441",
          "dam_region": "USA",
          "damsire": "Woodman",
          "damsire_id": "dsi_2126229",
          "damsire_region": "USA",
          "dob": "2017-04-22",
          "draw": "8",
          "form": "3-7880",
          "headgear": "",
          "headgear_run": "",
          "horse": "Pistoletto",
          "horse_id": "hrs_18092480",
          "jockey": "Adam Tracey(7)",
          "jockey_id": "jky_301290",
          "last_run": "25",
          "lbs": "140",
          "medical": [],
          "number": "1",
          "odds": [
            {
              "bookmaker": "Bet365",
              "decimal": "9",
              "ew_denom": "5",
              "ew_places": "3",
              "fractional": "8",
              "updated": "2023-05-02 12:36:43"
            },
            {
              "bookmaker": "Paddy Power",
              "decimal": "8.5",
              "ew_denom": "5",
              "ew_places": "3",
              "fractional": "15/2",
              "updated": "2023-05-02 12:36:43"
            }
          ],
          "ofr": "75",
          "owner": "J A Thompson & S Russell",
          "owner_id": "own_1227828",
          "past_results_flags": [],
          "performance_rating": "92",
          "prev_owners": [
            {
              "change_date": "2021-08-07",
              "owner": "G McGladery, J A Thompson & S Russell",
              "owner_id": "own_1191676"
            }
          ],
          "prev_trainers": [
            {
              "change_date": "2020-09-26",
              "trainer": "A P O'Brien",
              "trainer_id": "trn_71802"
            }
          ],
          "region": "USA",
          "sex": "gelding",
          "sex_code": "G",
          "silk_url": "https://silks.theracingapi.com/silk?body=solid:ce1126&sleeves=solid:ffffff&cap=solid:ce1126",
          "sire": "War Front",
          "sire_id": "sir_4544750",
          "sire_region": "USA",
          "speed_rating": "97",
          "trainer": "John Ryan",
          "trainer_14_days": {
            "percent": "0",
            "runs": "5",
            "wins": "0"
          },
          "trainer_id": "trn_160758",
          "trainer_location": "Newmarket, Suffolk",
          "trainer_rtf": "",
          "wind_surgery": "",
          "wind_surgery_run": ""
        }
      ],
      "sex_restriction": "",
      "stalls": "",
      "surface": "Turf",
      "tip": "Pistoletto",
      "type": "Flat",
      "verdict": "Pistoletto sets the standard on these terms and is taken to confirm the pick of his form.",
      "weather": ""
    }
  ]
}