v7

latestOpenAPI 3.1.02026-08-0358124623.5 KB
Australia

Race

<h4>Get an Australian race by meet and race number</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Free + Australia regional add-on</td></tr><tr><td><b>Rate Limit</b></td><td>5 requests per second</td></tr><tr><td><b>Add-ons</b></td><td><b>[Required] Australia regional add-on</b>: users on any plan can subscribe to this add-on for £49.99 per month. Contact <a href='mailto:support@theracingapi.com'>support@theracingapi.com</a> for information.</td></tr></tbody></table>
get/v1/australia/meets/{meet_id}/races/{race_number}

Path parameters

meet_idstring required
race_numberstring required

Response

Successful Response

coursestring nullable
course_idstring nullable
datestring nullable
distancestring nullable
goingstring nullable
is_jump_outboolean nullable
is_trialboolean nullable
meet_idstring
off_timestring nullable
prize_totalstring nullable
classstring nullable
race_conditionsstring nullable
race_groupstring nullable
race_namestring nullable
race_numberstring nullable
race_statusstring nullable
statestring nullable
winning_timestring nullable
winning_time_hundredthsstring nullable

Example response

{
  "class": "2YO Plate",
  "course": "Ascot",
  "course_id": "crs_aus_712388980373",
  "date": "2025-10-11",
  "distance": "1000m",
  "going": "Good",
  "is_jump_out": false,
  "is_trial": false,
  "meet_id": "met_aus_604899110256",
  "off_time": "2025-10-11T04:00:00.000Z",
  "prize_total": "80000.00",
  "prizes": [
    {
      "Position": 1,
      "Value": "43840.00"
    },
    {
      "Position": 2,
      "Value": "14880.00"
    }
  ],
  "race_group": "ungrouped",
  "race_name": "VALE LINDSAY SEVERN PLATE",
  "race_number": "1",
  "race_status": "Results",
  "runners": [
    {
      "age": "2",
      "colour": "Chestnut",
      "comment": "Jumped Ok Went Forward to Lead but Two Wide quickened approaching Straight",
      "dam": "Poker Face",
      "dam_id": "dam_aus_5763901272",
      "draw": "8",
      "form": "1",
      "horse": "All On Red",
      "horse_id": "hrs_aus_985106802693",
      "jockey": "L.M.Campbell",
      "jockey_claim": "0",
      "jockey_id": "jky_aus_382285552310",
      "number": "1",
      "odds": [
        {
          "bookmaker": "Sportsbet",
          "place_odds": "1.70",
          "win_odds": "5.00"
        },
        {
          "bookmaker": "Ladbrokes",
          "place_odds": "1.70",
          "win_odds": "5.00"
        }
      ],
      "owner": "T B Racing Pty Ltd (T Noske), T Shutterworth, S Mcfarlane, G White",
      "position": "1",
      "prize": "43840",
      "scratched": false,
      "sex": "Colt",
      "silk_url": "https://www.url-for-silk.com/svg/456789.svg",
      "sire": "Doubtland",
      "sire_id": "sir_aus_767094969190",
      "sp": "5.00",
      "stats": {
        "career_place_percent": "100%",
        "career_prize": "$65,840",
        "career_win_percent": "100%",
        "course_distance_stats": {
          "first": "1",
          "second": "0",
          "third": "0",
          "total": "1"
        },
        "course_stats": {
          "first": "1",
          "second": "0",
          "third": "0",
          "total": "1"
        },
        "distance_stats": {
          "first": "1",
          "second": "0",
          "third": "0",
          "total": "1"
        },
        "ground_firm_stats": {
          "first": "0",
          "second": "0",
          "third": "0",
          "total": "0"
        },
        "ground_good_stats": {
          "first": "1",
          "second": "0",
          "third": "0",
          "total": "1"
        },
        "jockey_stats": {
          "first": "1",
          "second": "0",
          "third": "0",
          "total": "1"
        },
        "last_raced": "2025-10-11",
        "last_ten_races_stats": {
          "first": "1",
          "second": "0",
          "third": "0",
          "total": "1"
        },
        "last_twelve_months_stats": {
          "first": "1",
          "second": "0",
          "third": "0",
          "total": "1"
        },
        "last_won": "2025-10-11",
        "max_winning_distance": "1000m",
        "min_winning_distance": "1000m"
      },
      "trainer": "Daniel Morton",
      "trainer_id": "trn_aus_449779200413",
      "weight": "57.0"
    }
  ],
  "state": "WA",
  "winning_time": "58.47",
  "winning_time_hundredths": "5847"
}