Endpoints
Tee Time Availability
Tee Time Availability
Check real-time tee time availability for golf courses.
Check Availability
Code
Returns available tee times for a specific course and date.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Course document ID or booking code |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
date | string | Date to check (YYYY-MM-DD) required |
players | integer | Number of players (1-4, default: 1) |
Response
Code
All prices shown in availability are net prices excluding VAT. Each reseller must apply their own VAT rate.
Online vs Offline Courses
- Online courses (
isOnline: true): Tee times are retrieved in real-time and booking is instant. - Offline courses (
isOnline: false): Availability must be confirmed by the golf course. The booking enters a pending state.
Tee time availability changes rapidly, especially for popular courses. Refresh availability data before finalizing bookings.
Last modified on