Search⌘ K
AI Features

Players: Squads

Explore how to retrieve detailed soccer squad information using the API-Football squads endpoint. Understand how to get the current team's squad and all teams a player has played for by using team and player parameters. This lesson helps you practice querying the API and integrating player and squad data into your Python applications.

The squads endpoint returns the current squad of a team. The base URI for this endpoint is https://v3.football.api-sports.io/players/squads.

Query parameters

The following ...