Get Player by ID

Returns a paginated list of player records for a given player ID across competitions and seasons. Supports filtering by team, competition, and season.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

The ID of the player. Note, this is the ID of the player as provided by the data provider.

Query Params
string
Defaults to opta

The provider that the data was received from

string

Used when returning images and for usage tracking. If no client ID is passed, will draw from the global stock images, when a client ID is passed, it will attempt to use a client's version of those images

int64

The Team ID

int64

The competition ID to get data for

integer

The season to get data from

integer

Override the returned season ID in the data with a pre-defined value, used for internal purposes

integer
Defaults to 0

Based on the number of items per page [size], it may be required to page through lots of data. The page index is 0-indexed so 0 is the first page of data.

integer
Defaults to 100

The number of items to return per page.

string
Defaults to -seasonId

A single sort field, can be any field returned within the object. prefixing the field with a "-" will sort descending, otherwise data is sorted ascending

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json