v1

latestOpenAPI 3.0.32026-07-144334213.8 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"
    }
  ]
}