---
title: "Conditions"
method: GET
path: "/v2/Updates/Conditions"
tags: ["Updates"]
---

# Conditions

`GET /v2/Updates/Conditions`

Returns conditions, including track grading and weather for all upcoming meetings.
            
            Available to Starter subscriptions and up.

## Query parameters

- `jurisdiction` 0 | 1 | 2
- `apiKey` string, required

## Response `200`

OK

- ConditionsListApiResponse
  - `statusCode` integer
  - `status` 0 | 1 | 2 | 3 | 4 | 99
  - `error` string, nullable
  - `errors` object, nullable
  - `payLoad` Conditions[], nullable
    - `meetingDate` string, date-time — The date of the Meeting as per the local time zone.
    - `meetingDateUTC` string, date-time, nullable — The date of the Meeting as a UTC time.
    - `meetingId` integer — Punting Form identifier for the meeting.
    - `track` string, nullable — The Track where the Meeting takes place.
    - `trackCondition` string, nullable — Current rated condition of the Track.
    - `trackConditionNumber` string, nullable — Current rated condition number of the Track.
    - `weather` string, nullable — Current weather conditions at the Track.
    - `wind` string, nullable — Current wind speed at the Track.
    - `windDirection` string, nullable — Current wind direction at the Track.
    - `abandonded` boolean — True if the Meeting has been abandoned.
    - `rail` string, nullable — The rail condition
    - `penetrometer` string, nullable — TBD
    - `irrigation` string, nullable — TBD
    - `rainfall` string, nullable — TBD
    - `comment` string, nullable — Comments for the current track
    - `source` string, nullable — The source of the condition updates.
    - `lastUpdate` string, date-time — A time stamp of the last update.
  - `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/revisions/b7d122ef3977/schema)
