v7

OpenAPI 3.1.02026-08-0358124623.5 KB
Australia

Races By Meet

<h4>Get races for an Australian meet (up to 12 months in the past and 7 days in the future)</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><ul><li><b>[Required] Australia regional add-on</b>: users on the 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.</li><li><b>[Optional] Australia database historical races add-on</b>: users who subscribe to the Australia regional add-on can pay a one-time fee of £249 to remove the 12 month restriction and access over 20 years of historical meets and races. Contact <a href='mailto:support@theracingapi.com'>support@theracingapi.com</a> for information.</li></ul></td></tr></tbody></table>
get/v1/australia/meets/{meet_id}/races

Path parameters

meet_idstring required

Response

Successful Response

Example response

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