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

TeamProfileResponse

Профиль команды: тренер, стадион, цвета, основной турнир; для тенниса/настольного тенниса («команда» = спортсмен) — рейтинг и данные игрока

team object

Краткая карточка команды

idinteger
Example: 5257
namestringnullable
Example: LDU
translations object
rustringnullable
Example: ЛДУ Кито
imagestringnullable

URL логотипа команды

fullNamestringnullable
Example: LDU de Quito
nameCodestringnullable

Короткий код команды (3–4 символа)

Example: LDU
country object
namestringnullable
Example: Ecuador
genderstringnullable

Пол: M — мужская, F — женская

Example: M
nationalbooleannullable

Сборная страны (true) или клуб (false)

foundationDateTimestampintegernullable

Дата основания, Unix-время в миллисекундах (для старых клубов может быть отрицательным)

Example: -1615507200000
teamColors objectnullable

Фирменные цвета команды

primarystringnullable

Основной цвет

Example: #ef0107
secondarystringnullable

Дополнительный цвет

textstringnullable

Цвет текста на форме

manager objectnullable

Главный тренер

idinteger
Example: 790357
namestringnullable
Example: Tiago Nunes
shortNamestringnullable
Example: T. Nunes
country object
namestringnullable
Example: Brazil
translations object
rustringnullable
Example: Тьяго Нунес
venue objectnullable

Домашний стадион/арена

idintegernullable
Example: 17523
namestringnullable
Example: Estadio Rodrigo Paz Delgado
translations object
rustringnullable
Example: Стадион Родриго Пас Дельгадо
capacityintegernullable

Вместимость

Example: 41575
city object
namestringnullable
Example: Quito
translations object
rustringnullable
Example: Кито
country object
namestringnullable
Example: Ecuador
primaryUniqueTournament objectnullable

Основной турнир команды

idinteger
Example: 240
namestringnullable
Example: LigaPro Serie A
slugstringnullable
Example: ligapro-serie-a
translations object
rustringnullable
Example: ЛигаПро Серия A
imagestringnullable

URL логотипа турнира

category objectnullable

Категория турнира (страна/регион)

idinteger
Example: 165
namestringnullable
Example: Ecuador
flagstringnullable
Example: ecuador
translations object
rustringnullable
Example: Эквадор
colors objectnullable

Фирменные цвета турнира

primarystringnullable
Example: #feca06
secondarystringnullable
Example: #025388
rankingintegernullable

Позиция в официальном рейтинге (ATP/WTA). Для остальных видов спорта — null

Example: 8
playerTeamInfo objectnullable

Данные спортсмена (теннис/настольный теннис). Для командных видов спорта — null

currentRankingintegernullable

Текущая позиция в официальном рейтинге

Example: 6
playsstringnullable

Игровая рука/хват (например right-handed)

Example: right-handed
turnedProstringnullable

Год перехода в профессионалы

Example: 2003
prizeCurrentnumbernullable

Призовые за текущий сезон

Example: 1562312
prizeCurrentRaw objectnullable

Призовые за текущий сезон с валютой

valuenumber
Example: 1562312
currencystring
Example: EUR
prizeTotalnumbernullable

Призовые за карьеру

Example: 168318575
prizeTotalRaw objectnullable

Призовые за карьеру с валютой

valuenumber
Example: 168318575
currencystring
Example: EUR
heightnumbernullable

Рост, метры

Example: 1.88
weightnumbernullable

Вес, кг

Example: 82
residencestringnullable
Example: Monte Carlo, Monaco
birthplacestringnullable
Example: Belgrade, Serbia
birthDateTimestampintegernullable

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

Example: 548640000000
TeamProfileResponse
{
"team": {
"id": 5257,
"name": "LDU",
"translations": {
"ru": "ЛДУ Кито"
},
"image": "string"
},
"fullName": "LDU de Quito",
"nameCode": "LDU",
"country": {
"name": "Ecuador"
},
"gender": "M",
"national": true,
"foundationDateTimestamp": -1615507200000,
"teamColors": {
"primary": "#ef0107",
"secondary": "string",
"text": "string"
},
"manager": {
"id": 790357,
"name": "Tiago Nunes",
"shortName": "T. Nunes",
"country": {
"name": "Brazil"
},
"translations": {
"ru": "Тьяго Нунес"
}
},
"venue": {
"id": 17523,
"name": "Estadio Rodrigo Paz Delgado",
"translations": {
"ru": "Стадион Родриго Пас Дельгадо"
},
"capacity": 41575,
"city": {
"name": "Quito",
"translations": {
"ru": "Кито"
}
},
"country": {
"name": "Ecuador"
}
},
"primaryUniqueTournament": {
"id": 240,
"name": "LigaPro Serie A",
"slug": "ligapro-serie-a",
"translations": {
"ru": "ЛигаПро Серия A"
},
"image": "string",
"category": {
"id": 165,
"name": "Ecuador",
"flag": "ecuador",
"translations": {
"ru": "Эквадор"
}
},
"colors": {
"primary": "#feca06",
"secondary": "#025388"
}
},
"ranking": 8,
"playerTeamInfo": {
"currentRanking": 6,
"plays": "right-handed",
"turnedPro": "2003",
"prizeCurrent": 1562312,
"prizeCurrentRaw": {
"value": 1562312,
"currency": "EUR"
},
"prizeTotal": 168318575,
"prizeTotalRaw": {
"value": 168318575,
"currency": "EUR"
},
"height": 1.88,
"weight": 82,
"residence": "Monte Carlo, Monaco",
"birthplace": "Belgrade, Serbia",
"birthDateTimestamp": 548640000000
}
}