Method
The list of (current) competitions of a given country.
This will return the latest season of the competitions that have fixtures (m_leagues?countryName=RUSSIA&sport=1) or you can use seasonName to request a specific season (m_leagues?countryName=RUSSIA&sport=1&seasonName=2017/2018)
GET | /m_leagues |
Parameters
sportId | Sport Id | Integer – Required |
countryName | Country Name | String –Required |
leagueName | League Name | String – Optional |
seasonName | Season | String – Optional |
Request Example
Response Sample
HTML
Coding Example
JS