Перейти к основному содержимому

PlayerNationalTeamStatisticsItem

Статистика игрока за национальную сборную.

team object

Краткая карточка сущности (игрок, команда или турнир) в ответах сезонной статистики.

idinteger
Example: 861608
namestringnullable
Example: Luka Dončić
translations object

Переводы названия.

rustringnullable
Example: Лука Дончич
imagestring

URL изображения.

Example: https://img.api-sport.ru/player-861608
appearancesintegernullable
Example: 7
goalsintegernullable
Example: 1
debutTimestampintegernullable

Дата дебюта, Unix-время в миллисекундах.

Example: 1635379200000
PlayerNationalTeamStatisticsItem
{
"team": {
"id": 861608,
"name": "Luka Dončić",
"translations": {
"ru": "Лука Дончич"
},
"image": "https://img.api-sport.ru/player-861608"
},
"appearances": 7,
"goals": 1,
"debutTimestamp": 1635379200000
}