Strokes Gained (Individual shot)

This live websocket endpoint houses an individual players strokes gained value per shot, per round throughout a given tournament. Currently the SG values per shot are updated at the climax of each hole. Strokes gained compares a player's score to the field average. For example, a player will gain two strokes on the field if he shoots 70 on a day when the field averages 72. A player who shoots 75 on that day loses three strokes to the field. Our Strokes gained model looks at Driving, Approach, Around the Green and Putting. Crucially, we can give a strokes gained value per shot 'live', which doesn't exist on the market today.

The authentication token provided will be required to make a connection to this websocket endpoint.

Once you have the API token, any further data that you send over the connection will be ignored.

N.B – This endpoint sends heartbeats in-between data packets to let you know that it is still connected.

This endpoint currently takes no request parameters

Endpoint URL

The

wss://dde-staging-streams.imggaming.com/media/golf/tournaments/{tournamentId}/strokesgained/{teamId}

Process for connecting to the web socket endpoints

  • Connect to SSL websocket address

  • Send JSON packet containing API token

  • Receive response indicating that connection is authorised (or a response indicating why the connection cannot be made)

  • Receive heartbeat packets every 10 seconds to verify the connection is live

  • Receive data packets

Once you have the API token, any further data that you send over the connection will be ignored. This endpoint sends heartbeats in-between data packets to let you know that it is still connected.

Request parameters

Request Parameters This endpoint currently takes no request parameters, we aim to add them, and once we have they will be detailed here. For this example we will be using the following endpoint URL for Sentry Tournament of Champions 2019: wss://dde-streams.imggaming.com/golf/tournaments/80/leaderboard

JSON sample

Copy

