live ws
View all live matches with WebSocket ID mapping 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[],
"result":[
{
"id":{
"ws_realtime":"a1b2c3d4e5f6a7b8", // WebSocket real-time match ID
"rest_releated":"5ff7a0c8ceb4f157" // REST API match ID
},
"date":"2024-09-15 16:00:00",
"timer":"45:00+02:10", // match timer, if in extra time: 90:00+01:00
"est_e_time":"3", // estimated extra time, false if unknown
"in_play":true, // if match is currently in play
"championship":{
"id":{
"ws_realtime":"b2c3d4e5f6a7b8c9", // WebSocket championship ID
"rest_releated":"5fda5fa8541c9de5" // REST API championship ID
},
"name":"Premier League",
"country":"GB"
},
"teamA":{
"id":{
"ws_realtime":"c3d4e5f6a7b8c9d0", // WebSocket team ID
"rest_releated":"5fda5fcd1aa9fae1" // REST API team ID
},
"name":"Manchester United",
"score":{
"f":"2", // final/current score
"1h":"1", // first half score
"2h":"1", // second half score
"o":null, // overtime score
"p":null // penalties score
}
},
"teamB":{
"id":{
"ws_realtime":"d4e5f6a7b8c9d0e1",
"rest_releated":"5fda5fcd1aa9fae2"
},
"name":"Liverpool",
"score":{
"f":"1",
"1h":"0",
"2h":"1",
"o":null,
"p":null
}
}
},
...
]
}Example of code for direct API
Example of code for RapidAPI
Last updated