TeamSquadResponse
Состав команды: игроки, легионеры, сборники, тренерский штаб
team object
Краткая карточка команды
idinteger
Example:
5257namestringnullable
Example:
LDUtranslations object
rustringnullable
Example:
ЛДУ Китоimagestringnullable
URL логотипа команды
totalPlayersinteger
Число игроков в основном списке players
Example:
32players object[]
Полный состав
Array [
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 фото игрока
]
foreignPlayers object[]
Легионеры (подмножество players)
Array [
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 фото игрока
]
nationalPlayers object[]
Игроки национальных сборных (подмножество players)
Array [
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 фото игрока
]
supportStaff object[]
Тренерский/технический штаб
Array [
idintegernullable
namestringnullable
rolestringnullable
Роль в штабе
country object
namestringnullable
Example:
Ecuadortranslations object
rustringnullable
Example:
null]
TeamSquadResponse
{
"team": {
"id": 5257,
"name": "LDU",
"translations": {
"ru": "ЛДУ Кито"
},
"image": "string"
},
"totalPlayers": 32,
"players": [
{
"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"
}
],
"foreignPlayers": [
{
"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"
}
],
"nationalPlayers": [
{
"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"
}
],
"supportStaff": [
{
"id": 0,
"name": "string",
"role": "string",
"country": {
"name": "Ecuador"
},
"translations": {
"ru": null
}
}
]
}