{
   "tournamentId":1071,
   "timestamp":"2022-12-02T13:28:41.000Z",
   "courseId":"1",
   "strokesGained":{
      "rounds":[
         {
            "roundNo":2,
            "stats":{
               "teeToGreen":2.305656372082291247,
               "aroundTheGreen":-0.566526150484740034,
               "total":2.7505369778049820854,
               "offTee":-0.246443030893497735,
               "approach":3.118625553460529016,
               "putting":0.4448806057226908384
            },
            "teeTimes":[
               {
                  "holes":[
                     {
                        "holeNo":5,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":0.0318716364024485
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":1.0726793393177765
                           }
                        ]
                     },
                     {
                        "holeNo":10,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":-0.3683400487782893
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":0.3771325266763308
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.023447382613424272
                           }
                        ]
                     },
                     {
                        "holeNo":14,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":0.05982143617838176
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":-0.08130263326889131
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.001301579852832857
                           }
                        ]
                     },
                     {
                        "holeNo":1,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.8541367770103521
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.06909107351099353
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.35632748304862094
                           }
                        ]
                     },
                     {
                        "holeNo":6,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.029687639665189725
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.6840951472751389
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.2662169468383131
                           }
                        ]
                     },
                     {
                        "holeNo":9,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"APP",
                              "value":-0.23849169777775137
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.38117866292057023
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.43874926956627935
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.4640897494296583
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.28789691933204753
                           }
                        ]
                     },
                     {
                        "holeNo":13,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.7838849980698046
                           },
                           {
                              "strokes_taken":1,
                              "location":"IntermediateRough",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.03515297012821694
                           },
                           {
                              "strokes_taken":1,
                              "location":"IntermediateRough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.02807330691015686
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":-0.020785036836140414
                           }
                        ]
                     },
                     {
                        "holeNo":2,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"ARG",
                              "value":0.21042039564085613
                           },
                           {
                              "strokes_taken":1,
                              "location":"GreensideBunker",
                              "shotNo":1,
                              "cat":"APP",
                              "value":-0.48200009276428935
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.16265502044534497
                           }
                        ]
                     },
                     {
                        "holeNo":17,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.088771425702864
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.14887871640370332
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.09222899702579257
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"APP",
                              "value":0.964166362420448
                           }
                        ]
                     },
                     {
                        "holeNo":12,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"ARG",
                              "value":0.06433326010168239
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.30539688043420243
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.142065762868949
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.03363686172432878
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":-0.7846932579851797
                           }
                        ]
                     },
                     {
                        "holeNo":7,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.14080032139489163
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.08606918303636801
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.15307983981282192
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.8276374793538812
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           }
                        ]
                     },
                     {
                        "holeNo":3,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.4895210765826794
                           },
                           {
                              "strokes_taken":1,
                              "location":"IntermediateRough",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.283246234762605
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":-0.03580151140595844
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.07002251613779276
                           }
                        ]
                     },
                     {
                        "holeNo":18,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"APP",
                              "value":-0.04454696165299321
                           },
                           {
                              "strokes_taken":1,
                              "location":"FairwayBunker",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.14313229699786412
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.1505849797695853
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.21893368517165612
                           }
                        ]
                     },
                     {
                        "holeNo":16,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.1422339175608074
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.30445249950408115
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.09453021544528095
                           }
                        ]
                     },
                     {
                        "holeNo":11,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.16825301454128638
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.3263346998736174
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.482599209277081
                           }
                        ]
                     },
                     {
                        "holeNo":8,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.026212290870867516
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.03038842034757483
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.08583962523217092
                           }
                        ]
                     },
                     {
                        "holeNo":4,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.2850606912939382
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.39548431312810983
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.5061782276459916
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           }
                        ]
                     },
                     {
                        "holeNo":15,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.4095702838501549
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.6623295792360988
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.11855146544358108
                           }
                        ]
                     }
                  ]
               }
            ]
         },
         {
            "roundNo":1,
            "stats":{
               "teeToGreen":-2.5549512326035348308,
               "aroundTheGreen":0.06424975994505822,
               "total":-2.2440325640782163730,
               "offTee":-2.6275822311985379808,
               "approach":0.00838123864994493,
               "putting":0.3109186685253184578
            },
            "teeTimes":[
               {
                  "holes":[
                     {
                        "holeNo":5,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":0.1374791548078198
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":-0.2353537867941431
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.2024256077065485
                           }
                        ]
                     },
                     {
                        "holeNo":10,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.017371879788682154
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":-0.36274874219405406
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":0.3776167229168377
                           }
                        ]
                     },
                     {
                        "holeNo":14,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":0.979860590528266
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":0.005390250350858716
                           }
                        ]
                     },
                     {
                        "holeNo":1,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.609314726113453
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":-0.1004130124049385
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.11058687863631
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.1050841971795844
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.06677200088226543
                           }
                        ]
                     },
                     {
                        "holeNo":6,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"FairwayBunker",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.23464564497356788
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.18980670836752145
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.01160034838848989
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.4769063411031633
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":-0.13024192016559555
                           }
                        ]
                     },
                     {
                        "holeNo":9,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":0.28510607244652353
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.2989862031954995
                           },
                           {
                              "strokes_taken":1,
                              "location":"IntermediateRough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.06497171266552648
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.45202832287024464
                           }
                        ]
                     },
                     {
                        "holeNo":13,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.22031588510079603
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.9195575739152273
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.4338619992412498
                           }
                        ]
                     },
                     {
                        "holeNo":2,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.7883686624423174
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":-0.2333371420568462
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.026685953915365435
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":-0.11390482609429009
                           }
                        ]
                     },
                     {
                        "holeNo":17,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":5,
                              "cat":"APP",
                              "value":0.5199059439888363
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":4,
                              "cat":"APP",
                              "value":-0.160803576046451
                           },
                           {
                              "strokes_taken":2,
                              "location":"TeeBox",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-1.8804297866034059
                           },
                           {
                              "strokes_taken":2,
                              "location":"",
                              "shotNo":2,
                              "error":"invalidated because of penalty",
                              "cat":"ARG"
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":3,
                              "cat":"APP",
                              "value":0.08992571948657702
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":6,
                              "cat":"PUT",
                              "value":0.24323177386825967
                           }
                        ]
                     },
                     {
                        "holeNo":12,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.484791351307726
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":3,
                              "cat":"APP",
                              "value":-0.6090270859694993
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.027433199564909305
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"ARG",
                              "value":0.47471949566974336
                           }
                        ]
                     },
                     {
                        "holeNo":7,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.818940224296067
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.07279099431955505
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.07382032385915105
                           }
                        ]
                     },
                     {
                        "holeNo":3,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":0.13212657060454158
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.35749263823298905
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.04974080245557566
                           },
                           {
                              "strokes_taken":1,
                              "location":"GreensideBunker",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.4389091970167831
                           }
                        ]
                     },
                     {
                        "holeNo":18,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":-0.2034211212765087
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":6,
                              "cat":"PUT",
                              "value":0.07170808176736831
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"APP",
                              "value":-0.2729691292169667
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":3,
                              "cat":"APP",
                              "value":0.10472076601869507
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.34805630264141385
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.908180218243273
                           }
                        ]
                     },
                     {
                        "holeNo":16,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.3119005613759651
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.12567130377907487
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.11854089109889743
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           }
                        ]
                     },
                     {
                        "holeNo":11,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.25833253043222193
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.04979162170700757
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.7686460149667704
                           }
                        ]
                     },
                     {
                        "holeNo":8,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.05663377909736411
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.10252471275940955
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.06288224559153166
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.08053426523984841
                           }
                        ]
                     },
                     {
                        "holeNo":4,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.005562697090611968
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.04765533324330806
                           },
                           {
                              "strokes_taken":1,
                              "location":"GreensideBunker",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.1620430505679762
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":-0.5970474462052162
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.0006117852165168358
                           }
                        ]
                     },
                     {
                        "holeNo":15,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.4072438927759079
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.014328652835186695
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.3001945488996831
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.06907333181842334
                           }
                        ]
                     }
                  ]
               }
            ]
         },
         {
            "roundNo":3,
            "stats":{
               "teeToGreen":0.1675281030995130104,
               "aroundTheGreen":0.76244997594061890,
               "total":0.8657809673667703469,
               "offTee":-0.287087058046298505,
               "approach":-0.3078348147948073846,
               "putting":0.6982528642672573365
            },
            "teeTimes":[
               {
                  "holes":[
                     {
                        "holeNo":5,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"ARG",
                              "value":0.47132548538838503
                           },
                           {
                              "strokes_taken":1,
                              "location":"GreensideBunker",
                              "shotNo":1,
                              "cat":"APP",
                              "value":-0.5521237548168774
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.18534924514871753
                           }
                        ]
                     },
                     {
                        "holeNo":10,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":0.33681239640902216
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":0.6954274641024436
                           }
                        ]
                     },
                     {
                        "holeNo":14,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":-0.12180023448764832
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.019398595327894785
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":0.08765248003887827
                           }
                        ]
                     },
                     {
                        "holeNo":1,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"APP",
                              "value":-0.062273560857367016
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.1878867500758159
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.2528760570381703
                           },
                           {
                              "strokes_taken":1,
                              "location":"FairwayBunker",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.3565904454806672
                           }
                        ]
                     },
                     {
                        "holeNo":6,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.18840196494082573
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.1564081467507541
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.010993551968713433
                           }
                        ]
                     },
                     {
                        "holeNo":9,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"",
                              "shotNo":3,
                              "error":"missing previous stroke",
                              "cat":"ARG"
                           },
                           {
                              "strokes_taken":1,
                              "location":"IntermediateRough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.21254089502611606
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.3894466665773548
                           }
                        ]
                     },
                     {
                        "holeNo":13,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.5408309815091639
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"APP",
                              "value":0.0073208701319207314
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.006904899176332968
                           },
                           {
                              "strokes_taken":1,
                              "location":"Rough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.2721314925302103
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.06815960721319847
                           }
                        ]
                     },
                     {
                        "holeNo":2,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"PUT",
                              "value":-0.3250584716214293
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":1,
                              "cat":"APP",
                              "value":0.21513379494334117
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           }
                        ]
                     },
                     {
                        "holeNo":17,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":-1.1690580360005072
                           },
                           {
                              "strokes_taken":1,
                              "location":"IntermediateRough",
                              "shotNo":3,
                              "cat":"APP",
                              "value":-0.6623188843349985
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.211782673537944
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":6,
                              "cat":"PUT",
                              "value":0.6898955245197316
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"ARG",
                              "value":-0.13628107479697693
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.12219012823137687
                           }
                        ]
                     },
                     {
                        "holeNo":12,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":0.12645848021387263
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.02771034324447541
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.14071414706915775
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.1144512874299215
                           }
                        ]
                     },
                     {
                        "holeNo":7,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.2679563437052155
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.07324562006034219
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.002143762537922367
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.15811850358172408
                           }
                        ]
                     },
                     {
                        "holeNo":3,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"APP",
                              "value":-0.03313212537743837
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":5,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.39791142840077853
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":-0.05548371957635867
                           },
                           {
                              "strokes_taken":1,
                              "location":"FairwayBunker",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.41402191236910113
                           }
                        ]
                     },
                     {
                        "holeNo":18,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.0009999999999998899
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.12870913355808988
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.27969617978419814
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.291815030181793
                           }
                        ]
                     },
                     {
                        "holeNo":16,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.5514622023354696
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":-0.572940055265847
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.01378862533320957
                           },
                           {
                              "strokes_taken":1,
                              "location":"IntermediateRough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.05899913890082509
                           }
                        ]
                     },
                     {
                        "holeNo":11,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.18999553527084845
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.14055171415335765
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.6466396742677787
                           }
                        ]
                     },
                     {
                        "holeNo":8,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":2,
                              "cat":"APP",
                              "value":0.33368924963777835
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":3,
                              "cat":"PUT",
                              "value":0.6474435353080061
                           },
                           {
                              "strokes_taken":1,
                              "location":"IntermediateRough",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":-0.009371698959513175
                           }
                        ]
                     },
                     {
                        "holeNo":4,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.2797904196087986
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.15537159373525
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":-0.10656809406837953
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.5997511176749941
                           }
                        ]
                     },
                     {
                        "holeNo":15,
                        "shots":[
                           {
                              "strokes_taken":1,
                              "location":"GreensideBunker",
                              "shotNo":2,
                              "cat":"APP",
                              "value":-0.34156899201632207
                           },
                           {
                              "strokes_taken":1,
                              "location":"Hole",
                              "shotNo":4,
                              "cat":"PUT",
                              "value":0.025315405395277324
                           },
                           {
                              "strokes_taken":1,
                              "location":"Green",
                              "shotNo":3,
                              "cat":"ARG",
                              "value":0.4075151792037177
                           },
                           {
                              "strokes_taken":1,
                              "location":"Fairway",
                              "shotNo":1,
                              "cat":"OTT",
                              "value":0.09918973594716185
                           }
                        ]
                     }
                  ]
               }
            ]
         }
      ],
      "tournament":{
         "teeToGreen":-0.0817667574217305734,
         "aroundTheGreen":0.260173585400937086,
         "total":1.3722853810935360593,
         "offTee":-3.1611123201383342208,
         "approach":2.8191719773156665614,
         "putting":1.4540521385152666327
      }
   },
   "seqNum":57,
   "team":{
      "players":[
         {
            "displayName":"Martin Kaymer",
            "country":"GER",
            "isAmateur":false,
            "lastName":"Kaymer",
            "firstName":"Martin",
            "id":142,
            "gender":"male"
         }
      ],
      "teamId":12
   }
}

Last updated