1. Home
  2. Docs
  3. JSON Documentation (Old API) – Will be deprecated soon
  4. JSON Calls
  5. Home/Away/H2H Team Fixtures

Home/Away/H2H Team Fixtures

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

sportIdSport IdInteger – Required
teamIdTeam IdString – Required
leagueIdLeague IdInteger – Required
cupNameCup NameString – Optional
countryNameCountry NameString – Optional
allAll leagues flag (0 or 1)Integer – Optional
tzClient time zoneString – Optional

Response Sample

HTML

Coding Example

JS