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)

Horse Statistics

Horse Statistics JSON Documentation

This JSON document provides detailed statistics for a horse across multiple races. Each entry in the “results” array represents a race in which the horse participated, along with relevant details such as the date, position, course, distance, class, weight, starting price, jockey, trainer, official rating (OR), race name, and prize money.

Horse Details:

  • horse: (string) The name of the horse.
  • id_horse: (string) Unique identifier for the horse.

Race Results:
For each race the horse participated in:

  • date: (string) The date of the race in the format “DD-MM-YYYY”.
  • position: (string) The finishing position of the horse in the race.
  • course: (string) The venue where the race took place.
  • distance: (string) The distance of the race.
  • class: (string) The class of the race.
  • weight: (string) The weight carried by the horse in the race.
  • starting_price: (string) The starting price (betting odds) of the horse.
  • jockey: (string) The jockey who rode the horse in the race.
  • trainer: (string) The trainer responsible for the horse.
  • OR: (string) The official rating of the horse at the time of the race.
  • race: (string) The name or title of the race.
  • prize: (string) The prize money awarded for the race.

Example Entry:
> {
> “date”: “17-04-2024”,
> “position”: “9”,
> “course”: “Cheltenham”,
> “distance”: “3m4f”,
> “class”: “3”,
> “weight”: “11-4”,
> “starting_price”: “10”,
> “jockey”: “Tom Cannon”,
> “trainer”: “Alan King”,
> “OR”: “112”,
> “race”: “GLOUCESTER BREWERY HOLMAN HANDICAP CHASE (3)”,
> “prize”: “£10562”
> }

This JSON provides comprehensive statistics on the racing performance of the horse “Betterforeveryone”, including its race history, positions, courses, distances, weights, jockeys, trainers, and prize earnings.