SoccersAPIDocs
DocsReferenceFixtures › Fixtures by season

GETFixtures by season

Every match of a season in one response, optionally narrowed to a stage, group or team.

/v2.2/fixtures/ with t=season

Try it in the interactive referenceAll Fixtures operations

Request

GET /v2.2/fixtures/?user=USER&token=TOKEN&t=season&season_id=7194&team_id=111&order=asc

Parameters

NameRequiredDescriptionExample
season_idyesSeason ID.7194
stage_idnoStage ID.6
group_idnoGroup ID.308
team_idnoTeam ID.111
includenoComma-separated datasets to embed in the response, without spaces. Supported values: events, stats, broadcast, odds_prematch, odds_inplay. See the includes section.events,stats
utcnoUTC offset applied to returned date/time values; time.timezone reports it, for example UTC+4.5. Decimal offsets are accepted and invalid values fall back to UTC.2
langnoLanguage code for localized names, for example en, es, de, fr, it, pt, tr, pl, ko or zh. Verified on country, continent and league catalogue names; match and statistics payloads are not translated.en
odds_formatnoOdds format on odds datasets: decimal (default), fractional or american.decimal

Example response

{
  "data": [],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 0,
    "total": 0,
    "msg": ""
  }
}