Group stats for the tournament, group number and round

This endpoint returns stats of each player within each group of the tournament

Endpoint URLs

https://dde-api.imggaming.com/golf/group-stats/{tournamentId}/{roundNumber}/{groupNo}/

URL Sample:

https://dde-api.imggaming.com/golf/group-stats/691/1/1/

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

playerId

int

The internal ID of the Player of the current event

roundNo

int

The current round of the tournament for this stat

rank

int

The rank of the player for this stat type vs peers in this tournament

stat_name

string

The description of the stat

stat_value

double

The numeric value of the stat relative to the stat_name

tournamentId

int

The internal ID of the tournament

groupNumber

int

The group number of this cohort of players

groupRoundNumber

int

The group round number these cohort of player are on

Sample Response

[
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 118,
    "roundNumber": 1,
    "stat_name": "gir_125_175_yards",
    "stat_value": 0.5555555556,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 121,
    "roundNumber": 1,
    "stat_name": "gir_125_175_yards",
    "stat_value": 0.5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 141,
    "roundNumber": 1,
    "stat_name": "gir_125_175_yards",
    "stat_value": 0.4,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 34,
    "roundNumber": 1,
    "stat_name": "gir_175_225_yards",
    "stat_value": 0.6666666667,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 64,
    "roundNumber": 1,
    "stat_name": "gir_175_225_yards",
    "stat_value": 0.5714285714,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 123,
    "roundNumber": 1,
    "stat_name": "gir_175_225_yards",
    "stat_value": 0.3333333333,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "gir_225_plus_yards",
    "stat_value": 0.3333333333,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "gir_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "gir_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 1,
    "roundNumber": 1,
    "stat_name": "gir_50_125_yards",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "gir_50_125_yards",
    "stat_value": 0.75,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "gir_50_125_yards",
    "stat_value": 0.75,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 39,
    "roundNumber": 1,
    "stat_name": "go_for_green_average",
    "stat_value": 0.1538461538,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 39,
    "roundNumber": 1,
    "stat_name": "go_for_green_average",
    "stat_value": 0.1538461538,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 104,
    "roundNumber": 1,
    "stat_name": "go_for_green_average",
    "stat_value": 0.0769230769,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 39,
    "roundNumber": 1,
    "stat_name": "go_for_green_sum",
    "stat_value": 2,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 39,
    "roundNumber": 1,
    "stat_name": "go_for_green_sum",
    "stat_value": 2,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 101,
    "roundNumber": 1,
    "stat_name": "go_for_green_sum",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 48,
    "roundNumber": 1,
    "stat_name": "gsg_binned_0_5_feet",
    "stat_value": 0.3590324456,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 78,
    "roundNumber": 1,
    "stat_name": "gsg_binned_0_5_feet",
    "stat_value": -0.1793144404,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 154,
    "roundNumber": 1,
    "stat_name": "gsg_binned_0_5_feet",
    "stat_value": -1.6892450438,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 46,
    "roundNumber": 1,
    "stat_name": "gsg_binned_11_20_feet",
    "stat_value": 0.5381919621,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 93,
    "roundNumber": 1,
    "stat_name": "gsg_binned_11_20_feet",
    "stat_value": -0.2557093779,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 98,
    "roundNumber": 1,
    "stat_name": "gsg_binned_11_20_feet",
    "stat_value": -0.3214453877,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 72,
    "roundNumber": 1,
    "stat_name": "gsg_binned_21_40_feet",
    "stat_value": -0.1339860353,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 96,
    "roundNumber": 1,
    "stat_name": "gsg_binned_21_40_feet",
    "stat_value": -0.2413726375,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 148,
    "roundNumber": 1,
    "stat_name": "gsg_binned_21_40_feet",
    "stat_value": -0.7511846688,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 39,
    "roundNumber": 1,
    "stat_name": "gsg_binned_3_10_feet",
    "stat_value": 0.6382319908,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 91,
    "roundNumber": 1,
    "stat_name": "gsg_binned_3_10_feet",
    "stat_value": -0.433874867,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 144,
    "roundNumber": 1,
    "stat_name": "gsg_binned_3_10_feet",
    "stat_value": -1.805300934,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 23,
    "roundNumber": 1,
    "stat_name": "gsg_binned_41_plus_feet",
    "stat_value": 0.3691617824,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "gsg_binned_41_plus_feet",
    "stat_value": 0.1726811715,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 71,
    "roundNumber": 1,
    "stat_name": "gsg_binned_41_plus_feet",
    "stat_value": 0.0457778707,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 46,
    "roundNumber": 1,
    "stat_name": "gsg_binned_6_10_feet",
    "stat_value": 0.3953822046,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 67,
    "roundNumber": 1,
    "stat_name": "gsg_binned_6_10_feet",
    "stat_value": 0.0119092715,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 76,
    "roundNumber": 1,
    "stat_name": "gsg_binned_6_10_feet",
    "stat_value": -0.0826644835,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "hole_outs_sum",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "hole_outs_sum",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 38,
    "roundNumber": 1,
    "stat_name": "hole_outs_sum",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 14,
    "roundNumber": 1,
    "stat_name": "inside_10_125_175_yards",
    "stat_value": 0.3333333333,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 56,
    "roundNumber": 1,
    "stat_name": "inside_10_125_175_yards",
    "stat_value": 0.2,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 56,
    "roundNumber": 1,
    "stat_name": "inside_10_125_175_yards",
    "stat_value": 0.2,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 34,
    "roundNumber": 1,
    "stat_name": "inside_10_175_225_yards",
    "stat_value": 0.1428571429,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 48,
    "roundNumber": 1,
    "stat_name": "inside_10_175_225_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 48,
    "roundNumber": 1,
    "stat_name": "inside_10_175_225_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 6,
    "roundNumber": 1,
    "stat_name": "inside_10_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 6,
    "roundNumber": 1,
    "stat_name": "inside_10_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 6,
    "roundNumber": 1,
    "stat_name": "inside_10_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 11,
    "roundNumber": 1,
    "stat_name": "inside_10_50_125_yards",
    "stat_value": 0.5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 53,
    "roundNumber": 1,
    "stat_name": "inside_10_50_125_yards",
    "stat_value": 0.25,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 88,
    "roundNumber": 1,
    "stat_name": "inside_10_50_125_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 30,
    "roundNumber": 1,
    "stat_name": "inside_20_125_175_yards",
    "stat_value": 0.5555555556,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 104,
    "roundNumber": 1,
    "stat_name": "inside_20_125_175_yards",
    "stat_value": 0.3,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 104,
    "roundNumber": 1,
    "stat_name": "inside_20_125_175_yards",
    "stat_value": 0.3,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 58,
    "roundNumber": 1,
    "stat_name": "inside_20_175_225_yards",
    "stat_value": 0.1666666667,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 78,
    "roundNumber": 1,
    "stat_name": "inside_20_175_225_yards",
    "stat_value": 0.1428571429,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 95,
    "roundNumber": 1,
    "stat_name": "inside_20_175_225_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 15,
    "roundNumber": 1,
    "stat_name": "inside_20_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 15,
    "roundNumber": 1,
    "stat_name": "inside_20_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 15,
    "roundNumber": 1,
    "stat_name": "inside_20_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 45,
    "roundNumber": 1,
    "stat_name": "inside_20_50_125_yards",
    "stat_value": 0.5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 103,
    "roundNumber": 1,
    "stat_name": "inside_20_50_125_yards",
    "stat_value": 0.25,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 125,
    "roundNumber": 1,
    "stat_name": "inside_20_50_125_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 67,
    "roundNumber": 1,
    "stat_name": "inside_30_125_175_yards",
    "stat_value": 0.5555555556,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 113,
    "roundNumber": 1,
    "stat_name": "inside_30_125_175_yards",
    "stat_value": 0.4,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 137,
    "roundNumber": 1,
    "stat_name": "inside_30_125_175_yards",
    "stat_value": 0.3,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 15,
    "roundNumber": 1,
    "stat_name": "inside_30_175_225_yards",
    "stat_value": 0.5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 107,
    "roundNumber": 1,
    "stat_name": "inside_30_175_225_yards",
    "stat_value": 0.1666666667,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 125,
    "roundNumber": 1,
    "stat_name": "inside_30_175_225_yards",
    "stat_value": 0.1428571429,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 23,
    "roundNumber": 1,
    "stat_name": "inside_30_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 23,
    "roundNumber": 1,
    "stat_name": "inside_30_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 23,
    "roundNumber": 1,
    "stat_name": "inside_30_225_plus_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 30,
    "roundNumber": 1,
    "stat_name": "inside_30_50_125_yards",
    "stat_value": 0.75,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 85,
    "roundNumber": 1,
    "stat_name": "inside_30_50_125_yards",
    "stat_value": 0.5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 147,
    "roundNumber": 1,
    "stat_name": "inside_30_50_125_yards",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 55,
    "roundNumber": 1,
    "stat_name": "longest_putt_made",
    "stat_value": 19.11,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 130,
    "roundNumber": 1,
    "stat_name": "longest_putt_made",
    "stat_value": 8.18,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 147,
    "roundNumber": 1,
    "stat_name": "longest_putt_made",
    "stat_value": 6.21,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 1,
    "roundNumber": 1,
    "stat_name": "make_percentage_0_5_feet",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 85,
    "roundNumber": 1,
    "stat_name": "make_percentage_0_5_feet",
    "stat_value": 0.9375,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 144,
    "roundNumber": 1,
    "stat_name": "make_percentage_0_5_feet",
    "stat_value": 0.875,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 16,
    "roundNumber": 1,
    "stat_name": "make_percentage_11_20_feet",
    "stat_value": 0.5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 104,
    "roundNumber": 1,
    "stat_name": "make_percentage_11_20_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 104,
    "roundNumber": 1,
    "stat_name": "make_percentage_11_20_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "make_percentage_21_40_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "make_percentage_21_40_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "make_percentage_21_40_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 65,
    "roundNumber": 1,
    "stat_name": "make_percentage_3_10_feet",
    "stat_value": 0.7142857143,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 77,
    "roundNumber": 1,
    "stat_name": "make_percentage_3_10_feet",
    "stat_value": 0.6666666667,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 140,
    "roundNumber": 1,
    "stat_name": "make_percentage_3_10_feet",
    "stat_value": 0.4285714286,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "make_percentage_41_plus_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "make_percentage_41_plus_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "make_percentage_41_plus_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 53,
    "roundNumber": 1,
    "stat_name": "make_percentage_6_10_feet",
    "stat_value": 0.6,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 53,
    "roundNumber": 1,
    "stat_name": "make_percentage_6_10_feet",
    "stat_value": 0.6,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 65,
    "roundNumber": 1,
    "stat_name": "make_percentage_6_10_feet",
    "stat_value": 0.5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 43,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_125_175_yards",
    "stat_value": 28.3824732886,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 143,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_125_175_yards",
    "stat_value": 82.5716810876,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 144,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_125_175_yards",
    "stat_value": 82.5881108675,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 107,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_175_225_yards",
    "stat_value": 69.4562804646,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 150,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_175_225_yards",
    "stat_value": 138.8159766387,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 154,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_175_225_yards",
    "stat_value": 159.6936237406,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 80,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_225_plus_yards",
    "stat_value": 171.2918463605,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 104,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_225_plus_yards",
    "stat_value": 233.0379225062,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 111,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_225_plus_yards",
    "stat_value": 246.5504890969,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 101,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_50_125_yards",
    "stat_value": 31.1274141005,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 120,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_50_125_yards",
    "stat_value": 36.9054443668,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 121,
    "roundNumber": 1,
    "stat_name": "proximity_all_shots_50_125_yards",
    "stat_value": 36.920679299,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 45,
    "roundNumber": 1,
    "stat_name": "putts_made_0_5_feet",
    "stat_value": 15,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 77,
    "roundNumber": 1,
    "stat_name": "putts_made_0_5_feet",
    "stat_value": 14,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 77,
    "roundNumber": 1,
    "stat_name": "putts_made_0_5_feet",
    "stat_value": 14,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 45,
    "roundNumber": 1,
    "stat_name": "putts_made_11_20_feet",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 104,
    "roundNumber": 1,
    "stat_name": "putts_made_11_20_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 104,
    "roundNumber": 1,
    "stat_name": "putts_made_11_20_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "putts_made_21_40_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "putts_made_21_40_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 49,
    "roundNumber": 1,
    "stat_name": "putts_made_21_40_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 22,
    "roundNumber": 1,
    "stat_name": "putts_made_3_10_feet",
    "stat_value": 6,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 51,
    "roundNumber": 1,
    "stat_name": "putts_made_3_10_feet",
    "stat_value": 5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 120,
    "roundNumber": 1,
    "stat_name": "putts_made_3_10_feet",
    "stat_value": 3,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "putts_made_41_plus_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "putts_made_41_plus_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 7,
    "roundNumber": 1,
    "stat_name": "putts_made_41_plus_feet",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 24,
    "roundNumber": 1,
    "stat_name": "putts_made_6_10_feet",
    "stat_value": 3,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 24,
    "roundNumber": 1,
    "stat_name": "putts_made_6_10_feet",
    "stat_value": 3,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 46,
    "roundNumber": 1,
    "stat_name": "putts_made_6_10_feet",
    "stat_value": 2,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 43,
    "roundNumber": 1,
    "stat_name": "putts_taken_0_5_feet",
    "stat_value": 16,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 43,
    "roundNumber": 1,
    "stat_name": "putts_taken_0_5_feet",
    "stat_value": 16,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 101,
    "roundNumber": 1,
    "stat_name": "putts_taken_0_5_feet",
    "stat_value": 14,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 122,
    "roundNumber": 1,
    "stat_name": "putts_taken_11_20_feet",
    "stat_value": 2,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 122,
    "roundNumber": 1,
    "stat_name": "putts_taken_11_20_feet",
    "stat_value": 2,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 150,
    "roundNumber": 1,
    "stat_name": "putts_taken_11_20_feet",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 10,
    "roundNumber": 1,
    "stat_name": "putts_taken_21_40_feet",
    "stat_value": 6,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 28,
    "roundNumber": 1,
    "stat_name": "putts_taken_21_40_feet",
    "stat_value": 5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 124,
    "roundNumber": 1,
    "stat_name": "putts_taken_21_40_feet",
    "stat_value": 2,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 17,
    "roundNumber": 1,
    "stat_name": "putts_taken_3_10_feet",
    "stat_value": 9,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 65,
    "roundNumber": 1,
    "stat_name": "putts_taken_3_10_feet",
    "stat_value": 7,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 65,
    "roundNumber": 1,
    "stat_name": "putts_taken_3_10_feet",
    "stat_value": 7,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 27,
    "roundNumber": 1,
    "stat_name": "putts_taken_41_plus_feet",
    "stat_value": 3,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 97,
    "roundNumber": 1,
    "stat_name": "putts_taken_41_plus_feet",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 97,
    "roundNumber": 1,
    "stat_name": "putts_taken_41_plus_feet",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 17,
    "roundNumber": 1,
    "stat_name": "putts_taken_6_10_feet",
    "stat_value": 5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 17,
    "roundNumber": 1,
    "stat_name": "putts_taken_6_10_feet",
    "stat_value": 5,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 44,
    "roundNumber": 1,
    "stat_name": "putts_taken_6_10_feet",
    "stat_value": 4,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 217,
    "rank": 1,
    "roundNumber": 1,
    "stat_name": "three_putt_sum",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 3832,
    "rank": 1,
    "roundNumber": 1,
    "stat_name": "three_putt_sum",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "groupNo": 1,
    "groupRoundNumber": 1,
    "playerId": 545,
    "rank": 112,
    "roundNumber": 1,
    "stat_name": "three_putt_sum",
    "stat_value": 1,
    "tournamentId": 691
  }
]

Last updated