Introduction
The PinPlotter API allows you to programmatically access golf course mapping data, including hole layouts, feature coordinates, and course metadata.
Base URL:
/api/v1Format:
JSONData Types
Green
Putting surface coordinates and pin positions
Tee Box
Tee positions for each hole by color
Fairway
Center line and landing zone markers
Hazard
Water, bunkers, and penalty areas
Endpoints
Error Codes
| Code | Status | Description |
|---|---|---|
| 400 | Bad Request | Invalid parameters or request body |
| 401 | Unauthorized | Missing or invalid API key |
| 404 | Not Found | Course or resource not found |
| 429 | Rate Limited | Too many requests, slow down |
| 500 | Server Error | Internal server error |