APIEndpoint referencePlayer

/player/all

GET
/api/v2/player/all

Query Parameters

awayTeam?integer
Formatint64
homeTeam?integer
Formatint64
limit?integer
Formatint64
seasonId?integer
Formatint64
teamId?integer
Formatint64
tournamentId?string
uniqueTournamentId?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/player/all"
{  "$schema": "https://example.com/schemas/PlayerAllOKBody.json",  "data": [    "string"  ]}