v7

OpenAPI 3.1.02026-08-0358124623.5 KB
Racecards
Standard Plan

Race Standard

<h4>Get a race scheduled for today or tomorrow (or if classified as a 'big race'), including runner odds for UK & Ireland races.</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Standard</td></tr><tr><td><b>Rate Limit</b></td><td>5 requests per second</td></tr></tbody></table>
get/v1/racecards/{race_id}/standard

Path parameters

race_idstring required

Response

Successful Response

race_idstring required
coursestring required
course_idstring required
datestring required
off_timestring required
off_dtstring nullable
race_namestring required
distance_roundstring required
distancestring required
distance_fstring required
regionstring required
patternstring required
sex_restrictionstring nullable
race_classstring required
typestring required
age_bandstring required
rating_bandstring required
prizestring required
field_sizestring required
going_detailedstring nullable required
rail_movementsstring nullable required
stallsstring nullable required
weatherstring nullable required
goingstring required
surfacestring nullable required
jumpsstring nullable
big_raceboolean nullable
is_abandonedboolean nullable
tipstring nullable
verdictstring nullable
betting_forecaststring nullable
race_statusstring nullable

Example response

{
  "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": ""
}