SoccersAPIDocs
DocsReferenceFixtures › Team last and next fixtures

GETTeam last and next fixtures

Recent results (last), matches in play (current) and upcoming matches (next) of a team. Does not accept include.

/v2.2/fixtures/ with t=last_next

Try it in the interactive referenceAll Fixtures operations

Request

GET /v2.2/fixtures/?user=USER&token=TOKEN&t=last_next&team_id=99

Parameters

NameRequiredDescriptionExample
team_idyesTeam ID.111
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

Example response

{
  "data": {
    "next": [
      {
        "id": 2632679,
        "status": "0",
        "status_name": "Notstarted",
        "status_period": null,
        "pitch": null,
        "referee_id": null,
        "round_id": "220259",
        "round_name": "4",
        "season_id": "21233",
        "season_name": "26/27",
        "stage_id": "1",
        "stage_name": "Regular Season",
        "group_id": "207",
        "group_name": "LaLiga",
        "aggregate_id": null,
        "winner_team_id": null,
        "venue_id": "737",
        "leg": null,
        "week": "36",
        "deleted": "0",
        "related_id": null,
        "info": null,
        "attendance": null,
        "time": {
          "datetime": "2026-09-06 14:15:00",
          "date": "2026-09-06",
          "time": "14:15:00",
          "minute": "",
          "timestamp": 1788704100,
          "timezone": "UTC"
        },
        "teams": {
          "home": {
            "id": 103,
            "name": "CF Valencia",
            "short_code": "VCF",
            "img": "https://cdn.soccersapi.com/images/soccer/teams/80/103.png",
            "form": null,
            "coach_id": "6041",
            "kit_colors": {
              "home_main_color": "#ffffff",
              "home_second_color": "#ffffff",
              "home_number_color": "#040404",
              "home_gk_main_color": "#fa96c2",
              "home_gk_second_color": "#f5f5ed",
              "home_gk_number_color": "#000000"
            }
          },
          "away": {
            "id": 99,
            "name": "FC Barcelona",
            "short_code": "BAR",
            "img": "https://cdn.soccersapi.com/images/soccer/teams/80/99.png",
            "form": null,
            "coach_id": "662",
            "kit_colors": {
              "away_main_color": "#e2cfa5",
              "away_second_color": "#120fa3",
              "away_number_color": "#000000",
              "away_gk_main_color": "#e46c3b",
              "away_gk_second_color": "#d58e50",
              "away_gk_number_color": "#050505"
            }
          }
        },
        "league": {
          "id": 637,
          "name": "LaLiga",
          "type": "LaLiga",
          "country_id": "5",
          "country_name": "Spain",
          "country_code": "es",
          "country_flag": "https://cdn.soccersapi.com/images/countries/30/es.png"
        },
        "scores": {
          "home_score": null,
          "away_score": null,
          "ht_score": "-",
          "ft_score": "-",
          "et_score": null,
          "ps_score": null
        },
        "standings": {
          "home_position": 17,
          "away_position": 1
        },
        "assistants": {
          "first_assistant_id": null,
          "second_assistant_id": null,
          "fourth_assistant_id": null
        },
        "coverage": {
          "has_lineups": 0,
          "has_tvs": 1,
          "has_standings": 1
        },
        "weather_report": null
      }
    ],
    "current": [],
    "last": [
      {
        "id": 2632670,
        "status": "3",
        "status_name": "Finished",
        "status_period": null,
        "pitch": null,
        "referee_id": null,
        "round_id": "220258",
        "round_name": "3",
        "season_id": "21233",
        "season_name": "26/27",
        "stage_id": "1",
        "stage_name": "Regular Season",
        "group_id": "207",
        "group_name": "LaLiga",
        "aggregate_id": null,
        "winner_team_id": "99",
        "venue_id": "86",
        "leg": null,
        "week": "36",
        "deleted": "0",
        "related_id": null,
        "info": null,
        "attendance": null,
        "time": {
          "datetime": "2026-08-31 19:30:00",
          "date": "2026-08-31",
          "time": "19:30:00",
          "minute": 90,
          "timestamp": 1788204600,
          "timezone": "UTC"
        },
        "teams": {
          "home": {
            "id": 99,
            "name": "FC Barcelona",
            "short_code": "BAR",
            "img": "https://cdn.soccersapi.com/images/soccer/teams/80/99.png",
            "form": null,
            "coach_id": "662",
            "kit_colors": {
              "home_main_color": "#282e60",
              "home_second_color": "#0d0d0d",
              "home_number_color": "#efc006",
              "home_gk_main_color": "#e46c3b",
              "home_gk_second_color": "#d58e50",
              "home_gk_number_color": "#050505"
            }
          },
          "away": {
            "id": 2403,
            "name": "Rayo Vallecano",
            "short_code": "RVC",
            "img": "https://cdn.soccersapi.com/images/soccer/teams/80/2403.png",
            "form": null,
            "coach_id": "10642",
            "kit_colors": {
              "away_main_color": "#ffffff",
              "away_second_color": "#e33641",
              "away_number_color": "#d6b142",
              "away_gk_main_color": "#262726",
              "away_gk_second_color": "#418e4a",
              "away_gk_number_color": "#fafafa"
            }
          }
        },
        "league": {
          "id": 637,
          "name": "LaLiga",
          "type": "LaLiga",
          "country_id": "5",
          "country_name": "Spain",
          "country_code": "es",
          "country_flag": "https://cdn.soccersapi.com/images/countries/30/es.png"
        },
        "scores": {
          "home_score": "5",
          "away_score": "2",
          "ht_score": "2-1",
          "ft_score": "5-2",
          "et_score": null,
          "ps_score": null
        },
        "standings": {
          "home_position": 4,
          "away_position": 16
        },
        "assistants": {
          "first_assistant_id": null,
          "second_assistant_id": null,
          "fourth_assistant_id": null
        },
        "coverage": {
          "has_lineups": 1,
          "has_tvs": 1,
          "has_standings": 1
        },
        "weather_report": {
          "desc": "partly cloudy",
          "temp": {
            "celsius": 25.6,
            "fahrenheit": 78.1
          },
          "wind": {
            "kmph": 7.4,
            "miles": 4.6,
            "direction": "SSE"
          },
          "humidity_percent": 74,
          "pressure": 1019
        }
      }
    ]
  },
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 50,
    "total": 50,
    "msg": ""
  }
}