Response Model

An array of player details objects.

Player Details Object

Field Name

Type

Description

playerSummary

object

Player Object containing basic information about the player

active

boolean

indicating whether the player is active or inactive

gender

string

Possibles values are “Male” and “Female”

rankDate

string

The most recent rankdate

Player Details Object (Optional fields)

*Please note that the optional fields are dependent on data being known and available in our database.

Field Name

Type

Description

currentSinglesRank

int

Current singles rank

currentSinglesRankTied

boolean

True if tied for current singles rank

currentDoublesRank

int

Current doubles rank

currentDoublesRankTied

boolean

True if tied for current doubles rank

currentYTDRank

int

Current YTD rank

currentYTDRankTied

boolean

True if tied for current YTD rank

singlesRollingPoints

int

Singles rolling points. Points earned by a player in the last 52 weeks

doublesRollingPoints

int

Doubles Rolling Points. Points earned by a player in the last 52 weeks

singlesRacePoints

int

Singles Race Points. Points earned by a player in the calendar year

Last updated