{"info":{"_postman_id":"44061fbc-eacd-44b2-929d-13141c868632","name":"Golf API","description":"<html><head></head><body><p>This API provides access to the GolfAPI course data.</p>\n<h2 id=\"api-key\"><strong>API Key</strong></h2>\n<p>To use the API you need an <strong>API key</strong>, which you can get by contacting <a href=\"https://contact@golfapi.io\">contact@golfapi.io</a>.</p>\n<p>The API key needs to be added as the Bearer Token in the authorization header of each API call.</p>\n<p><code>Authorization: Bearer your_api_key</code></p>\n<h2 id=\"api-call-count\">API Call Count</h2>\n<p>Each API call that fetches course and club data, reduces the number of remaining calls by 1.<br>This includes the following end points:<br><code>GET /clubs/{id}</code>, <code>GET /courses/{id}</code>,<code>GET /coordinates/{id}</code></p>\n<p>Each API call that searches for courses and clubs, reduces the number of remaining calls by 0.1<br>This includes the following end points:<br><code>GET /clubs</code>, <code>GET /courses</code></p>\n<p>The number of API calls left is returned in each response in the <code>apiRequestsLeft</code> field.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1756312","collectionId":"44061fbc-eacd-44b2-929d-13141c868632","publishedId":"UVeDsT2b","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-31T22:53:55.000Z"},"item":[{"name":"/clubs","event":[{"listen":"test","script":{"id":"5e3c1d7b-d0ff-4815-85fa-54eace338d22","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Num clubs is 100\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.numClubs).to.eql(100);","});"],"type":"text/javascript"}}],"id":"2f70b71e-df53-416f-8021-af37b264ee8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{golfApiUrl}}/clubs?city=pebble&country=usa&lat=36.569&lng=-121.949&measureUnit=km","description":"<p>Returns a list of golf clubs matching the criteria set in query parameters.</p>\n<p>Response includes number of clubs found: <code>numClubs</code> and array of clubs found: <code>clubs</code>. Clubs array includes a list of courses in that club.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiRequestsLeft</td>\n<td>How many API requests are left</td>\n</tr>\n<tr>\n<td>numClubs</td>\n<td>Number of clubs found</td>\n</tr>\n<tr>\n<td>numAllClubs</td>\n<td>Number of all clubs matching the criteria</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>clubs</td>\n<td>array of clubs found  <br />- <strong>clubID</strong>  <br />- <strong>clubName</strong>  <br />- <strong>city</strong>  <br />- <strong>state</strong>  <br />- <strong>country</strong>  <br />- <strong>address</strong>  <br />- <strong>timestampUpdated</strong>: timestamp when the club was updated  <br />- <strong>distance</strong>: distance to lat, lng parameters  <br />- <strong>measureUnit</strong>: distance unit  <br />- <strong>courses</strong>: array of courses that the club has  <br />-- courseID  <br />-- courseName: name of the course  <br />-- numHoles: number of holes  <br />-- timestampUpdated: timestamp when the course was updated  <br />-- hasGPS: If a course has GPS coordinates stored</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"44061fbc-eacd-44b2-929d-13141c868632","id":"44061fbc-eacd-44b2-929d-13141c868632","name":"Golf API","type":"collection"}},"urlObject":{"path":["clubs"],"host":["{{golfApiUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Partial name of the golf club (optional)</p>\n","type":"text/plain"},"key":"name","value":"pebble beach"},{"disabled":true,"description":{"content":"<p>State of the golf club (optional)</p>\n","type":"text/plain"},"key":"state","value":""},{"description":{"content":"<p>City of the golf club (optional)</p>\n","type":"text/plain"},"key":"city","value":"pebble"},{"description":{"content":"<p>Country of the golf club (optional)</p>\n","type":"text/plain"},"key":"country","value":"usa"},{"description":{"content":"<p>Latitude (optional). If lat and lng parameters are given, the results are sorted by the distance.</p>\n","type":"text/plain"},"key":"lat","value":"36.569"},{"description":{"content":"<p>Longitude (optional). If lat and lng parameters are given, the results are sorted by the distance.</p>\n","type":"text/plain"},"key":"lng","value":"-121.949"},{"description":{"content":"<p>Measure unit in which the distances are given (km, mi, yd, m)</p>\n","type":"text/plain"},"key":"measureUnit","value":"km"},{"disabled":true,"description":{"content":"<p>Club has been updated after the timestamp (optional)</p>\n","type":"text/plain"},"key":"timestampUpdated","value":"1672862025"},{"disabled":true,"description":{"content":"<p>An API call returns at maximum 200 clubs. If you want to receive additional clubs, you can set the page number.\npage 1: 0-200 clubs returned\npage 2: 201-400 clubs returned\npage 3: 401-600 clubs returned\n...\nDefault is 1</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"b87289b1-986d-4f82-b052-d442bd8e5dd1","name":"/clubs","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{golfApiUrl}}/clubs?city=pebble&country=usa&lat=36.569&lng=-121.949&measureUnit=km","host":["{{golfApiUrl}}"],"path":["clubs"],"query":[{"key":"name","value":"pebble beach","description":"Partial name of the golf club (optional)","disabled":true},{"key":"state","value":"","description":"State of the golf club (optional)","disabled":true},{"key":"city","value":"pebble","description":"City of the golf club (optional)"},{"key":"country","value":"usa","description":"Country of the golf club (optional)"},{"key":"lat","value":"36.569","description":"Latitude (optional). If lat and lng parameters are given, the results are sorted by the distance to the lat,lng.","type":"text"},{"key":"lng","value":"-121.949","description":"Longitude (optional). If lat and lng parameters are given, the results are sorted by the distance to the lat,lng.","type":"text"},{"key":"measureUnit","value":"km","description":"Measure unit in which the distances are given (km, mi, yd, m)","type":"text"},{"key":"timestampUpdated","value":"1672862025","description":"Club has been updated after the timestamp (optional)","disabled":true},{"key":"page","value":"1","description":"An API call returns at maximum 200 clubs. If you want to receive additional clubs, you can set the page number.\npage 1: 0-200 clubs returned\npage 2: 201-400 clubs returned\npage 3: 401-600 clubs returned\n...\nDefault is 1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Jan 2024 14:45:29 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*, Accept, Content-Type, Content-Length, Accept-Encoding, Authorization"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiRequestsLeft\": \"777\",\n    \"numClubs\": 5,\n    \"numAllClubs\": 5,\n    \"clubs\": [\n        {\n            \"clubID\": \"141520610397251566\",\n            \"clubName\": \"Pebble Beach Golf Links\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"1700 17 Mile Drive\",\n            \"timestampUpdated\": \"1704550359\",\n            \"distance\": 0.062,\n            \"measureUnit\": \"km\",\n            \"courses\": [\n                {\n                    \"courseID\": \"012141520658891108829\",\n                    \"courseName\": \"Pebble Beach\",\n                    \"numHoles\": 18,\n                    \"timestampUpdated\": \"1704549296\",\n                    \"hasGPS\": 1\n                },\n                {\n                    \"courseID\": \"011141520658921417047\",\n                    \"courseName\": \"The Hay\",\n                    \"numHoles\": 9,\n                    \"timestampUpdated\": \"1672862025\",\n                    \"hasGPS\": 0\n                }\n            ]\n        },\n        {\n            \"clubID\": \"141520610413056394\",\n            \"clubName\": \"Spyglass Hill Golf Course\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"Spyglass Hill Rd & Stevenson Dr\",\n            \"timestampUpdated\": \"1704548446\",\n            \"distance\": 1.103,\n            \"measureUnit\": \"km\",\n            \"courses\": [\n                {\n                    \"courseID\": \"012141520665343800921\",\n                    \"courseName\": \"18-hole course\",\n                    \"numHoles\": 18,\n                    \"timestampUpdated\": \"1704548446\",\n                    \"hasGPS\": 1\n                }\n            ]\n        },\n        {\n            \"clubID\": \"141520610398953838\",\n            \"clubName\": \"Poppy Hills Golf Course\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"3200 Lopez Rd\",\n            \"timestampUpdated\": \"1704548040\",\n            \"distance\": 1.254,\n            \"measureUnit\": \"km\",\n            \"courses\": [\n                {\n                    \"courseID\": \"0121346869355741\",\n                    \"courseName\": \"18-hole course\",\n                    \"numHoles\": 18,\n                    \"timestampUpdated\": \"1704548040\",\n                    \"hasGPS\": 1\n                }\n            ]\n        },\n        {\n            \"clubID\": \"141520610366390646\",\n            \"clubName\": \"Cypress Point Club\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"3150 17 Mile Drive\",\n            \"timestampUpdated\": \"1704550537\",\n            \"distance\": 1.594,\n            \"measureUnit\": \"km\",\n            \"courses\": [\n                {\n                    \"courseID\": \"012141520647281224131\",\n                    \"courseName\": \"Cypress Point\",\n                    \"numHoles\": 18,\n                    \"timestampUpdated\": \"1679922041\",\n                    \"hasGPS\": 1\n                }\n            ]\n        },\n        {\n            \"clubID\": \"141520610418383036\",\n            \"clubName\": \"The Links at Spanish Bay\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"2700 17 Mile Drive\",\n            \"timestampUpdated\": \"1704550515\",\n            \"distance\": 3.097,\n            \"measureUnit\": \"km\",\n            \"courses\": [\n                {\n                    \"courseID\": \"0121130522396078\",\n                    \"courseName\": \"18-hole course\",\n                    \"numHoles\": 18,\n                    \"timestampUpdated\": \"1704548785\",\n                    \"hasGPS\": 1\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2f70b71e-df53-416f-8021-af37b264ee8c"},{"name":"/clubs/{id}","event":[{"listen":"test","script":{"id":"fe624621-a024-4697-ad23-d22c18ad5a35","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Num clubs is 100\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.numClubs).to.eql(100);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bce49cdc-4f5f-48e1-a07e-73feff08d475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{golfApiUrl}}/clubs/:id","description":"<p>Get golf club information. Response contains the club data and list of courses in the club.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiRequestsLeft</td>\n<td>How many API requests are left</td>\n</tr>\n<tr>\n<td>clubID</td>\n<td>Golf club ID</td>\n</tr>\n<tr>\n<td>clubName</td>\n<td>Golf club Name</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Golf club address</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>Golf club postal code</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Golf club city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Golf club state</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Golf club country</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>Golf club latitude</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>Golf club longitude</td>\n</tr>\n<tr>\n<td>website</td>\n<td>Golf club website</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>Golf club telephone number</td>\n</tr>\n<tr>\n<td>timestampUpdated</td>\n<td>Timestamp when the club was updated</td>\n</tr>\n<tr>\n<td>courses</td>\n<td>Array of courses  <br />- courseID: Course ID  <br />- courseName: Course name  <br />- numHoles: Number of holes of the course  <br />- timestampUpdated: timestampe when the course was updated  <br />- hasGPS: Course has GPS coordinates</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"44061fbc-eacd-44b2-929d-13141c868632","id":"44061fbc-eacd-44b2-929d-13141c868632","name":"Golf API","type":"collection"}},"urlObject":{"path":["clubs",":id"],"host":["{{golfApiUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Club ID</p>\n","type":"text/plain"},"type":"any","value":"141520610397251566","key":"id"}]}},"response":[{"id":"cb5537a7-c8b4-4764-b25c-d0fc6afb6736","name":"/clubs/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{golfApiUrl}}/clubs/:id","host":["{{golfApiUrl}}"],"path":["clubs",":id"],"variable":[{"key":"id","value":"141520610397251566","description":"Club ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 05 Mar 2023 22:39:13 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*, Accept, Content-Type, Content-Length, Accept-Encoding"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubID\": \"141520610397251566\",\n    \"clubName\": \"Pebble Beach Golf Links\",\n    \"city\": \"Pebble Beach\",\n    \"state\": \"CA\",\n    \"country\": \"USA\",\n    \"address\": \"1700 17 Mile Drive\",\n    \"postalCode\": \"93953\",\n    \"latitude\": \"36.584532\",\n    \"longitude\": \"-121.964661\",\n    \"website\": \"www.pebblebeach.com\",\n    \"telephone\": \"(800) 654-9300\",\n    \"timestampUpdated\": \"1672862167\",\n    \"courses\": [\n        {\n            \"courseID\": \"012141520658891108829\",\n            \"courseName\": \"Pebble Beach\",\n            \"numHoles\": 18,\n            \"timestampUpdated\": \"1672862167\",\n            \"hasGPS\": 1\n        },\n        {\n            \"courseID\": \"011141520658921417047\",\n            \"courseName\": \"The Hay\",\n            \"numHoles\": 9,\n            \"timestampUpdated\": \"1672862025\",\n            \"hasGPS\": 0\n        }\n    ],\n    \"apiRequestsLeft\": \"954\"\n}"}],"_postman_id":"bce49cdc-4f5f-48e1-a07e-73feff08d475"},{"name":"/courses","event":[{"listen":"test","script":{"id":"8a16f3cd-d998-4efa-aca1-6c9a114036ff","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Num clubs is 100\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.numClubs).to.eql(100);","});"],"type":"text/javascript"}}],"id":"3acef12f-50ef-4765-8395-3e57c9d7bbc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{golfApiUrl}}/courses?city=pebble&country=usa&lat=36.569&lng=-121.949&measureUnit=km","description":"<p>Returns a list of courses matching the criteria set in query parameters.</p>\n<p>Response includes number of clubs found: <code>numCourses</code> and array of courses found: <code>courses</code>.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiRequestsLeft</td>\n<td>How many API requests are left</td>\n</tr>\n<tr>\n<td>numCourses</td>\n<td>Number of courses found (max 200)</td>\n</tr>\n<tr>\n<td>numAllCourses</td>\n<td>Number of all courses matching the criteria</td>\n</tr>\n<tr>\n<td>courses</td>\n<td>array of courses found  <br />- <strong>clubID</strong>: Golf Club ID  <br />- <strong>clubName</strong>: Golf Club Name  <br />- <strong>city</strong>: City of the Golf Club  <br />- <strong>state</strong>: State of the Golf Club  <br />- <strong>country</strong>: Country of the Golf Club  <br />- <strong>address</strong>: Address of the Golf Club  <br />- <strong>distance</strong>: distance to lat, lng parameters  <br />- <strong>measureUnit</strong>: distance unit  <br />- <strong>timestampUpdated</strong>: timestamp when the course was updated  <br />- <strong>courseID</strong>: Golf Course ID  <br />- <strong>courseName</strong>: name of the course  <br />- <strong>numHoles</strong>: number of holes  <br />- <strong>hasGPS</strong>: If a course has GPS coordinates stored  <br />- <strong>oldCourseIDs:</strong> Array of old courseIDs that have been used for this course</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"44061fbc-eacd-44b2-929d-13141c868632","id":"44061fbc-eacd-44b2-929d-13141c868632","name":"Golf API","type":"collection"}},"urlObject":{"path":["courses"],"host":["{{golfApiUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>State of the golf club</p>\n","type":"text/plain"},"key":"state","value":""},{"description":{"content":"<p>City of the golf club</p>\n","type":"text/plain"},"key":"city","value":"pebble"},{"description":{"content":"<p>Country of the golf club</p>\n","type":"text/plain"},"key":"country","value":"usa"},{"disabled":true,"description":{"content":"<p>Partial name of the golf club</p>\n","type":"text/plain"},"key":"name","value":"pebble beach"},{"description":{"content":"<p>Latitude. If lat and lng parameters are given, the results are sorted by the distance.</p>\n","type":"text/plain"},"key":"lat","value":"36.569"},{"description":{"content":"<p>Longitude. If lat and lng parameters are given, the results are sorted by the distance.</p>\n","type":"text/plain"},"key":"lng","value":"-121.949"},{"description":{"content":"<p>Measurement unit (km, mi, m, yd)</p>\n","type":"text/plain"},"key":"measureUnit","value":"km"},{"disabled":true,"description":{"content":"<p>Return courses that have been updated after the timestamp</p>\n","type":"text/plain"},"key":"timestampUpdated","value":"1672862025"},{"disabled":true,"description":{"content":"<p>An API call returns at maximum 200 courses. If you want to receive additional clubs, you can set the page number.\npage 1: 0-200 courses returned\npage 2: 201-400 courses returned\npage 3: 401-600 courses returned\n...\nDefault is 1</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"3f6366bb-ee15-4ea9-9e0d-1aca9e0c56da","name":"/courses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{golfApiUrl}}/courses?city=pebble&country=usa&lat=36.569&lng=-121.949&measureUnit=km","host":["{{golfApiUrl}}"],"path":["courses"],"query":[{"key":"state","value":"","description":"State of the golf club","disabled":true},{"key":"city","value":"pebble","description":"City of the golf club"},{"key":"country","value":"usa","description":"Country of the golf club"},{"key":"name","value":"pebble beach","description":"Partial name of the golf club","disabled":true},{"key":"lat","value":"36.569","description":"Latitude. If lat and lng parameters are given, the results are sorted by the distance."},{"key":"lng","value":"-121.949","description":"Longitude. If lat and lng parameters are given, the results are sorted by the distance."},{"key":"measureUnit","value":"km","description":"Measurement unit (km, mi, m, yd)"},{"key":"timestampUpdated","value":"1672862025","description":"Return courses that have been updated after the timestamp","type":"text","disabled":true},{"key":"page","value":"1","description":"An API call returns at maximum 200 courses. If you want to receive additional clubs, you can set the page number.\npage 1: 0-200 courses returned\npage 2: 201-400 courses returned\npage 3: 401-600 courses returned\n...\nDefault is 1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 May 2024 15:54:12 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*, Accept, Content-Type, Content-Length, Accept-Encoding, Authorization"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Keep-Alive","value":"timeout=5, max=93"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiRequestsLeft\": \"710\",\n    \"numCourses\": 6,\n    \"numAllCourses\": 6,\n    \"courses\": [\n        {\n            \"clubID\": \"141520610397251566\",\n            \"clubName\": \"Pebble Beach Golf Links\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"1700 17 Mile Drive\",\n            \"distance\": 0.062,\n            \"measureUnit\": \"km\",\n            \"timestampUpdated\": \"1704549296\",\n            \"courseID\": \"012141520658891108829\",\n            \"courseName\": \"Pebble Beach\",\n            \"numHoles\": 18,\n            \"hasGPS\": 1\n        },\n        {\n            \"clubID\": \"141520610397251566\",\n            \"clubName\": \"Pebble Beach Golf Links\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"1700 17 Mile Drive\",\n            \"distance\": 0.062,\n            \"measureUnit\": \"km\",\n            \"timestampUpdated\": \"1705440479\",\n            \"courseID\": \"011141520658921417047\",\n            \"courseName\": \"The Hay\",\n            \"numHoles\": 9,\n            \"hasGPS\": 0\n        },\n        {\n            \"clubID\": \"141520610413056394\",\n            \"clubName\": \"Spyglass Hill Golf Course\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"Spyglass Hill Rd & Stevenson Dr\",\n            \"distance\": 1.103,\n            \"measureUnit\": \"km\",\n            \"timestampUpdated\": \"1704548446\",\n            \"courseID\": \"012141520665343800921\",\n            \"courseName\": \"18-hole course\",\n            \"numHoles\": 18,\n            \"hasGPS\": 1\n        },\n        {\n            \"clubID\": \"141520610398953838\",\n            \"clubName\": \"Poppy Hills Golf Course\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"3200 Lopez Rd\",\n            \"distance\": 1.254,\n            \"measureUnit\": \"km\",\n            \"timestampUpdated\": \"1704548040\",\n            \"courseID\": \"0121346869355741\",\n            \"courseName\": \"18-hole course\",\n            \"numHoles\": 18,\n            \"hasGPS\": 1\n        },\n        {\n            \"clubID\": \"141520610366390646\",\n            \"clubName\": \"Cypress Point Club\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"3150 17 Mile Drive\",\n            \"distance\": 1.594,\n            \"measureUnit\": \"km\",\n            \"timestampUpdated\": \"1679922041\",\n            \"courseID\": \"012141520647281224131\",\n            \"courseName\": \"Cypress Point\",\n            \"numHoles\": 18,\n            \"hasGPS\": 1\n        },\n        {\n            \"clubID\": \"141520610418383036\",\n            \"clubName\": \"The Links at Spanish Bay\",\n            \"city\": \"Pebble Beach\",\n            \"state\": \"CA\",\n            \"country\": \"USA\",\n            \"address\": \"2700 17 Mile Drive\",\n            \"distance\": 3.097,\n            \"measureUnit\": \"km\",\n            \"timestampUpdated\": \"1704548785\",\n            \"courseID\": \"0121130522396078\",\n            \"courseName\": \"18-hole course\",\n            \"numHoles\": 18,\n            \"hasGPS\": 1\n        }\n    ]\n}"}],"_postman_id":"3acef12f-50ef-4765-8395-3e57c9d7bbc7"},{"name":"/courses/{id}","event":[{"listen":"test","script":{"id":"8a16f3cd-d998-4efa-aca1-6c9a114036ff","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Num clubs is 100\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.numClubs).to.eql(100);","});"],"type":"text/javascript","packages":{}}}],"id":"1d9d2ccb-1208-4e1f-bbcf-aab631554607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{golfApiUrl}}/courses/:id","description":"<p>Get golf course information.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiRequestsLeft</td>\n<td>How many API requests are left</td>\n</tr>\n<tr>\n<td>clubID</td>\n<td>Golf club ID</td>\n</tr>\n<tr>\n<td>clubName</td>\n<td>Golf club Name</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Golf club address</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>Golf club postal code</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Golf club city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Golf club state</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Golf club country</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>Golf club latitude</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>Golf club longitude</td>\n</tr>\n<tr>\n<td>website</td>\n<td>Golf club website</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>Golf club telephone number</td>\n</tr>\n<tr>\n<td>courseID</td>\n<td>Course ID</td>\n</tr>\n<tr>\n<td>courseName</td>\n<td>Course name</td>\n</tr>\n<tr>\n<td>numHoles</td>\n<td>Number of holes</td>\n</tr>\n<tr>\n<td>timestampUpdated</td>\n<td>Timestamp when the course was updated</td>\n</tr>\n<tr>\n<td>hasGPS</td>\n<td>1 if the course has gps coordinates</td>\n</tr>\n<tr>\n<td>measure</td>\n<td>Tee length units (m-meters, y-yards)</td>\n</tr>\n<tr>\n<td>numCoordinates</td>\n<td>Number of coordinates stored for this course</td>\n</tr>\n<tr>\n<td>parsMen</td>\n<td>Men par values for holes</td>\n</tr>\n<tr>\n<td>indexesMen</td>\n<td>Men stroke indexes for holes</td>\n</tr>\n<tr>\n<td>parsWomen</td>\n<td>Women par values for holes</td>\n</tr>\n<tr>\n<td>indexesWomen</td>\n<td>Women stroke indexes for holes</td>\n</tr>\n<tr>\n<td>numTees</td>\n<td>Number of tees</td>\n</tr>\n<tr>\n<td>tees</td>\n<td>array of tees  <br />- teeID: Tee ID  <br />- teeName: Name of tee  <br />- teeColor: Tee color in Hex number  <br />- length1-18: tee length for each hole  <br />- courseRatingMen: Men's course rating  <br />- slopeMen: Men's slope rating  <br />- courseRatingWomen: Women's course rating  <br />- slopeWomen: Women's slope rating  <br />- courseRatingMenFront9: Men's course rating for front9  <br />- courseRatingMenBack9: Men's course rating for back9  <br />- courseRatingWomenFront9: Women's course rating for front9  <br />- courseRatingWomenBack9: Women's course rating for back9  <br />- pars: if there are tee-specific pars  <br />- indexes: if there are tee-specific SIs  <br />- parsWomen: if there are tee-specific women pars  <br />- indexesWomen: if there are tee-specific women SIs</td>\n</tr>\n<tr>\n<td>oldCourseIDs</td>\n<td>Array of old courseIDs that have been used for this course</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"44061fbc-eacd-44b2-929d-13141c868632","id":"44061fbc-eacd-44b2-929d-13141c868632","name":"Golf API","type":"collection"}},"urlObject":{"path":["courses",":id"],"host":["{{golfApiUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Measurement unit for tee lenghts (m, yd)</p>\n","type":"text/plain"},"key":"measureUnit","value":""}],"variable":[{"description":{"content":"<p>Course ID</p>\n","type":"text/plain"},"type":"any","value":"012141520658891108829","key":"id"}]}},"response":[{"id":"d535b0fc-185f-4454-978e-837f07fe2fd4","name":"/courses/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{golfApiUrl}}/courses/:id","host":["{{golfApiUrl}}"],"path":["courses",":id"],"variable":[{"key":"id","value":"012141520658891108829","description":"Course ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Jan 2024 14:55:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Headers","value":"*, Accept, Content-Type, Content-Length, Accept-Encoding, Authorization"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubID\": \"141520610397251566\",\n    \"clubName\": \"Pebble Beach Golf Links\",\n    \"address\": \"1700 17 Mile Drive\",\n    \"postalCode\": \"93953\",\n    \"city\": \"Pebble Beach\",\n    \"state\": \"CA\",\n    \"country\": \"USA\",\n    \"latitude\": \"36.5696553\",\n    \"longitude\": \"-121.9497555\",\n    \"website\": \"https://www.pebblebeach.com/golf/pebble-beach-golf-links\",\n    \"telephone\": \"+1 831-574-5609\",\n    \"courseID\": \"012141520658891108829\",\n    \"courseName\": \"Pebble Beach\",\n    \"numHoles\": \"18\",\n    \"timestampUpdated\": \"1704549296\",\n    \"hasGPS\": \"1\",\n    \"measure\": \"y\",\n    \"parsMen\": [\n        4,\n        5,\n        4,\n        4,\n        3,\n        5,\n        3,\n        4,\n        4,\n        4,\n        4,\n        3,\n        4,\n        5,\n        4,\n        4,\n        3,\n        5\n    ],\n    \"indexesMen\": [\n        6,\n        10,\n        12,\n        16,\n        14,\n        2,\n        18,\n        4,\n        8,\n        3,\n        9,\n        17,\n        7,\n        1,\n        13,\n        11,\n        15,\n        5\n    ],\n    \"parsWomen\": [\n        4,\n        5,\n        4,\n        4,\n        3,\n        5,\n        3,\n        4,\n        4,\n        4,\n        4,\n        3,\n        4,\n        5,\n        4,\n        4,\n        3,\n        5\n    ],\n    \"indexesWomen\": [\n        10,\n        6,\n        12,\n        14,\n        16,\n        4,\n        18,\n        2,\n        8,\n        7,\n        9,\n        13,\n        11,\n        1,\n        15,\n        5,\n        17,\n        3\n    ],\n    \"numTees\": 5,\n    \"tees\": [\n        {\n            \"teeID\": \"106671\",\n            \"teeName\": \"Blue\",\n            \"teeColor\": \"#00CCFF\",\n            \"length1\": 378,\n            \"length2\": 509,\n            \"length3\": 397,\n            \"length4\": 333,\n            \"length5\": 189,\n            \"length6\": 498,\n            \"length7\": 107,\n            \"length8\": 416,\n            \"length9\": 483,\n            \"length10\": 444,\n            \"length11\": 370,\n            \"length12\": 202,\n            \"length13\": 401,\n            \"length14\": 559,\n            \"length15\": 393,\n            \"length16\": 400,\n            \"length17\": 182,\n            \"length18\": 541,\n            \"courseRatingMen\": 74.9,\n            \"slopeMen\": 144,\n            \"courseRatingWomen\": \"\",\n            \"slopeWomen\": \"\",\n            \"courseRatingMenFront9\": 74.2,\n            \"courseRatingMenBack9\": 75.6,\n            \"slopeMenFront9\": 141,\n            \"slopeMenBack9\": 147,\n            \"courseRatingWomenFront9\": \"\",\n            \"courseRatingWomenBack9\": \"\",\n            \"slopeWomenFront9\": \"\",\n            \"slopeWomenBack9\": \"\"\n        },\n        {\n            \"teeID\": \"106672\",\n            \"teeName\": \"Gold\",\n            \"teeColor\": \"#CCCC00\",\n            \"length1\": 349,\n            \"length2\": 491,\n            \"length3\": 381,\n            \"length4\": 308,\n            \"length5\": 145,\n            \"length6\": 490,\n            \"length7\": 98,\n            \"length8\": 388,\n            \"length9\": 463,\n            \"length10\": 428,\n            \"length11\": 349,\n            \"length12\": 187,\n            \"length13\": 390,\n            \"length14\": 545,\n            \"length15\": 375,\n            \"length16\": 378,\n            \"length17\": 176,\n            \"length18\": 531,\n            \"courseRatingMen\": 73.4,\n            \"slopeMen\": 137,\n            \"courseRatingWomen\": 78.2,\n            \"slopeWomen\": 146,\n            \"courseRatingMenFront9\": 72.6,\n            \"courseRatingMenBack9\": 74.2,\n            \"slopeMenFront9\": 131,\n            \"slopeMenBack9\": 143,\n            \"courseRatingWomenFront9\": 77,\n            \"courseRatingWomenBack9\": 79.4,\n            \"slopeWomenFront9\": 148,\n            \"slopeWomenBack9\": 144\n        },\n        {\n            \"teeID\": \"106673\",\n            \"teeName\": \"White\",\n            \"teeColor\": \"#FFFFFF\",\n            \"length1\": 337,\n            \"length2\": 458,\n            \"length3\": 340,\n            \"length4\": 295,\n            \"length5\": 134,\n            \"length6\": 465,\n            \"length7\": 94,\n            \"length8\": 364,\n            \"length9\": 436,\n            \"length10\": 408,\n            \"length11\": 338,\n            \"length12\": 176,\n            \"length13\": 370,\n            \"length14\": 490,\n            \"length15\": 338,\n            \"length16\": 368,\n            \"length17\": 166,\n            \"length18\": 506,\n            \"courseRatingMen\": 71.7,\n            \"slopeMen\": 135,\n            \"courseRatingWomen\": 76.2,\n            \"slopeWomen\": 139,\n            \"courseRatingMenFront9\": 71.2,\n            \"courseRatingMenBack9\": 72.2,\n            \"slopeMenFront9\": 129,\n            \"slopeMenBack9\": 141,\n            \"courseRatingWomenFront9\": 74.6,\n            \"courseRatingWomenBack9\": 77.8,\n            \"slopeWomenFront9\": 139,\n            \"slopeWomenBack9\": 139\n        },\n        {\n            \"teeID\": \"224370\",\n            \"teeName\": \"Green\",\n            \"teeColor\": \"#66FF66\",\n            \"length1\": 328,\n            \"length2\": 428,\n            \"length3\": 291,\n            \"length4\": 251,\n            \"length5\": 125,\n            \"length6\": 457,\n            \"length7\": 90,\n            \"length8\": 354,\n            \"length9\": 362,\n            \"length10\": 344,\n            \"length11\": 303,\n            \"length12\": 167,\n            \"length13\": 302,\n            \"length14\": 452,\n            \"length15\": 330,\n            \"length16\": 324,\n            \"length17\": 148,\n            \"length18\": 491,\n            \"courseRatingMen\": 68.7,\n            \"slopeMen\": 126,\n            \"courseRatingWomen\": 72.9,\n            \"slopeWomen\": 134,\n            \"courseRatingMenFront9\": 68.2,\n            \"courseRatingMenBack9\": 69.2,\n            \"slopeMenFront9\": 120,\n            \"slopeMenBack9\": 132,\n            \"courseRatingWomenFront9\": 72,\n            \"courseRatingWomenBack9\": 73.8,\n            \"slopeWomenFront9\": 134,\n            \"slopeWomenBack9\": 134\n        },\n        {\n            \"teeID\": \"106674\",\n            \"teeName\": \"Red\",\n            \"teeColor\": \"#FF5050\",\n            \"length1\": 310,\n            \"length2\": 358,\n            \"length3\": 285,\n            \"length4\": 197,\n            \"length5\": 111,\n            \"length6\": 420,\n            \"length7\": 87,\n            \"length8\": 349,\n            \"length9\": 350,\n            \"length10\": 338,\n            \"length11\": 298,\n            \"length12\": 126,\n            \"length13\": 295,\n            \"length14\": 446,\n            \"length15\": 247,\n            \"length16\": 312,\n            \"length17\": 142,\n            \"length18\": 454,\n            \"courseRatingMen\": 67.3,\n            \"slopeMen\": 124,\n            \"courseRatingWomen\": 71.7,\n            \"slopeWomen\": 132,\n            \"courseRatingMenFront9\": 66.4,\n            \"courseRatingMenBack9\": 68.2,\n            \"slopeMenFront9\": 121,\n            \"slopeMenBack9\": 127,\n            \"courseRatingWomenFront9\": 70.8,\n            \"courseRatingWomenBack9\": 72.6,\n            \"slopeWomenFront9\": 132,\n            \"slopeWomenBack9\": 132\n        }\n    ],\n    \"numCoordinates\": 100\n}"}],"_postman_id":"1d9d2ccb-1208-4e1f-bbcf-aab631554607"},{"name":"/coordinates/{id}","event":[{"listen":"test","script":{"id":"8a16f3cd-d998-4efa-aca1-6c9a114036ff","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Num clubs is 100\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.numClubs).to.eql(100);","});"],"type":"text/javascript"}}],"id":"c0c055f9-d1d9-4707-b4dc-57588a5ac95e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{golfApiUrl}}/coordinates/:id","description":"<p>Get golf course coordinates.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiRequestsLeft</td>\n<td>Number of API requests left</td>\n</tr>\n<tr>\n<td>courseID</td>\n<td>Course ID</td>\n</tr>\n<tr>\n<td>numCoordinates</td>\n<td>Number of coordinates</td>\n</tr>\n<tr>\n<td>coordinates</td>\n<td>Array of coordinates  <br />- poi: point of interest (1= green, 2 = Green Bunker, 3 = Fairway Bunker, 4 = Water, 5 = Trees, 6 = 100 Marker, 7 = 150 Marker, 8 = 200 Marker, 9 = Dogleg, 10 = Road, 11 = Front tee, 12 = Back tee)  <br />- location: location of PoI (1 front, 2 middle, 3 back)  <br />- sideFW: Side of fairway of PoI (1 left, 2 center, 3 right)  <br />- hole : hole number of PoI  <br />- latitude: Latitude of PoI  <br />- longitude: Longitude of PoI</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"44061fbc-eacd-44b2-929d-13141c868632","id":"44061fbc-eacd-44b2-929d-13141c868632","name":"Golf API","type":"collection"}},"urlObject":{"path":["coordinates",":id"],"host":["{{golfApiUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Course ID</p>\n","type":"text/plain"},"type":"any","value":"012141520658891108829","key":"id"}]}},"response":[{"id":"d44478e6-03cb-4988-9bda-bd28db1199f8","name":"/coordinates/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{golfApiUrl}}/coordinates/:id","host":["{{golfApiUrl}}"],"path":["coordinates",":id"],"variable":[{"key":"id","value":"012141520658891108829","description":"Course ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Jan 2024 14:56:45 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Headers","value":"*, Accept, Content-Type, Content-Length, Accept-Encoding, Authorization"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"courseID\": \"012141520658891108829\",\n    \"numCoordinates\": 136,\n    \"coordinates\": [\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"1\",\n            \"latitude\": 36.570575,\n            \"longitude\": -121.945962\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5705962,\n            \"longitude\": -121.9461354\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5705944,\n            \"longitude\": -121.9462765\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"3\",\n            \"sideFW\": \"1\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5706929,\n            \"longitude\": -121.9459084\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": \"1\",\n            \"latitude\": 36.570695,\n            \"longitude\": -121.9463751\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"3\",\n            \"sideFW\": \"3\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5704689,\n            \"longitude\": -121.9460076\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5704839,\n            \"longitude\": -121.9463161\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"1\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5706622,\n            \"longitude\": -121.9470832\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5706558,\n            \"longitude\": -121.9475338\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5697438,\n            \"longitude\": -121.9489477\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"1\",\n            \"latitude\": 36.5694064,\n            \"longitude\": -121.9495065\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5694545,\n            \"longitude\": -121.9418075\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5695688,\n            \"longitude\": -121.9421533\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5695622,\n            \"longitude\": -121.9424697\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5695619,\n            \"longitude\": -121.9427347\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"3\",\n            \"sideFW\": \"3\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5693802,\n            \"longitude\": -121.9418853\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5693468,\n            \"longitude\": -121.9424713\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"1\",\n            \"hole\": \"2\",\n            \"latitude\": 36.569913,\n            \"longitude\": -121.9437191\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5700703,\n            \"longitude\": -121.944108\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"3\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5696545,\n            \"longitude\": -121.9439336\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5698613,\n            \"longitude\": -121.9449341\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5700613,\n            \"longitude\": -121.9455583\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"2\",\n            \"latitude\": 36.5703434,\n            \"longitude\": -121.9471006\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"3\",\n            \"latitude\": 36.5673836,\n            \"longitude\": -121.9445853\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"3\",\n            \"latitude\": 36.567449,\n            \"longitude\": -121.944535\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"3\",\n            \"latitude\": 36.5675355,\n            \"longitude\": -121.9444231\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"3\",\n            \"hole\": \"3\",\n            \"latitude\": 36.5680051,\n            \"longitude\": -121.9442423\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"3\",\n            \"latitude\": 36.5691662,\n            \"longitude\": -121.942624\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"3\",\n            \"latitude\": 36.5691802,\n            \"longitude\": -121.9412614\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"4\",\n            \"latitude\": 36.5661223,\n            \"longitude\": -121.940798\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"4\",\n            \"latitude\": 36.566172,\n            \"longitude\": -121.940839\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"4\",\n            \"latitude\": 36.566228,\n            \"longitude\": -121.94093\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": \"4\",\n            \"latitude\": 36.5662747,\n            \"longitude\": -121.9413224\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"4\",\n            \"latitude\": 36.5671014,\n            \"longitude\": -121.9425542\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"4\",\n            \"latitude\": 36.567375,\n            \"longitude\": -121.9439195\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"5\",\n            \"latitude\": 36.5649322,\n            \"longitude\": -121.9392905\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"5\",\n            \"latitude\": 36.5650613,\n            \"longitude\": -121.9393326\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"5\",\n            \"latitude\": 36.5651496,\n            \"longitude\": -121.9393899\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"5\",\n            \"latitude\": 36.5657173,\n            \"longitude\": -121.9401121\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"5\",\n            \"latitude\": 36.5662451,\n            \"longitude\": -121.9405788\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"6\",\n            \"latitude\": 36.562074,\n            \"longitude\": -121.940131\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"6\",\n            \"latitude\": 36.56216,\n            \"longitude\": -121.9400431\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5622477,\n            \"longitude\": -121.9399706\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"3\",\n            \"sideFW\": \"1\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5620567,\n            \"longitude\": -121.9399574\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5621744,\n            \"longitude\": -121.9398356\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"3\",\n            \"sideFW\": \"3\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5622215,\n            \"longitude\": -121.9402095\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5624108,\n            \"longitude\": -121.9400408\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"1\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5633732,\n            \"longitude\": -121.9389964\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5639498,\n            \"longitude\": -121.9386799\n        },\n        {\n            \"poi\": \"4\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5644357,\n            \"longitude\": -121.9391289\n        },\n        {\n            \"poi\": \"5\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5648544,\n            \"longitude\": -121.9389414\n        },\n        {\n            \"poi\": \"6\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"6\",\n            \"latitude\": 36.562811,\n            \"longitude\": -121.9394874\n        },\n        {\n            \"poi\": \"9\",\n            \"location\": \"2\",\n            \"sideFW\": \"3\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5633469,\n            \"longitude\": -121.9392427\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5649503,\n            \"longitude\": -121.9382278\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"6\",\n            \"latitude\": 36.5660652,\n            \"longitude\": -121.9378858\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"7\",\n            \"latitude\": 36.561275,\n            \"longitude\": -121.9403608\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"7\",\n            \"latitude\": 36.5613451,\n            \"longitude\": -121.9403679\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"7\",\n            \"latitude\": 36.5614394,\n            \"longitude\": -121.9403847\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"7\",\n            \"latitude\": 36.5620646,\n            \"longitude\": -121.9404876\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"7\",\n            \"latitude\": 36.5622499,\n            \"longitude\": -121.940509\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"8\",\n            \"latitude\": 36.5630373,\n            \"longitude\": -121.9364395\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"8\",\n            \"latitude\": 36.5630676,\n            \"longitude\": -121.9365351\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"8\",\n            \"latitude\": 36.56304,\n            \"longitude\": -121.936652\n        },\n        {\n            \"poi\": \"9\",\n            \"location\": \"2\",\n            \"sideFW\": \"1\",\n            \"hole\": \"8\",\n            \"latitude\": 36.5628436,\n            \"longitude\": -121.938366\n        },\n        {\n            \"poi\": \"9\",\n            \"location\": \"2\",\n            \"sideFW\": \"3\",\n            \"hole\": \"8\",\n            \"latitude\": 36.562451,\n            \"longitude\": -121.9380911\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"8\",\n            \"latitude\": 36.5618567,\n            \"longitude\": -121.9398358\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"8\",\n            \"latitude\": 36.5613084,\n            \"longitude\": -121.9401376\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": \"9\",\n            \"latitude\": 36.560438,\n            \"longitude\": -121.9329807\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"9\",\n            \"latitude\": 36.560502,\n            \"longitude\": -121.933023\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": \"9\",\n            \"latitude\": 36.560536,\n            \"longitude\": -121.933125\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": \"9\",\n            \"latitude\": 36.5613938,\n            \"longitude\": -121.9336613\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"9\",\n            \"latitude\": 36.562726,\n            \"longitude\": -121.9350306\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": \"9\",\n            \"latitude\": 36.5635296,\n            \"longitude\": -121.9368237\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 10,\n            \"latitude\": 36.5578531,\n            \"longitude\": -121.9314008\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 10,\n            \"latitude\": 36.5579593,\n            \"longitude\": -121.9314472\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 10,\n            \"latitude\": 36.55805,\n            \"longitude\": -121.931441\n        },\n        {\n            \"poi\": \"2\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": 10,\n            \"latitude\": 36.5581382,\n            \"longitude\": -121.9312906\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"1\",\n            \"hole\": 10,\n            \"latitude\": 36.5590248,\n            \"longitude\": -121.9315294\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": 10,\n            \"latitude\": 36.559517,\n            \"longitude\": -121.9316689\n        },\n        {\n            \"poi\": \"4\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": 10,\n            \"latitude\": 36.558651,\n            \"longitude\": -121.9319156\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 10,\n            \"latitude\": 36.5606772,\n            \"longitude\": -121.932276\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 10,\n            \"latitude\": 36.5616586,\n            \"longitude\": -121.9333905\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 11,\n            \"latitude\": 36.5607915,\n            \"longitude\": -121.9294175\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 11,\n            \"latitude\": 36.5607405,\n            \"longitude\": -121.9295321\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 11,\n            \"latitude\": 36.5606999,\n            \"longitude\": -121.9296578\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 11,\n            \"latitude\": 36.558527,\n            \"longitude\": -121.9308357\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 11,\n            \"latitude\": 36.5578602,\n            \"longitude\": -121.9311173\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 12,\n            \"latitude\": 36.561521,\n            \"longitude\": -121.931138\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 12,\n            \"latitude\": 36.561493,\n            \"longitude\": -121.931038\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 12,\n            \"latitude\": 36.5614905,\n            \"longitude\": -121.9309892\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 12,\n            \"latitude\": 36.5606944,\n            \"longitude\": -121.930326\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 12,\n            \"latitude\": 36.5609863,\n            \"longitude\": -121.9290077\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 13,\n            \"latitude\": 36.5631267,\n            \"longitude\": -121.9348958\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 13,\n            \"latitude\": 36.5630793,\n            \"longitude\": -121.9347986\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 13,\n            \"latitude\": 36.563024,\n            \"longitude\": -121.9347\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"1\",\n            \"hole\": 13,\n            \"latitude\": 36.5623757,\n            \"longitude\": -121.9339713\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"3\",\n            \"hole\": 13,\n            \"latitude\": 36.5626601,\n            \"longitude\": -121.9337568\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": 13,\n            \"latitude\": 36.5625362,\n            \"longitude\": -121.9334027\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 13,\n            \"latitude\": 36.5618459,\n            \"longitude\": -121.9322881\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 13,\n            \"latitude\": 36.5610391,\n            \"longitude\": -121.9310449\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 14,\n            \"latitude\": 36.5672065,\n            \"longitude\": -121.9373511\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 14,\n            \"latitude\": 36.5671089,\n            \"longitude\": -121.9373145\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 14,\n            \"latitude\": 36.56701,\n            \"longitude\": -121.937304\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"3\",\n            \"hole\": 14,\n            \"latitude\": 36.5649219,\n            \"longitude\": -121.9372208\n        },\n        {\n            \"poi\": \"9\",\n            \"location\": \"2\",\n            \"sideFW\": \"3\",\n            \"hole\": 14,\n            \"latitude\": 36.5662931,\n            \"longitude\": -121.9373683\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 14,\n            \"latitude\": 36.5637213,\n            \"longitude\": -121.9366064\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 14,\n            \"latitude\": 36.5630653,\n            \"longitude\": -121.935272\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 15,\n            \"latitude\": 36.569216,\n            \"longitude\": -121.940166\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 15,\n            \"latitude\": 36.5691522,\n            \"longitude\": -121.9400893\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 15,\n            \"latitude\": 36.569091,\n            \"longitude\": -121.939989\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"1\",\n            \"hole\": 15,\n            \"latitude\": 36.568716,\n            \"longitude\": -121.9396491\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": 15,\n            \"latitude\": 36.5684672,\n            \"longitude\": -121.9392709\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 15,\n            \"latitude\": 36.5676001,\n            \"longitude\": -121.937564\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 15,\n            \"latitude\": 36.56711,\n            \"longitude\": -121.9369685\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 16,\n            \"latitude\": 36.567781,\n            \"longitude\": -121.943366\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 16,\n            \"latitude\": 36.567836,\n            \"longitude\": -121.9432677\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 16,\n            \"latitude\": 36.5678804,\n            \"longitude\": -121.9431484\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 16,\n            \"latitude\": 36.5685525,\n            \"longitude\": -121.9415216\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": 16,\n            \"latitude\": 36.5683187,\n            \"longitude\": -121.9420097\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 16,\n            \"latitude\": 36.5692351,\n            \"longitude\": -121.9408001\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 16,\n            \"latitude\": 36.5696326,\n            \"longitude\": -121.9399552\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 17,\n            \"latitude\": 36.565646,\n            \"longitude\": -121.944868\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 17,\n            \"latitude\": 36.5657894,\n            \"longitude\": -121.9449199\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 17,\n            \"latitude\": 36.5659977,\n            \"longitude\": -121.9449581\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 17,\n            \"latitude\": 36.5669258,\n            \"longitude\": -121.9442802\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 17,\n            \"latitude\": 36.5671337,\n            \"longitude\": -121.9440871\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"3\",\n            \"sideFW\": \"2\",\n            \"hole\": 18,\n            \"latitude\": 36.5675936,\n            \"longitude\": -121.9497734\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 18,\n            \"latitude\": 36.5676012,\n            \"longitude\": -121.9496353\n        },\n        {\n            \"poi\": \"1\",\n            \"location\": \"1\",\n            \"sideFW\": \"2\",\n            \"hole\": 18,\n            \"latitude\": 36.567592,\n            \"longitude\": -121.949492\n        },\n        {\n            \"poi\": \"3\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": 18,\n            \"latitude\": 36.567151,\n            \"longitude\": -121.9466121\n        },\n        {\n            \"poi\": \"4\",\n            \"location\": \"1\",\n            \"sideFW\": \"1\",\n            \"hole\": 18,\n            \"latitude\": 36.5664066,\n            \"longitude\": -121.9460646\n        },\n        {\n            \"poi\": \"5\",\n            \"location\": \"1\",\n            \"sideFW\": \"3\",\n            \"hole\": 18,\n            \"latitude\": 36.5671343,\n            \"longitude\": -121.9469412\n        },\n        {\n            \"poi\": \"6\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 18,\n            \"latitude\": 36.5676818,\n            \"longitude\": -121.9485306\n        },\n        {\n            \"poi\": \"9\",\n            \"location\": \"2\",\n            \"sideFW\": \"1\",\n            \"hole\": 18,\n            \"latitude\": 36.5667349,\n            \"longitude\": -121.9467038\n        },\n        {\n            \"poi\": \"11\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 18,\n            \"latitude\": 36.5661944,\n            \"longitude\": -121.9455972\n        },\n        {\n            \"poi\": \"12\",\n            \"location\": \"2\",\n            \"sideFW\": \"2\",\n            \"hole\": 18,\n            \"latitude\": 36.5655406,\n            \"longitude\": -121.9451694\n        }\n    ]\n}"}],"_postman_id":"c0c055f9-d1d9-4707-b4dc-57588a5ac95e"}],"auth":{"type":"bearer","bearer":{"token":"{{apiKey}}"}},"event":[{"listen":"prerequest","script":{"id":"61652597-056a-48c4-8962-0ebd8b39da9f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1be4d8a9-fa31-4092-8faa-f6fefe9846d0","type":"text/javascript","exec":[""]}}],"variable":[{"value":"","type":"string"}]}