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

PlayerTransferHistoryItem

Один переход в истории трансферов игрока.

fromTeam objectnullable

Команда, из которой перешёл игрок.

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

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

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

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

Example: https://img.api-sport.ru/player-861608
toTeam objectnullable

Команда, в которую перешёл игрок.

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

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

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

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

Example: https://img.api-sport.ru/player-861608
fromTeamNamestringnullable
Example: Barcelona SC Guayaquil
toTeamNamestringnullable
Example: LDU
typeintegernullable

Числовой код типа перехода.

Example: 3
typeNamestringnullable

Англоязычное название типа перехода.

Example: Transfer
typeTranslations object
rustringnullable
Example: Трансфер
esstringnullable
Example: Traspaso
transferFeenumbernullable

Сумма перехода.

Example: 860000
transferFeeDescriptionstringnullable
Example: 860k €
transferFeeRaw objectnullable

Сумма перехода с валютой.

valuenumber
Example: 860000
currencystring
Example: EUR
transferDateTimestampintegernullable

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

Example: 1767830400000
PlayerTransferHistoryItem
{
"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
}