Horse Racing

ÜCRETSİZ PREMIUM
Taraf API | Güncelleyen il y a 2 mois | Sports
Popülerlik

9.8 / 10

Gecikme

747ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Eğitimlere Dön (3)

Race info

Horse race info JSON Documentation

It includes details about the race itself, such as its ID, location, date, title, distance, age requirements, ground conditions, and prize money. Additionally, it provides information about each participating horse, including their ID, name, jockey, trainer, age, weight, racing number, days since their last race, form, owner, sire, dam, and odds offered by different bookmakers.

Race Details:

  • id_race: (string) Unique identifier for the race.
  • course: (string) The venue where the race is taking place, in this case, Punchestown.
  • date: (string) The date and time of the race in the format “YYYY-MM-DD HH:MM:SS”.
  • title: (string) Title of the race, including any sponsor or grade information.
  • distance: (string) The distance of the race, typically in miles or meters.
  • age: (string) The age requirement for the horses participating in the race.
  • going: (string) Ground conditions for the racecourse, indicating the firmness or softness of the ground.
  • finished: (string) Indicates whether the race has been finished (0 for not finished).
  • canceled: (string) Indicates whether the race has been canceled (0 for not canceled).
  • finish_time: (string) Time when the race finished, if applicable.
  • prize: (string) The total prize money for the race.
  • class: (string) Class or grade of the race.

Horses Participating:
For each horse participating in the race:

  • horse: (string) The name of the horse.
  • id_horse: (string) Unique identifier for the horse.
  • jockey: (string) The jockey who will ride the horse during the race.
  • trainer: (string) The trainer responsible for preparing the horse for the race.
  • age: (string) The age of the horse.
  • weight: (string) The weight the horse will carry during the race, including jockey and equipment.
  • number: (string) The racing number assigned to the horse.
  • last_ran_days_ago: (string) Number of days since the horse’s last race.
  • non_runner: (string) Indicates whether the horse is a non-runner (0 for not a non-runner).
  • form: (string) The recent racing form of the horse, indicating its performance in previous races.
  • owner: (string) The owner or owners of the horse.
  • sire: (string) The sire (father) of the horse.
  • dam: (string) The dam (mother) of the horse.
  • odds: (array) An array containing objects with details about the odds offered by different bookmakers:
  • bookie: (string) The name of the bookmaker offering the odds.
  • odd: (string) The odds offered for the horse to win by the respective bookmaker.
  • last_update: (string) The date and time when the odds were last updated by the bookmaker.
  • url: (string) The URL linking to the specific race betting market for the horse on the bookmaker’s platform.

This JSON provides a comprehensive overview of the race and its participants, including essential details such as race information, horse details, and current odds from various bookmakers.