tab_racing_race_form
Get detailed form for a single race, including per-runner past performances, ratings, and comments. Specify race date, type, venue, and number to receive structured data for analysis.
Instructions
Detailed form guide for one race (past performances, ratings, comments per runner).
Returns: {raceNumber, formData:[{runnerNumber, runnerName, pastPerformances:[]}]}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Meeting date, YYYY-MM-DD. Required — part of the URL path. | |
| raceType | Yes | Race code: R/G/H. Required — part of the URL path. | |
| raceNumber | Yes | Race number. Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |
| venueMnemonic | Yes | Venue code. Required — part of the URL path. |