Horse Racing

FREEMIUM
By API | Updated 23日前 | Sports
Popularity

9.8 / 10

Latency

1,138ms

Service Level

100%

Health Check

N/A

Back to All Tutorials (3)

Racecards

Horse Racing JSON

This JSON contains information about various horse races in different locations and dates.

Object Structure:

  • id_race: (string) The unique identifier of the race.
  • course: (string) The name of the course where the race takes place.
  • date: (string) The start date and time of the race in “YYYY-MM-DD HH:MM:SS” format.
  • title: (string) The title or name of the race.
  • distance: (string) The distance of the race.
  • age: (string) The age of the horses participating in the race.
  • going: (string) The state of the ground or track conditions.
  • finished: (string) Indicates if the race has finished (1) or not (0).
  • canceled: (string) Indicates if the race has been canceled (1) or not (0).
  • finish_time: (string) The finish time of the race.
  • prize: (string) The prize money for the race.
  • class: (string) The class or category of the race.

Example Object:
> {
> “id_race”: “242719”,
> “course”: “Ascot”,
> “date”: “2024-05-01 13:10:00”,
> “title”: “ROYAL ASCOT TWO-YEAR-OLD TRIAL EBF CONDITIONS STAKES (2)”,
> “distance”: “5f”,
> “age”: “2”,
> “going”: “Straight course Good to Soft (Soft in places), Round course Soft (Good to Soft in places)”,
> “finished”: “1”,
> “canceled”: “0”,
> “finish_time”: “1m 2.36s”,
> “prize”: “£10800”,
> “class”: “2”
> }

This is an example of an object representing a horse race at Ascot on May 1, 2024. The race is titled “ROYAL ASCOT TWO-YEAR-OLD TRIAL EBF CONDITIONS STAKES (2)” and is for 2-year-old horses. The distance of the race is 5 furlongs, and the ground state is “Straight course Good to Soft (Soft in places), Round course Soft (Good to Soft in places)”. The race has finished, not been canceled, and had a finish time of “1m 2.36s”. The prize for this race is £10800 and belongs to class 2.