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

PlayerProfileResponse

Профиль игрока: характеристики (сильные/слабые стороны), атрибуты по годам, статистика за сборную, история трансферов. Блоки, недоступные для вида спорта, отдаются как null или пустой массив.

player object

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

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

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

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

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

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

Сильные и слабые стороны игрока и его позиции на поле.

positive object[]
  • Array [
  • typeinteger

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

    Example: 26
    namestringnullable

    Англоязычное название.

    Example: High pressing
    translations object
    rustringnullable
    Example: Высокий прессинг
    esstringnullable
    Example: Presión alta
    rankinteger

    Ранг игрока по этой характеристике.

    Example: 904
  • ]
  • negative object[]
  • Array [
  • typeinteger

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

    Example: 26
    namestringnullable

    Англоязычное название.

    Example: High pressing
    translations object
    rustringnullable
    Example: Высокий прессинг
    esstringnullable
    Example: Presión alta
    rankinteger

    Ранг игрока по этой характеристике.

    Example: 904
  • ]
  • positionsstring[]
    Example: ["LW","RW"]
    attributeOverviews objectnullable

    Атрибуты игрока (нападение, техника, тактика, оборона, креативность) по годам: average — средние по позиции, player — значения игрока (yearShift 0 — текущий год, 1 — год назад и т.д.).

    average object[]
  • Array [
  • attackinginteger
    Example: 52
    technicalinteger
    Example: 55
    tacticalinteger
    Example: 40
    defendinginteger
    Example: 42
    creativityinteger
    Example: 50
    positionstring
    Example: M
    yearShiftinteger
    Example: 0
  • ]
  • player object[]
  • Array [
  • attackinginteger
    Example: 56
    technicalinteger
    Example: 41
    tacticalinteger
    Example: 35
    defendinginteger
    Example: 37
    creativityinteger
    Example: 49
    positionstring
    Example: M
    yearShiftinteger
    Example: 0
  • ]
  • nationalTeamStatistics object[]

    Статистика за национальные сборные (пустой массив, если данных нет).

  • Array [
  • 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
  • ]
  • transferHistory object[]

    История переходов, новые первыми (пустой массив, если данных нет).

  • Array [
  • 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
  • ]
  • market objectnullable

    Рыночный блок: оценочная трансферная стоимость и срок контракта. null — данных нет

    proposedMarketValuenumbernullable

    Оценочная трансферная стоимость (число в валюте из proposedMarketValueRaw)

    Example: 1100000
    proposedMarketValueRaw objectnullable

    Стоимость с валютой

    valuenumbernullable
    Example: 1100000
    currencystringnullable
    Example: EUR
    contractUntilTimestampintegernullable

    Unix-время окончания контракта в миллисекундах

    Example: 1861833600000
    preferredFootstringnullable

    Рабочая нога (left/right/both)

    Example: right
    positionsDetailedstring[]

    Детализированные позиции игрока (коды позиций). Пустой массив — данных нет

    Example: ["LW","RW"]
    PlayerProfileResponse
    {
    "player": {
    "id": 861608,
    "name": "Luka Dončić",
    "translations": {
    "ru": "Лука Дончич"
    },
    "image": "https://img.api-sport.ru/player-861608"
    },
    "characteristics": {
    "positive": [
    {
    "type": 26,
    "name": "High pressing",
    "translations": {
    "ru": "Высокий прессинг",
    "es": "Presión alta"
    },
    "rank": 904
    }
    ],
    "negative": [
    {
    "type": 26,
    "name": "High pressing",
    "translations": {
    "ru": "Высокий прессинг",
    "es": "Presión alta"
    },
    "rank": 904
    }
    ],
    "positions": [
    "LW",
    "RW"
    ]
    },
    "attributeOverviews": {
    "average": [
    {
    "attacking": 52,
    "technical": 55,
    "tactical": 40,
    "defending": 42,
    "creativity": 50,
    "position": "M",
    "yearShift": 0
    }
    ],
    "player": [
    {
    "attacking": 56,
    "technical": 41,
    "tactical": 35,
    "defending": 37,
    "creativity": 49,
    "position": "M",
    "yearShift": 0
    }
    ]
    },
    "nationalTeamStatistics": [
    {
    "team": {
    "id": 861608,
    "name": "Luka Dončić",
    "translations": {
    "ru": "Лука Дончич"
    },
    "image": "https://img.api-sport.ru/player-861608"
    },
    "appearances": 7,
    "goals": 1,
    "debutTimestamp": 1635379200000
    }
    ],
    "transferHistory": [
    {
    "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
    }
    ],
    "market": {
    "proposedMarketValue": 1100000,
    "proposedMarketValueRaw": {
    "value": 1100000,
    "currency": "EUR"
    },
    "contractUntilTimestamp": 1861833600000
    },
    "preferredFoot": "right",
    "positionsDetailed": [
    "LW",
    "RW"
    ]
    }