<player>
What does <player> element mean?
The player element provides the following information about a specific player.
XML Example
<player type="F" date_of_birth="1994-05-08" nationality="Usa" country_code="USA" height="203" weight="99" full_name="Sam Dekker" gender="male" id="sr:player:852078" name="Dekker, Sam"/>
Attributes Explained
Attribute
Datatype
Meaning
Possible Values
type
date_of_birth
datetime
date of birth
date
nationality
string
nationality
every possible nation
country_code
string
code of the country player is from
height
Height of the player
weight
Weight of the player
full_name
string
full name of the player
gender
string
gender
male, female
id
string
id of the player
id
name
string
surname and name of the player
surname, name
Last updated
Was this helpful?