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

TeamTransferItem

Один переход в трансферах команды

player objectnullable

Игрок

idinteger
Example: 994363
namestringnullable
Example: Bart Verbruggen
shortNamestringnullable
Example: B. Verbruggen
positionstringnullable

Позиция игрока (например G, D, M, F)

Example: G
jerseyNumberstringnullable
Example: 1
translations object
rustringnullable
Example: Барт Вербругген
imagestringnullable

URL изображения игрока

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
TeamTransferItem
{
"player": {
"id": 994363,
"name": "Bart Verbruggen",
"shortName": "B. Verbruggen",
"position": "G",
"jerseyNumber": "1",
"translations": {
"ru": "Барт Вербругген"
},
"image": "string"
},
"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
}