PlayerTransferHistoryItem
Один переход в истории трансферов игрока.
fromTeam objectnullable
Команда, из которой перешёл игрок.
idinteger
Example:
861608namestringnullable
Example:
Luka Dončićtranslations object
Переводы названия.
rustringnullable
Example:
Лука Дончичimagestring
URL изображения.
Example:
https://img.api-sport.ru/player-861608toTeam objectnullable
Команда, в которую перешёл игрок.
idinteger
Example:
861608namestringnullable
Example:
Luka Dončićtranslations object
Переводы названия.
rustringnullable
Example:
Лука Дончичimagestring
URL изображения.
Example:
https://img.api-sport.ru/player-861608fromTeamNamestringnullable
Example:
Barcelona SC GuayaquiltoTeamNamestringnullable
Example:
LDUtypeintegernullable
Числовой код типа перехода.
Example:
3typeNamestringnullable
Англоязычное название типа перехода.
Example:
TransfertypeTranslations object
rustringnullable
Example:
Трансферesstringnullable
Example:
TraspasotransferFeenumbernullable
Сумма перехода.
Example:
860000transferFeeDescriptionstringnullable
Example:
860k €transferFeeRaw objectnullable
Сумма перехода с валютой.
valuenumber
Example:
860000currencystring
Example:
EURtransferDateTimestampintegernullable
Дата перехода, Unix-время в миллисекундах.
Example:
1767830400000PlayerTransferHistoryItem
{
"fromTeam": {
"id": 861608,
"name": "Luka Dončić",
"translations": {
"ru": "Лука Дончич"
},
"image": "https://img.api-sport.ru/player-861608"
},
"toTeam": {
"id": 861608,
"name": "Luka Dončić",
"translations": {
"ru": "Лука Дончич"
},
"image": "https://img.api-sport.ru/player-861608"
},
"fromTeamName": "Barcelona SC Guayaquil",
"toTeamName": "LDU",
"type": 3,
"typeName": "Transfer",
"typeTranslations": {
"ru": "Трансфер",
"es": "Traspaso"
},
"transferFee": 860000,
"transferFeeDescription": "860k €",
"transferFeeRaw": {
"value": 860000,
"currency": "EUR"
},
"transferDateTimestamp": 1767830400000
}