Method
Home / Away / Head to Head in Match details returns fixtures of home/away team in the competition requested. VS (h2h) returns the matches between the two teams in previous seasons.
GET | /m_teamresults |
Parameters
sportId | Sport Id | Integer – Required |
teamId | Team Id | String – Required |
leagueId | League Id | Integer – Required |
cupName | Cup Name | String – Optional |
countryName | Country Name | String – Optional |
all | All leagues flag (0 or 1) | Integer – Optional |
tz | Client time zone | String – Optional |
Response Sample
HTML
Coding Example
JS