Back to library
GolfNow Search API
Unlock real-time GolfNow tee times and course info for enhanced golfing applications and insights.
Private1 credit = 1 requestGET/v2/golfnow/search
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/golfnow/search' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"results": [
{
"holes": 18,
"price": 65,
"location": "Orlando, FL",
"tee_time": "2024-11-06T10:00:00",
"course_name": "Orange County National"
},
{
"holes": 18,
"price": 90,
"location": "Kissimmee, FL",
"tee_time": "2024-11-06T10:20:00",
"course_name": "Falcon's Fire Golf Club"
},
{
"holes": 18,
"price": 120,
"location": "Orlando, FL",
"tee_time": "2024-11-06T11:00:00",
"course_name": "Waldorf Astoria Golf Club"
},
{
"holes": 18,
"price": 75,
"location": "Celebration, FL",
"tee_time": "2024-11-06T11:15:00",
"course_name": "Celebration Golf Club"
},
{
"holes": 18,
"price": 80,
"location": "Davenport, FL",
"tee_time": "2024-11-06T10:45:00",
"course_name": "ChampionsGate Golf Club"
}
]
}Integrations
Integrate GolfNow Search with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/golfnow/search
Status
Private
Collections
Related APIs
Expand your data capabilities with these complementary tools.