PlayerNationalTeamStatisticsItem
Статистика игрока за национальную сборную.
team object
Краткая карточка сущности (игрок, команда или турнир) в ответах сезонной статистики.
idinteger
Example:
861608namestringnullable
Example:
Luka Dončićtranslations object
Переводы названия.
rustringnullable
Example:
Лука Дончичimagestring
URL изображения.
Example:
https://img.api-sport.ru/player-861608appearancesintegernullable
Example:
7goalsintegernullable
Example:
1debutTimestampintegernullable
Дата дебюта, Unix-время в миллисекундах.
Example:
1635379200000PlayerNationalTeamStatisticsItem
{
"team": {
"id": 861608,
"name": "Luka Dončić",
"translations": {
"ru": "Лука Дончич"
},
"image": "https://img.api-sport.ru/player-861608"
},
"appearances": 7,
"goals": 1,
"debutTimestamp": 1635379200000
}