GET Leagues by Live
Returns all the leagues that have fixtures that are currently being played.
https://api.sportmonks.com/v3/football/leagues/live{
"data": {
"id": 501,
"sport_id": 1,
"country_id": 1161,
"name": "Premiership",
"active": true,
"short_code": "SCO P",
"image_path": "https://cdn.sportmonks.com/images/soccer/leagues/501.png",
"type": "league",
"sub_type": "domestic",
"last_played_at": "2024-08-05 19:00:00",
"category": 2,
"has_jerseys": false
},Field
Description
Type
Name
Required?
Description
Static filters
Available on Entity
Description
Example
Dynamic filters
Available on Entity
Description
Example
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?