---
title: "Get Next Events"
method: GET
path: "/eventsnext.php"
tags: ["V1 API Schedule"]
---

# Get Next Events

`GET /eventsnext.php`

See the next few upcoming events for a team using the Team ID.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- EventsResponse — Contains a list of events matching the search criteria.
  - `events` EventSchema[] — A list of events that match the search criteria.
    - `idEvent` string — Unique identifier for the event.
    - `idAPIfootball` string, nullable — Unique identifier for the event in API-Football.
    - `strEvent` string — Main title of the event.
    - `strEventAlternate` string, nullable — Alternate title for the event, often used for display purposes.
    - `strFilename` string — Filename associated with the event, often used for media or data storage.
    - `strSport` string, nullable — Type of sport the event is associated with.
    - `idLeague` string, nullable — Unique identifier for the league in which the event takes place.
    - `strLeague` string, nullable — Name of the league in which the event takes place.
    - `strLeagueBadge` string, url, nullable — URL to the badge image of the league.
    - `strSeason` string, nullable — Season during which the event takes place.
    - `strDescriptionEN` string, nullable — Detailed description of the event in English.
    - `strHomeTeam` string, nullable — Name of the home team participating in the event.
    - `strAwayTeam` string, nullable — Name of the away team participating in the event.
    - `intHomeScore` string, nullable — Score of the home team at the time of the event.
    - `intRound` string, nullable — Round of the event, if applicable (e.g., knockout stage).
    - `intAwayScore` string, nullable — Score of the away team at the time of the event.
    - `intSpectators` string, nullable — Number of spectators attending the event.
    - `strOfficial` string, nullable — Name of the official or referee for the event.
    - `strTimestamp` string, nullable — Timestamp of the event, often used for scheduling.
    - `dateEvent` string, date, nullable — Date of the event in UTC.
    - `dateEventLocal` string, date, nullable — Local date of the event, adjusted for time zone.
    - `strTime` string, time, nullable — Time of the event in UTC.
    - `strTimeLocal` string, nullable — Local time of the event, adjusted for time zone.
    - `strGroup` string, nullable — Group or stage of the event, if applicable (e.g., group stage, knockout).
    - `idHomeTeam` string, nullable — Unique identifier for the home team.
    - `strHomeTeamBadge` string, nullable — URL to the badge image of the home team.
    - `idAwayTeam` string, nullable — Unique identifier for the away team.
    - `strAwayTeamBadge` string, nullable — URL to the badge image of the away team.
    - `intScore` string, nullable — Overall score of the event, often used for display purposes.
    - `intScoreVotes` string, nullable — Number of votes or ratings for the event score.
    - `strResult` string, nullable — Result of the event, often used for display purposes.
    - `idVenue` string, nullable — Unique identifier for the venue where the event takes place.
    - `strVenue` string, nullable — Name of the venue where the event takes place.
    - `strCountry` string, nullable — Country where the event takes place.
    - `strCity` string, nullable — City where the event takes place.
    - `strPoster` string, nullable — URL to the poster image of the event.
    - `strSquare` string, nullable — URL to a square image representation of the event.
    - `strFanart` string, nullable — URL to a fanart image representation of the event.
    - `strThumb` string, nullable — URL to a thumbnail image representation of the event.
    - `strBanner` string, nullable — URL to a banner image representation of the event.
    - `strMap` string, nullable — URL to a map image representation of the event.
    - `strTweet1` string, nullable — URL to a tweet or social media post related to the event.
    - `strTweet2` string, nullable — URL to a second tweet or social media post related to the event.
    - `strTweet3` string, nullable — URL to a third tweet or social media post related to the event.
    - `strVideo` string, url, nullable — URL to a video related to the event, such as highlights or a full match.
    - `strStatus` string, nullable — Status of the event, such as scheduled, postponed, or completed.
    - `strPostponed` string, nullable — Indicates if the event has been postponed.
    - `strLocked` string, nullable — Indicates if the event data is locked or not.

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/revisions/e5759aa68b83/schema)
