v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V2 API Schedule

Get Next Soccer Events by Team

List the next 5 events for a team using its unique ID.

get/schedule/next/team/{idTeam}

Path parameters

idTeaminteger required

The ID of the team to get the next events for.

Response

List of next scheduled soccer events for the specified team

Example response

{
  "schedule": [
    {
      "strSport": "Motorsport"
    }
  ]
}