get_shots
Retrieve shot-level golf data (GPS, club, lie, distance, miss offsets) filtered by round, holes, club, or shot type. Output GeoJSON for shot maps and dashboards.
Instructions
Get shot-level data (GPS, club, lie, distance, miss offsets dx/dy). Filter by round_id, holes, club name substring, or shot_type (drive|approach|chip|putt|penalty). format="geojson" returns a FeatureCollection (shot LineStrings + pin Points) ready for Mapbox or Leaflet — ideal for shot maps and dashboards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| club | No | ||
| holes | No | ||
| limit | No | ||
| format | No | json | |
| round_id | No | ||
| shot_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||