The Racing API · Example Payload

The Racing Api App__Models__Na_Results__ Runner Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Na_Results__ Runner Example is an example object payload from The Racing API, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

breeder_namehorse_namejockey_first_namejockey_first_name_initialjockey_last_nameowner_first_nameowner_last_nameplace_payoffprogram_numberprogram_number_strippedshow_payoffsire_nametrainer_first_nametrainer_last_nameweight_carriedwin_payoff

Example Payload

Raw ↑
{
  "breeder_name": "Example Name",
  "horse_name": "Frankel",
  "jockey_first_name": "Example Name",
  "jockey_first_name_initial": "Example Name",
  "jockey_last_name": "Example Name",
  "owner_first_name": "Example Name",
  "owner_last_name": "Example Name",
  "place_payoff": "example-value",
  "program_number": "example-value",
  "program_number_stripped": "example-value",
  "show_payoff": "example-value",
  "sire_name": "Example Name",
  "trainer_first_name": "Example Name",
  "trainer_last_name": "Example Name",
  "weight_carried": "example-value",
  "win_payoff": "example-value"
}