---
title: "Results"
method: GET
path: "/v2/form/results"
tags: ["Forms"]
---

# Results

`GET /v2/form/results`

Returns a list of Results for a Race or Meeting.
            


            Available to Starter subscriptions and up.

## Query parameters

- `meetingId` integer, required
- `raceNumber` integer
- `apiKey` string, required

## Response `200`

OK

- ResultsListApiResponse
  - `statusCode` integer
  - `status` 0 | 1 | 2 | 3 | 4 | 99
  - `error` string, nullable
  - `errors` object, nullable
  - `payLoad` Results[], nullable
    - `meetingId` integer — The Punting Form identifier for the Meeting.
    - `track` string, nullable — The Track the Meeting was ran at.
    - `trackId` integer — The Punting Form identifier for the Track.
    - `meetingDate` string, date-time — The local date the Meeting was run.
    - `raceResults` RaceResults[], nullable — A list of resulted Races.
      - `raceId` integer — The Punting Form identifier for the Race.
      - `raceNumber` integer — The TAB Race number.
      - `trackConditionLabel` string, nullable — The condition label of the Track at the time of the Race.
      - `trackCondition` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23
      - `trackConditionNumber` integer — Numerical representation of the track condition.
      - `officialRaceTime` string, date-span — The official time of the Race.
      - `officialRaceTimeString` string, nullable — A string representation of the official Race time.
      - `sectionalDistance` integer — The distance at which the official sectional time is recorded. Generally 600m.
      - `officialSectionalTime` number, double — The official sectional time of the Race in seconds.
      - `windDirection` integer — Direction of the wind close to the time of the race. Reading taken from nearest weather station at the closest 15 minute interval to the race start time.
      - `windSpeed` number, double — Speed of the wind close to the time of the race. Reading taken from nearest weather station at the closest 15 minute interval to the race start time.
      - `runners` ResultDetails[], nullable — A list of resulted Runners for the Race.
        - `position` integer — Finish position of the runner.
        - `margin` number, double — Margin to next runner.
        - `tabNo` integer — TabNo of the runner.
        - `runner` string, nullable — Name of the runner.
        - `runnerId` integer — Punting Form identifier for the runner.
        - `trainer` string, nullable — Name of the runner's Trainer.
        - `trainerId` integer — Punting Form identifier for the Trainer.
        - `jockey` string, nullable — Name of the runner's Jockey.
        - `jockeyId` integer — Punting Form identifier for the Jockey.
        - `barrier` integer — The actual barrier that the runner jumped from with scratchings considered.
        - `weight` number, double — The weight the runner carried.
        - `inRun` string, nullable — Official in run positions of the runner.
        - `flucs` string, nullable — Offical betting fluctuations.
        - `price` number, double — Official starting price.
        - `gearChanges` string, nullable — Notes any gear changes applied to the runner.
        - `stewardsReports` string, nullable — Notes any stewards reports related to the runner.
        - `formId` integer — Punting Form identifier for the Form of the Runner.
        - `jockeyClaim` number, double — Jockey Claim indicates the amount of weight in KG that an apprentice jockey is claiming in this race
        - `originalBarrier` integer — The barrier as listed when fields were first published before any scratchings.
      - `weightType` string, nullable — The weight type category of the Race.
      - `limitWeight` number, double — The minimum weight limit allowable in the Race.
  - `processTime` integer
  - `timeStamp` string, date-time

---

[API](https://skmtc.net/puntingform/apis/public-api-v2.md) · [All operations](https://skmtc.net/puntingform/apis/public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/puntingform/public-api-v2/versions/b7d122ef3977/schema)
