Skip to main content
Use this endpoint to retrieve all players that are currently playing for a club.

Authentication

All requests must include a valid API key, either as an x-api-key header or as a Bearer token in the Authorization header.

Request

string
required
The SquadAssist club ID. Obtain this from GET /get_clubs_in_competition or from POST /query_club
boolean
default:"False"
Whether or not the response should only include players for which SquadAssist can also do predictions. For those that have this field as False, the players will error on each of the Predictions requests, but they will still work for other requests. Defaults to False.

Response

string
The current season
Club
The club that was just analyzed
array[Player]
An array of player objects, one for each player at the club.

Example

Response