V2 API Livescores
Get live scores for a specific sport
Show the current Livescores for a particular sport.
get/livescore/{sport}
Path parameters
sportstring required
The sport to get live scores for.
Response
List of live scores for the specified sport
Example response
{
"livescore": [
{
"strSport": "Ice Hockey"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.