1. Home
  2. Docs
  3. JSON Documentation (Old API) – Will be deprecated soon
  4. JSON Calls
  5. Matchday Summary

Matchday Summary

Method

List of a days matches.
Results can be filtered with league_code or country_name

GET /m_leagueresult

Parameters

sportIdSport IdInteger – Required
match_dateMatch Date (Format: YYYY-MM-DD) Default: TodayString – Optional
league_codeLeague CodeString – Required
country_nameCountry NameString – Required
tzClients Time zoneString – Optional
go_dateNext match dateString – Optional

Response Sample

HTML

Coding Example

JS