Detailed Player Strokes per tournament
This endpoint returns detailed player strokes positions and distance left for each shot SG shot type per tournament.
Endpoint URLs
https://dde-api.imggaming.com/golf/player_strokes/{tournamentID}/{teamID}
URL Sample:
https://dde-api.imggaming.com/golf/player_strokes/691/110/
Required Headers
Key
Value
Accept
application/vnd.imggaming.dde.api+json;version=1
Content-Type
application/json
Authorization
Bearer eyvhaoudfgpdfgo*
*Authorization header includes a truncated Bearer token, contact IMG for your auth token if you do not have.
Request Parameters
This endpoint currently takes no request parameters:
Response Model
Field Name
Type
Description
event
Object Array
The event object contains three values, CourseID, externalEventID and tournamentID
rounds
Object Array
The rounds object contains a long array of hole objects describing stats for each hole for the player for a particular round
holes
Object Array
The holes object contains detailed stats of performance metrics for the player at each hole
shots
Object Array
The shots objects has the list of metrics for this particular hole for the player on this particular round
cat
string
The category of shot type out of OTT, APP, ARG, PUT
coord_feet_x
double
The X coordinates of the shot relative to the course green
coord_feet_y
double
TThe Y coordinates of the shot relative to the course green
coord_prev_feet_x
double
The previous X coordinates of the shot relative to the course green
coord_prev_feet_y
double
The previous Y coordinates of the shot relative to the course green
distance_left
double
The distance remaining from current ball position to pin location
distance_left_prev
double
The previous distance remaining from current ball position to pin location
error
string
Usually 'null' unless an error has been recorded on the shot
hole_par
int
The par of the current hole
score
int
The player score on the current hole
shotNo
int
The shot number the player has taken on this particular hole
shot_distance
double
The total distance of previous shot
shot_from_location
string
The area of the course the shot was taken from
shot_to_location
string
The area of the green the shot landed at
value
double
The SG of that shot
Sample Response
[
{
"event": {
"courseId": 21,
"externalEventId": "ET-2023131",
"id": 691
},
"rounds": [
{
"holes": [
{
"holeNo": 1,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512002.8883319913,
"coord_feet_y": 6211656.120833425,
"coord_prev_feet_x": 511775.8396929171,
"coord_prev_feet_y": 6211746.665230483,
"distance_left": 201.6893386417,
"distance_left_prev": 464,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 1,
"shot_distance": 266.8155776221,
"shot_from_location": "Tee Box",
"shot_to_location": "FairwayBunker",
"value": -0.3201608715
},
{
"cat": "APP",
"coord_feet_x": 512034.2479548806,
"coord_feet_y": 6211621.4767206395,
"coord_prev_feet_x": 512002.8883319913,
"coord_prev_feet_y": 6211656.120833425,
"distance_left": 152.6804931029,
"distance_left_prev": 201.6893386417,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 2,
"shot_distance": 51.0519365115,
"shot_from_location": "FairwayBunker",
"shot_to_location": "Fairway",
"value": -0.5361398243
},
{
"cat": "APP",
"coord_feet_x": 512157.2902545633,
"coord_feet_y": 6211552.946938108,
"coord_prev_feet_x": 512034.2479548806,
"coord_prev_feet_y": 6211621.4767206395,
"distance_left": 1.0884477387,
"distance_left_prev": 152.6804931029,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 3,
"shot_distance": 153.765904903,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": 0.7458481745
},
{
"cat": "PUT",
"coord_feet_x": 512156.4470890792,
"coord_feet_y": 6211553.47868539,
"coord_prev_feet_x": 512157.2902545633,
"coord_prev_feet_y": 6211552.946938108,
"distance_left": 0,
"distance_left_prev": 1.0884477387,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 4,
"shot_distance": 1.0884477387,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0717428439
}
]
},
{
"holeNo": 2,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512004.1835483841,
"coord_feet_y": 6211742.034846044,
"coord_prev_feet_x": 512193.8095276937,
"coord_prev_feet_y": 6211597.782631066,
"distance_left": 242.131267596,
"distance_left_prev": 493,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 1,
"shot_distance": 260.196509908,
"shot_from_location": "Tee Box",
"shot_to_location": "Trees",
"value": -0.6144504573
},
{
"cat": "APP",
"coord_feet_x": 511868.2534864382,
"coord_feet_y": 6211769.103506138,
"coord_prev_feet_x": 512004.1835483841,
"coord_prev_feet_y": 6211742.034846044,
"distance_left": 90.9109078522,
"distance_left_prev": 242.131267596,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 2,
"shot_distance": 151.2562931908,
"shot_from_location": "Trees",
"shot_to_location": "Fairway",
"value": 0.2112437907
},
{
"cat": "APP",
"coord_feet_x": 511789.2217979991,
"coord_feet_y": 6211788.113189781,
"coord_prev_feet_x": 511868.2534864382,
"coord_prev_feet_y": 6211769.103506138,
"distance_left": 2.2178910037,
"distance_left_prev": 90.9109078522,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 3,
"shot_distance": 88.7121352256,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": 0.2862531063
},
{
"cat": "PUT",
"coord_feet_x": 511787.1996525927,
"coord_feet_y": 6211788.317092531,
"coord_prev_feet_x": 511789.2217979991,
"coord_prev_feet_y": 6211788.113189781,
"distance_left": 0,
"distance_left_prev": 2.2178910037,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 4,
"shot_distance": 2.2178910037,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.4266309797
}
]
},
{
"holeNo": 3,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512017.94265946,
"coord_feet_y": 6211812.217724638,
"coord_prev_feet_x": 511764.1005465335,
"coord_prev_feet_y": 6211846.966112518,
"distance_left": 296.3523223262,
"distance_left_prev": 600,
"error": null,
"hole_par": 5,
"score": 4,
"shotNo": 1,
"shot_distance": 279.595373706,
"shot_from_location": "Tee Box",
"shot_to_location": "Rough",
"value": -0.2266822604
},
{
"cat": "APP",
"coord_feet_x": 512249.3908129881,
"coord_feet_y": 6211675.193678083,
"coord_prev_feet_x": 512017.94265946,
"coord_prev_feet_y": 6211812.217724638,
"distance_left": 12.2995935747,
"distance_left_prev": 296.3523223262,
"error": null,
"hole_par": 5,
"score": 4,
"shotNo": 2,
"shot_distance": 293.6685492676,
"shot_from_location": "Rough",
"shot_to_location": "Fairway",
"value": 0.6394361916
},
{
"cat": "ARG",
"coord_feet_x": 512245.4382001429,
"coord_feet_y": 6211664.332842529,
"coord_prev_feet_x": 512249.3908129881,
"coord_prev_feet_y": 6211675.193678083,
"distance_left": 0.3690984184,
"distance_left_prev": 12.2995935747,
"error": null,
"hole_par": 5,
"score": 4,
"shotNo": 3,
"shot_distance": 12.6355263858,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": 0.0377187981
},
{
"cat": "PUT",
"coord_feet_x": 512245.6733394496,
"coord_feet_y": 6211664.575468291,
"coord_prev_feet_x": 512245.4382001429,
"coord_prev_feet_y": 6211664.332842529,
"distance_left": 0,
"distance_left_prev": 0.3690984184,
"error": null,
"hole_par": 5,
"score": 4,
"shotNo": 4,
"shot_distance": 0.3690984184,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0721079159
}
]
},
{
"holeNo": 4,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512215.2826006049,
"coord_feet_y": 6211857.310012854,
"coord_prev_feet_x": 512349.9418759356,
"coord_prev_feet_y": 6211656.235392015,
"distance_left": 143.1661275112,
"distance_left_prev": 422,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 1,
"shot_distance": null,
"shot_from_location": "Tee Box",
"shot_to_location": "Trees",
"value": -0.5464342897
},
{
"cat": "APP",
"coord_feet_x": 512166.6249062388,
"coord_feet_y": 6211857.741191318,
"coord_prev_feet_x": 512215.2826006049,
"coord_prev_feet_y": 6211857.310012854,
"distance_left": 124.1030038142,
"distance_left_prev": 143.1661275112,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 2,
"shot_distance": 53.0989638938,
"shot_from_location": "Trees",
"shot_to_location": "Fairway",
"value": -0.238547731
},
{
"cat": "APP",
"coord_feet_x": 512150.2132749627,
"coord_feet_y": 6211962.356464078,
"coord_prev_feet_x": 512166.6249062388,
"coord_prev_feet_y": 6211857.741191318,
"distance_left": 8.3839863351,
"distance_left_prev": 124.1030038142,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 3,
"shot_distance": 115.7930462048,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": -0.0902989833
},
{
"cat": "PUT",
"coord_feet_x": 512148.3238984257,
"coord_feet_y": 6211969.590405302,
"coord_prev_feet_x": 512150.2132749627,
"coord_prev_feet_y": 6211962.356464078,
"distance_left": 0.3847424735,
"distance_left_prev": 8.3839863351,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 4,
"shot_distance": 8.1747935379,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.0661779797
},
{
"cat": "PUT",
"coord_feet_x": 512147.9870772369,
"coord_feet_y": 6211969.694389677,
"coord_prev_feet_x": 512148.3238984257,
"coord_prev_feet_y": 6211969.590405302,
"distance_left": 0,
"distance_left_prev": 0.3847424735,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 5,
"shot_distance": 0.3847424735,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": -0.0004765
}
]
},
{
"holeNo": 5,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 511856.2770123851,
"coord_feet_y": 6211966.126140597,
"coord_prev_feet_x": 512068.1416477085,
"coord_prev_feet_y": 6211990.196285587,
"distance_left": 115.7031989293,
"distance_left_prev": 338,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 1,
"shot_distance": 232.6868182259,
"shot_from_location": "Tee Box",
"shot_to_location": "NativeArea",
"value": -0.5189814638
},
{
"cat": "APP",
"coord_feet_x": 511783.8543681195,
"coord_feet_y": 6211858.821333535,
"coord_prev_feet_x": 511856.2770123851,
"coord_prev_feet_y": 6211966.126140597,
"distance_left": 35.27871324,
"distance_left_prev": 115.7031989293,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 2,
"shot_distance": 141.4720486844,
"shot_from_location": "NativeArea",
"shot_to_location": "NativeArea",
"value": -0.7621030347
},
{
"cat": "APP",
"coord_feet_x": 511782.079350456,
"coord_feet_y": 6211891.225282805,
"coord_prev_feet_x": 511783.8543681195,
"coord_prev_feet_y": 6211858.821333535,
"distance_left": 0.5667569913,
"distance_left_prev": 35.27871324,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 3,
"shot_distance": 35.487491547,
"shot_from_location": "NativeArea",
"shot_to_location": "Green",
"value": 1.118764391
},
{
"cat": "PUT",
"coord_feet_x": 511781.6094325423,
"coord_feet_y": 6211891.004561086,
"coord_prev_feet_x": 511782.079350456,
"coord_prev_feet_y": 6211891.225282805,
"distance_left": 0,
"distance_left_prev": 0.5667569913,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 4,
"shot_distance": 0.5667569913,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": -0.005421828
}
]
},
{
"holeNo": 6,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511559.3416171506,
"coord_feet_y": 6211860.348535212,
"coord_prev_feet_x": 511676.9391237128,
"coord_prev_feet_y": 6211849.80716843,
"distance_left": 18.20095123,
"distance_left_prev": 147,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 1,
"shot_distance": 128.843084309,
"shot_from_location": "Tee Box",
"shot_to_location": "Fairway",
"value": -0.1950558173
},
{
"cat": "ARG",
"coord_feet_x": 511564.1826163514,
"coord_feet_y": 6211846.209515022,
"coord_prev_feet_x": 511559.3416171506,
"coord_prev_feet_y": 6211860.348535212,
"distance_left": 2.05708041,
"distance_left_prev": 18.20095123,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 2,
"shot_distance": 16.3390001804,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": -0.0150225654
},
{
"cat": "PUT",
"coord_feet_x": 511565.5382703157,
"coord_feet_y": 6211844.907028633,
"coord_prev_feet_x": 511564.1826163514,
"coord_prev_feet_y": 6211846.209515022,
"distance_left": 0,
"distance_left_prev": 2.05708041,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 3,
"shot_distance": 2.05708041,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.3455622537
}
]
},
{
"holeNo": 7,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 511938.1691612896,
"coord_feet_y": 6212162.512776283,
"coord_prev_feet_x": 511683.4837574293,
"coord_prev_feet_y": 6211992.819238062,
"distance_left": 179.7935530661,
"distance_left_prev": 505,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 1,
"shot_distance": 334.1751212812,
"shot_from_location": "Tee Box",
"shot_to_location": "Rough",
"value": -0.1129840972
},
{
"cat": "APP",
"coord_feet_x": 512038.0064070534,
"coord_feet_y": 6212302.622925803,
"coord_prev_feet_x": 511938.1691612896,
"coord_prev_feet_y": 6212162.512776283,
"distance_left": 9.4838249163,
"distance_left_prev": 179.7935530661,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 2,
"shot_distance": 187.998150542,
"shot_from_location": "Rough",
"shot_to_location": "Green",
"value": 0.2760005952
},
{
"cat": "PUT",
"coord_feet_x": 512037.121141312,
"coord_feet_y": 6212294.392297478,
"coord_prev_feet_x": 512038.0064070534,
"coord_prev_feet_y": 6212302.622925803,
"distance_left": 0.431771747,
"distance_left_prev": 9.4838249163,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 3,
"shot_distance": 9.0520850579,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.0743585699
},
{
"cat": "PUT",
"coord_feet_x": 512037.0882071239,
"coord_feet_y": 6212293.998827081,
"coord_prev_feet_x": 512037.121141312,
"coord_prev_feet_y": 6212294.392297478,
"distance_left": 0,
"distance_left_prev": 0.431771747,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 4,
"shot_distance": 0.431771747,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": -0.0241417991
}
]
},
{
"holeNo": 8,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 511861.5752951023,
"coord_feet_y": 6212274.9015081115,
"coord_prev_feet_x": 512017.5577178443,
"coord_prev_feet_y": 6212433.964188611,
"distance_left": 189.5357963486,
"distance_left_prev": 448,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 1,
"shot_distance": 243.3651767774,
"shot_from_location": "Tee Box",
"shot_to_location": "NativeArea",
"value": -0.4990050746
},
{
"cat": "APP",
"coord_feet_x": 511840.6824879881,
"coord_feet_y": 6212218.664905624,
"coord_prev_feet_x": 511861.5752951023,
"coord_prev_feet_y": 6212274.9015081115,
"distance_left": 130.4830350777,
"distance_left_prev": 189.5357963486,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 2,
"shot_distance": 65.5860986753,
"shot_from_location": "NativeArea",
"shot_to_location": "FairwayBunker",
"value": -0.5939856454
},
{
"cat": "APP",
"coord_feet_x": 511788.0846514473,
"coord_feet_y": 6212184.012594,
"coord_prev_feet_x": 511840.6824879881,
"coord_prev_feet_y": 6212218.664905624,
"distance_left": 62.2020146935,
"distance_left_prev": 130.4830350777,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 3,
"shot_distance": 68.7764429693,
"shot_from_location": "FairwayBunker",
"shot_to_location": "Fairway",
"value": -0.5163761803
},
{
"cat": "APP",
"coord_feet_x": 511749.5640849604,
"coord_feet_y": 6212145.910327085,
"coord_prev_feet_x": 511788.0846514473,
"coord_prev_feet_y": 6212184.012594,
"distance_left": 3.3266685769,
"distance_left_prev": 62.2020146935,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 4,
"shot_distance": 59.1855751028,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": 0.0932915382
},
{
"cat": "PUT",
"coord_feet_x": 511746.4761372702,
"coord_feet_y": 6212145.006312841,
"coord_prev_feet_x": 511749.5640849604,
"coord_prev_feet_y": 6212145.910327085,
"distance_left": 0.2478139463,
"distance_left_prev": 3.3266685769,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 5,
"shot_distance": 3.5116735982,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.360766548
},
{
"cat": "PUT",
"coord_feet_x": 511746.6836232083,
"coord_feet_y": 6212144.914199652,
"coord_prev_feet_x": 511746.4761372702,
"coord_prev_feet_y": 6212145.006312841,
"distance_left": 0,
"distance_left_prev": 0.2478139463,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 6,
"shot_distance": 0.2478139463,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0252290068
}
]
},
{
"holeNo": 9,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511640.6963214714,
"coord_feet_y": 6211998.72981466,
"coord_prev_feet_x": 511699.8967823202,
"coord_prev_feet_y": 6212163.705158986,
"distance_left": 9.0581150281,
"distance_left_prev": 194,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 1,
"shot_distance": 191.6219833553,
"shot_from_location": "Tee Box",
"shot_to_location": "Green",
"value": 0.2675159238
},
{
"cat": "PUT",
"coord_feet_x": 511632.3228659583,
"coord_feet_y": 6211998.66051889,
"coord_prev_feet_x": 511640.6963214714,
"coord_prev_feet_y": 6211998.72981466,
"distance_left": 0.0807822433,
"distance_left_prev": 9.0581150281,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 2,
"shot_distance": 9.1377022328,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.0434222556
},
{
"cat": "PUT",
"coord_feet_x": 511632.3959825023,
"coord_feet_y": 6211998.64896477,
"coord_prev_feet_x": 511632.3228659583,
"coord_prev_feet_y": 6211998.66051889,
"distance_left": 0,
"distance_left_prev": 0.0807822433,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 3,
"shot_distance": 0.0807822433,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0146160092
}
]
},
{
"holeNo": 10,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 511570.4543254692,
"coord_feet_y": 6212029.969579256,
"coord_prev_feet_x": 511450.0559548624,
"coord_prev_feet_y": 6211763.016425838,
"distance_left": 267.9055271978,
"distance_left_prev": 594,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 1,
"shot_distance": 320.1218481461,
"shot_from_location": "Tee Box",
"shot_to_location": "Rough",
"value": -0.0796591805
},
{
"cat": "APP",
"coord_feet_x": 511698.564481698,
"coord_feet_y": 6212223.6122048795,
"coord_prev_feet_x": 511570.4543254692,
"coord_prev_feet_y": 6212029.969579256,
"distance_left": 22.7148142649,
"distance_left_prev": 267.9055271978,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 2,
"shot_distance": 253.7365430372,
"shot_from_location": "Rough",
"shot_to_location": "NativeArea",
"value": -0.1816592175
},
{
"cat": "ARG",
"coord_feet_x": 511684.950969688,
"coord_feet_y": 6212254.071589022,
"coord_prev_feet_x": 511698.564481698,
"coord_prev_feet_y": 6212223.6122048795,
"distance_left": 13.9079867328,
"distance_left_prev": 22.7148142649,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 3,
"shot_distance": 36.470922785,
"shot_from_location": "NativeArea",
"shot_to_location": "Green",
"value": -0.2326918477
},
{
"cat": "PUT",
"coord_feet_x": 511691.9099283749,
"coord_feet_y": 6212242.373318604,
"coord_prev_feet_x": 511684.950969688,
"coord_prev_feet_y": 6212254.071589022,
"distance_left": 0.9687489172,
"distance_left_prev": 13.9079867328,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 4,
"shot_distance": 14.876596111,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": 0.0457778707
},
{
"cat": "PUT",
"coord_feet_x": 511691.4587594273,
"coord_feet_y": 6212243.136264934,
"coord_prev_feet_x": 511691.9099283749,
"coord_prev_feet_y": 6212242.373318604,
"distance_left": 0,
"distance_left_prev": 0.9687489172,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 5,
"shot_distance": 0.9687489172,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0636169904
}
]
},
{
"holeNo": 11,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 511847.9160995235,
"coord_feet_y": 6212480.7635284765,
"coord_prev_feet_x": 511770.2293422014,
"coord_prev_feet_y": 6212238.192944175,
"distance_left": 172.2554710261,
"distance_left_prev": 475,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 1,
"shot_distance": 278.4735178396,
"shot_from_location": "Tee Box",
"shot_to_location": "Rough",
"value": -0.2008039524
},
{
"cat": "APP",
"coord_feet_x": 511916.3374732786,
"coord_feet_y": 6212611.110362521,
"coord_prev_feet_x": 511847.9160995235,
"coord_prev_feet_y": 6212480.7635284765,
"distance_left": 13.9726553302,
"distance_left_prev": 172.2554710261,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 2,
"shot_distance": 160.907921718,
"shot_from_location": "Rough",
"shot_to_location": "Fairway",
"value": -0.071054242
},
{
"cat": "ARG",
"coord_feet_x": 511925.8854933821,
"coord_feet_y": 6212616.351723601,
"coord_prev_feet_x": 511916.3374732786,
"coord_prev_feet_y": 6212611.110362521,
"distance_left": 2.2326364985,
"distance_left_prev": 13.9726553302,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 3,
"shot_distance": 11.8914759857,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": -0.1861045187
},
{
"cat": "PUT",
"coord_feet_x": 511927.9212944599,
"coord_feet_y": 6212616.554938209,
"coord_prev_feet_x": 511925.8854933821,
"coord_prev_feet_y": 6212616.351723601,
"distance_left": 0,
"distance_left_prev": 2.2326364985,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 4,
"shot_distance": 2.2326364985,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.4387319439
}
]
},
{
"holeNo": 12,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511987.9100121887,
"coord_feet_y": 6212824.746872513,
"coord_prev_feet_x": 511905.6465461752,
"coord_prev_feet_y": 6212664.237142103,
"distance_left": 6.3711627055,
"distance_left_prev": 200,
"error": null,
"hole_par": 3,
"score": 2,
"shotNo": 1,
"shot_distance": 197.1440493431,
"shot_from_location": "Tee Box",
"shot_to_location": "Green",
"value": 0.1395270017
},
{
"cat": "PUT",
"coord_feet_x": 511983.7068451059,
"coord_feet_y": 6212828.790597165,
"coord_prev_feet_x": 511987.9100121887,
"coord_prev_feet_y": 6212824.746872513,
"distance_left": 0,
"distance_left_prev": 6.3711627055,
"error": null,
"hole_par": 3,
"score": 2,
"shotNo": 2,
"shot_distance": 6.3711627055,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.7707294086
}
]
},
{
"holeNo": 13,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512059.4028481952,
"coord_feet_y": 6212911.63161311,
"coord_prev_feet_x": 511804.673773287,
"coord_prev_feet_y": 6212907.006646855,
"distance_left": 152.2202628021,
"distance_left_prev": 418,
"error": null,
"hole_par": 4,
"score": 3,
"shotNo": 1,
"shot_distance": 278.0145088097,
"shot_from_location": "Tee Box",
"shot_to_location": "Fairway",
"value": 0.066829689
},
{
"cat": "APP",
"coord_feet_x": 512169.8579788908,
"coord_feet_y": 6212995.483786886,
"coord_prev_feet_x": 512059.4028481952,
"coord_prev_feet_y": 6212911.63161311,
"distance_left": 0.7740161866,
"distance_left_prev": 152.2202628021,
"error": null,
"hole_par": 4,
"score": 3,
"shotNo": 2,
"shot_distance": 151.4450679746,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": 0.6900187572
},
{
"cat": "PUT",
"coord_feet_x": 512170.4124073859,
"coord_feet_y": 6212995.92526096,
"coord_prev_feet_x": 512169.8579788908,
"coord_prev_feet_y": 6212995.483786886,
"distance_left": 0,
"distance_left_prev": 0.7740161866,
"error": null,
"hole_par": 4,
"score": 3,
"shotNo": 3,
"shot_distance": 0.7740161866,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0252028358
}
]
},
{
"holeNo": 14,
"shots": [
{
"cat": "APP",
"coord_feet_x": 512019.7962730869,
"coord_feet_y": 6212856.321171034,
"coord_prev_feet_x": 512134.5693606532,
"coord_prev_feet_y": 6212899.724692847,
"distance_left": 21.8551242896,
"distance_left_prev": 144,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 1,
"shot_distance": 133.9352790145,
"shot_from_location": "Tee Box",
"shot_to_location": "Fairway",
"value": -0.4134104818
},
{
"cat": "ARG",
"coord_feet_x": 512020.0063556217,
"coord_feet_y": 6212835.312903097,
"coord_prev_feet_x": 512019.7962730869,
"coord_prev_feet_y": 6212856.321171034,
"distance_left": 1.1206841615,
"distance_left_prev": 21.8551242896,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 2,
"shot_distance": 22.9742045426,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": 0.2551240523
},
{
"cat": "PUT",
"coord_feet_x": 512019.9461812362,
"coord_feet_y": 6212836.3359689815,
"coord_prev_feet_x": 512020.0063556217,
"coord_prev_feet_y": 6212835.312903097,
"distance_left": 0,
"distance_left_prev": 1.1206841615,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 3,
"shot_distance": 1.1206841615,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.1711069424
}
]
},
{
"holeNo": 15,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512186.6837412668,
"coord_feet_y": 6212874.338668244,
"coord_prev_feet_x": 511976.3480109806,
"coord_prev_feet_y": 6212691.981948833,
"distance_left": 173.3497142778,
"distance_left_prev": 488,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 1,
"shot_distance": 304.0488083203,
"shot_from_location": "Tee Box",
"shot_to_location": "IntermediateRough",
"value": -0.089054589
},
{
"cat": "APP",
"coord_feet_x": 512320.189559802,
"coord_feet_y": 6212951.440605325,
"coord_prev_feet_x": 512186.6837412668,
"coord_prev_feet_y": 6212874.338668244,
"distance_left": 5.0507561977,
"distance_left_prev": 173.3497142778,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 2,
"shot_distance": 168.3232734303,
"shot_from_location": "IntermediateRough",
"shot_to_location": "Green",
"value": 0.2122655795
},
{
"cat": "PUT",
"coord_feet_x": 512324.3464995261,
"coord_feet_y": 6212954.260539929,
"coord_prev_feet_x": 512320.189559802,
"coord_prev_feet_y": 6212951.440605325,
"distance_left": 0.4627360977,
"distance_left_prev": 5.0507561977,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 3,
"shot_distance": 5.4850385341,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.2325374465
},
{
"cat": "PUT",
"coord_feet_x": 512323.9366719445,
"coord_feet_y": 6212954.151878858,
"coord_prev_feet_x": 512324.3464995261,
"coord_prev_feet_y": 6212954.260539929,
"distance_left": 0,
"distance_left_prev": 0.4627360977,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 4,
"shot_distance": 0.4627360977,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": -0.0124684158
}
]
},
{
"holeNo": 16,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512145.6407446061,
"coord_feet_y": 6212792.136882739,
"coord_prev_feet_x": 512336.9129455304,
"coord_prev_feet_y": 6212909.377519506,
"distance_left": 336.5770177477,
"distance_left_prev": 566,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 1,
"shot_distance": 244.9510977936,
"shot_from_location": "Tee Box",
"shot_to_location": "NativeArea",
"value": -0.4707390709
},
{
"cat": "APP",
"coord_feet_x": 512056.7538907483,
"coord_feet_y": 6212624.030520354,
"coord_prev_feet_x": 512145.6407446061,
"coord_prev_feet_y": 6212792.136882739,
"distance_left": 133.1239429772,
"distance_left_prev": 336.5770177477,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 2,
"shot_distance": 207.8479025916,
"shot_from_location": "NativeArea",
"shot_to_location": "Fairway",
"value": 0.5002611691
},
{
"cat": "APP",
"coord_feet_x": 511972.5330724075,
"coord_feet_y": 6212549.256751664,
"coord_prev_feet_x": 512056.7538907483,
"coord_prev_feet_y": 6212624.030520354,
"distance_left": 10.7513373266,
"distance_left_prev": 133.1239429772,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 3,
"shot_distance": 123.0125898118,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": -0.1353734482
},
{
"cat": "PUT",
"coord_feet_x": 511968.1935391926,
"coord_feet_y": 6212540.550071942,
"coord_prev_feet_x": 511972.5330724075,
"coord_prev_feet_y": 6212549.256751664,
"distance_left": 0.2489178127,
"distance_left_prev": 10.7513373266,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 4,
"shot_distance": 10.6335438338,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.0267211167
},
{
"cat": "PUT",
"coord_feet_x": 511967.9654829554,
"coord_feet_y": 6212540.545363749,
"coord_prev_feet_x": 511968.1935391926,
"coord_prev_feet_y": 6212540.550071942,
"distance_left": 0,
"distance_left_prev": 0.2489178127,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 5,
"shot_distance": 0.2489178127,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": -0.0148634308
}
]
},
{
"holeNo": 17,
"shots": [
{
"cat": "APP",
"coord_feet_x": 512084.2841102906,
"coord_feet_y": 6212168.331582377,
"coord_prev_feet_x": 512068.3275656105,
"coord_prev_feet_y": 6212335.135306009,
"distance_left": 11.3106166508,
"distance_left_prev": 189,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 1,
"shot_distance": 183.2335415869,
"shot_from_location": "Tee Box",
"shot_to_location": "Green",
"value": 0.1388791765
},
{
"cat": "PUT",
"coord_feet_x": 512076.4862634545,
"coord_feet_y": 6212162.311156378,
"coord_prev_feet_x": 512084.2841102906,
"coord_prev_feet_y": 6212168.331582377,
"distance_left": 0.6083662133,
"distance_left_prev": 11.3106166508,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 2,
"shot_distance": 10.7586523541,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.0306927155
},
{
"cat": "PUT",
"coord_feet_x": 512075.9412862703,
"coord_feet_y": 6212162.19390336,
"coord_prev_feet_x": 512076.4862634545,
"coord_prev_feet_y": 6212162.311156378,
"distance_left": 0,
"distance_left_prev": 0.6083662133,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 3,
"shot_distance": 0.6083662133,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": -0.031263384
}
]
},
{
"holeNo": 18,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 511923.6022987081,
"coord_feet_y": 6211986.304195342,
"coord_prev_feet_x": 512082.4299504087,
"coord_prev_feet_y": 6212122.222535048,
"distance_left": 243.9864480027,
"distance_left_prev": 483,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 1,
"shot_distance": 228.3187207719,
"shot_from_location": "Tee Box",
"shot_to_location": "NativeArea",
"value": -0.562765214
},
{
"cat": "APP",
"coord_feet_x": 511814.3886520735,
"coord_feet_y": 6211971.440350272,
"coord_prev_feet_x": 511923.6022987081,
"coord_prev_feet_y": 6211986.304195342,
"distance_left": 129.3472788415,
"distance_left_prev": 243.9864480027,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 2,
"shot_distance": 120.2806073192,
"shot_from_location": "NativeArea",
"shot_to_location": "Fairway",
"value": 0.0983391467
},
{
"cat": "APP",
"coord_feet_x": 511713.3489672305,
"coord_feet_y": 6211924.220705229,
"coord_prev_feet_x": 511814.3886520735,
"coord_prev_feet_y": 6211971.440350272,
"distance_left": 17.2953960846,
"distance_left_prev": 129.3472788415,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 3,
"shot_distance": 121.7494236097,
"shot_from_location": "Fairway",
"shot_to_location": "Fairway",
"value": -0.4416265829
},
{
"cat": "ARG",
"coord_feet_x": 511714.6223062748,
"coord_feet_y": 6211910.977047726,
"coord_prev_feet_x": 511713.3489672305,
"coord_prev_feet_y": 6211924.220705229,
"distance_left": 2.8566502749,
"distance_left_prev": 17.2953960846,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 4,
"shot_distance": 14.5488080647,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": -0.3034725943
},
{
"cat": "PUT",
"coord_feet_x": 511713.9463914427,
"coord_feet_y": 6211908.04591338,
"coord_prev_feet_x": 511714.6223062748,
"coord_prev_feet_y": 6211910.977047726,
"distance_left": 0.4356639498,
"distance_left_prev": 2.8566502749,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 5,
"shot_distance": 3.2890334253,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.4547764247
},
{
"cat": "PUT",
"coord_feet_x": 511714.0795520237,
"coord_feet_y": 6211908.421500416,
"coord_prev_feet_x": 511713.9463914427,
"coord_prev_feet_y": 6211908.04591338,
"distance_left": 0,
"distance_left_prev": 0.4356639498,
"error": null,
"hole_par": 4,
"score": 6,
"shotNo": 6,
"shot_distance": 0.4356639498,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0040452589
}
]
}
],
"roundNo": 1
},
{
"holes": [
{
"holeNo": 10,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 511508.8349571532,
"coord_feet_y": 6212007.508062708,
"coord_prev_feet_x": 511451.2379103718,
"coord_prev_feet_y": 6211764.204347438,
"distance_left": 325.2420902988,
"distance_left_prev": 594,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 1,
"shot_distance": 273.3813689859,
"shot_from_location": "Tee Box",
"shot_to_location": "Rough",
"value": -0.2586842381
}
]
},
{
"holeNo": 10,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511593.679521269,
"coord_feet_y": 6212094.08476611,
"coord_prev_feet_x": 511508.8349571532,
"coord_prev_feet_y": 6212007.508062708,
"distance_left": 195.5979120728,
"distance_left_prev": 325.2420902988,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 2,
"shot_distance": 132.419631659,
"shot_from_location": "Rough",
"shot_to_location": "NativeArea",
"value": -0.6396236175
}
]
},
{
"holeNo": 10,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511668.0614442933,
"coord_feet_y": 6212204.880752513,
"coord_prev_feet_x": 511593.679521269,
"coord_prev_feet_y": 6212094.08476611,
"distance_left": 51.6275860156,
"distance_left_prev": 195.5979120728,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 3,
"shot_distance": 145.8332818846,
"shot_from_location": "NativeArea",
"shot_to_location": "IntermediateRough",
"value": -0.1481736451
}
]
},
{
"holeNo": 10,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511679.6505567291,
"coord_feet_y": 6212247.09778505,
"coord_prev_feet_x": 511668.0614442933,
"coord_prev_feet_y": 6212204.880752513,
"distance_left": 3.7914227563,
"distance_left_prev": 51.6275860156,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 4,
"shot_distance": 47.8661019267,
"shot_from_location": "IntermediateRough",
"shot_to_location": "Green",
"value": 0.0851992042
}
]
},
{
"holeNo": 10,
"shots": [
{
"cat": "PUT",
"coord_feet_x": 511681.0002158216,
"coord_feet_y": 6212250.29263908,
"coord_prev_feet_x": 511679.6505567291,
"coord_prev_feet_y": 6212247.09778505,
"distance_left": 0,
"distance_left_prev": 3.7914227563,
"error": null,
"hole_par": 5,
"score": 5,
"shotNo": 5,
"shot_distance": 3.7914227563,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.7163843374
}
]
},
{
"holeNo": 11,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 511846.7284178255,
"coord_feet_y": 6212481.767785712,
"coord_prev_feet_x": 511770.0453143059,
"coord_prev_feet_y": 6212238.668243401,
"distance_left": 193.4202857788,
"distance_left_prev": 475,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 1,
"shot_distance": 278.6937594424,
"shot_from_location": "Tee Box",
"shot_to_location": "Rough",
"value": -0.1948341152
}
]
},
{
"holeNo": 11,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511913.5819916728,
"coord_feet_y": 6212609.031696886,
"coord_prev_feet_x": 511846.7284178255,
"coord_prev_feet_y": 6212481.767785712,
"distance_left": 36.4437240777,
"distance_left_prev": 193.4202857788,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 2,
"shot_distance": 157.1277458504,
"shot_from_location": "Rough",
"shot_to_location": "Fairway",
"value": -0.3877556855
}
]
},
{
"holeNo": 11,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511930.7807751283,
"coord_feet_y": 6212637.346160406,
"coord_prev_feet_x": 511913.5819916728,
"coord_prev_feet_y": 6212609.031696886,
"distance_left": 1.4543742135,
"distance_left_prev": 36.4437240777,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 3,
"shot_distance": 36.2063576779,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": 0.2417260326
}
]
},
{
"holeNo": 11,
"shots": [
{
"cat": "PUT",
"coord_feet_x": 511932.2500109824,
"coord_feet_y": 6212636.445326091,
"coord_prev_feet_x": 511930.7807751283,
"coord_prev_feet_y": 6212637.346160406,
"distance_left": 0.4940456188,
"distance_left_prev": 1.4543742135,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 4,
"shot_distance": 1.8817353968,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.7940622781
}
]
},
{
"holeNo": 11,
"shots": [
{
"cat": "PUT",
"coord_feet_x": 511932.0078154192,
"coord_feet_y": 6212636.827028811,
"coord_prev_feet_x": 511932.2500109824,
"coord_prev_feet_y": 6212636.445326091,
"distance_left": 0,
"distance_left_prev": 0.4940456188,
"error": null,
"hole_par": 4,
"score": 5,
"shotNo": 5,
"shot_distance": 0.4940456188,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0381518527
}
]
},
{
"holeNo": 12,
"shots": [
{
"cat": "APP",
"coord_feet_x": 511975.8676970642,
"coord_feet_y": 6212813.854392924,
"coord_prev_feet_x": 511909.4952960673,
"coord_prev_feet_y": 6212667.354375485,
"distance_left": 24.9799163776,
"distance_left_prev": 204,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 1,
"shot_distance": 175.812375866,
"shot_from_location": "Tee Box",
"shot_to_location": "Green",
"value": -0.3143180185
}
]
},
{
"holeNo": 12,
"shots": [
{
"cat": "PUT",
"coord_feet_x": 511965.6139962395,
"coord_feet_y": 6212833.556634872,
"coord_prev_feet_x": 511975.8676970642,
"coord_prev_feet_y": 6212813.854392924,
"distance_left": 0.7888527489,
"distance_left_prev": 24.9799163776,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 2,
"shot_distance": 24.2772589699,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": 0.2943562398
},
{
"cat": "PUT",
"coord_feet_x": 511965.6145753405,
"coord_feet_y": 6212834.278013481,
"coord_prev_feet_x": 511965.6139962395,
"coord_prev_feet_y": 6212833.556634872,
"distance_left": 0,
"distance_left_prev": 0.7888527489,
"error": null,
"hole_par": 3,
"score": 3,
"shotNo": 3,
"shot_distance": 0.7888527489,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": -0.0249820415
}
]
},
{
"holeNo": 13,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512051.5034060981,
"coord_feet_y": 6212908.810774936,
"coord_prev_feet_x": 511805.5719935728,
"coord_prev_feet_y": 6212906.831813259,
"distance_left": 141.7331501928,
"distance_left_prev": 418,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 1,
"shot_distance": 268.3769698975,
"shot_from_location": "Tee Box",
"shot_to_location": "Fairway",
"value": 0.0929552611
},
{
"cat": "APP",
"coord_feet_x": 512156.5978517681,
"coord_feet_y": 6212989.223851293,
"coord_prev_feet_x": 512051.5034060981,
"coord_prev_feet_y": 6212908.810774936,
"distance_left": 2.7818633925,
"distance_left_prev": 141.7331501928,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 2,
"shot_distance": 144.5134978243,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": 0.2815031389
},
{
"cat": "PUT",
"coord_feet_x": 512154.2899489279,
"coord_feet_y": 6212987.724690863,
"coord_prev_feet_x": 512156.5978517681,
"coord_prev_feet_y": 6212989.223851293,
"distance_left": 0.340139212,
"distance_left_prev": 2.7818633925,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 3,
"shot_distance": 3.0050057207,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": -0.4292291557
},
{
"cat": "PUT",
"coord_feet_x": 512154.5931124968,
"coord_feet_y": 6212987.652401794,
"coord_prev_feet_x": 512154.2899489279,
"coord_prev_feet_y": 6212987.724690863,
"distance_left": 0,
"distance_left_prev": 0.340139212,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 4,
"shot_distance": 0.340139212,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.0431428487
}
]
},
{
"holeNo": 14,
"shots": [
{
"cat": "APP",
"coord_feet_x": 512007.5649796751,
"coord_feet_y": 6212821.573881061,
"coord_prev_feet_x": 512137.8144308304,
"coord_prev_feet_y": 6212903.913241292,
"distance_left": 5.7092859731,
"distance_left_prev": 161,
"error": null,
"hole_par": 3,
"score": 2,
"shotNo": 1,
"shot_distance": 168.2514084153,
"shot_from_location": "Tee Box",
"shot_to_location": "Green",
"value": -0.1003187699
},
{
"cat": "PUT",
"coord_feet_x": 512007.569586921,
"coord_feet_y": 6212816.352936613,
"coord_prev_feet_x": 512007.5649796751,
"coord_prev_feet_y": 6212821.573881061,
"distance_left": 0,
"distance_left_prev": 5.7092859731,
"error": null,
"hole_par": 3,
"score": 2,
"shotNo": 2,
"shot_distance": 5.7092859731,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.7991139507
}
]
},
{
"holeNo": 15,
"shots": [
{
"cat": "OTT",
"coord_feet_x": 512170.9681849548,
"coord_feet_y": 6212848.4808794875,
"coord_prev_feet_x": 511976.9596757358,
"coord_prev_feet_y": 6212691.638514021,
"distance_left": 210.7879959523,
"distance_left_prev": 488,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 1,
"shot_distance": 272.4620828258,
"shot_from_location": "Tee Box",
"shot_to_location": "Fairway",
"value": 0.0821682656
},
{
"cat": "APP",
"coord_feet_x": 512338.4703772119,
"coord_feet_y": 6212946.84718531,
"coord_prev_feet_x": 512170.9681849548,
"coord_prev_feet_y": 6212848.4808794875,
"distance_left": 26.9841512534,
"distance_left_prev": 210.7879959523,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 2,
"shot_distance": 212.0845829943,
"shot_from_location": "Fairway",
"shot_to_location": "Green",
"value": -0.3577182107
},
{
"cat": "PUT",
"coord_feet_x": 512324.7835086741,
"coord_feet_y": 6212965.680464873,
"coord_prev_feet_x": 512338.4703772119,
"coord_prev_feet_y": 6212946.84718531,
"distance_left": 1.6013087948,
"distance_left_prev": 26.9841512534,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 3,
"shot_distance": 25.4404721071,
"shot_from_location": "Green",
"shot_to_location": "Green",
"value": 0.1836352281
},
{
"cat": "PUT",
"coord_feet_x": 512323.6291767402,
"coord_feet_y": 6212966.584551327,
"coord_prev_feet_x": 512324.7835086741,
"coord_prev_feet_y": 6212965.680464873,
"distance_left": 0,
"distance_left_prev": 1.6013087948,
"error": null,
"hole_par": 4,
"score": 4,
"shotNo": 4,
"shot_distance": 1.6013087948,
"shot_from_location": "Green",
"shot_to_location": "Hole",
"value": 0.1958108209
}
]
}
],
"roundNo": 2
}
],
"team": {
"players": [
{
"firstName": "Aaron",
"lastName": "Baddeley",
"playerId": 3832
}
],
"teamId": 110
}
}
]
Last updated