TeamFormMatch
Матч в блоке формы команды
idinteger
ID матча
Example:
12812998startTimestampintegernullable
Время начала, Unix-время в миллисекундах
Example:
1751500000000opponent objectnullable
Соперник (в парных матчах — пара соперника)
idinteger
Example:
3680namestringnullable
Example:
Carolina HurricanesshortNamestringnullable
Example:
Hurricanestranslations object
rustringnullable
Example:
Каролина Харрикейнсimagestringnullable
URL логотипа команды
homeAwaystring
Сторона команды в матче
Possible values: [home, away]
Example:
homescorestringnullable
Счёт С ПОЗИЦИИ КОМАНДЫ: «голы команды:голы соперника» (в теннисе — выигранные сеты)
Example:
3:0resultstringnullable
Результат для команды: W — победа, D — ничья, L — поражение; null — исход не определён
Possible values: [W, D, L]
Example:
WTeamFormMatch
{
"id": 12812998,
"startTimestamp": 1751500000000,
"opponent": {
"id": 3680,
"name": "Carolina Hurricanes",
"shortName": "Hurricanes",
"translations": {
"ru": "Каролина Харрикейнс"
},
"image": "string"
},
"homeAway": "home",
"score": "3:0",
"result": "W"
}