SquadPlayer
Карточка игрока в составе команды
idinteger
Example:
270287namestringnullable
Example:
Alexander DomínguezshortNamestringnullable
Example:
A. Domíngueztranslations object
rustringnullable
Example:
Александр Домингесpositionstringnullable
Позиция (например G, D, M, F)
Example:
GjerseyNumberstringnullable
Example:
1dateOfBirthTimestampintegernullable
Дата рождения, Unix-время в миллисекундах
Example:
550281600000heightnumbernullable
Рост, см
Example:
196preferredFootstringnullable
Рабочая нога (left/right/both)
Example:
rightcountry object
namestringnullable
Example:
Ecuadorimagestringnullable
URL фото игрока
SquadPlayer
{
"id": 270287,
"name": "Alexander Domínguez",
"shortName": "A. Domínguez",
"translations": {
"ru": "Александр Домингес"
},
"position": "G",
"jerseyNumber": "1",
"dateOfBirthTimestamp": 550281600000,
"height": 196,
"preferredFoot": "right",
"country": {
"name": "Ecuador"
},
"image": "string"
}