v1

latestOpenAPI 3.0.32026-07-144334213.8 KB
V2 API Schedule

Get Full Soccer Schedule by Team

List the full seasons schedule for a team using its unique ID.

get/schedule/full/team/{idTeam}

Path parameters

idTeaminteger required

The ID of the team to get the full schedule for.

Response

Full schedule of soccer events for the specified team

Example response

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