Player Profile

GET {{baseUrl}}/:locale/players/:player_id/profile.{{format}}

Provides a list of all available competitions in the API.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"competitors":[{"abbreviation":"string","age_group":"U23","country":"string","country_code":"string","gender":"string","id":"string","name":"string","qualifier":"home","virtual":true}],"generated_at":"2022-08-25T16:50:23.755Z","player":{"country_code":"string","date_of_birth":"2022-08-25","gender":"female","height":0,"id":"string","jersey_number":0,"name":"string","nationality":"string","nickname":"string","type":"D","weight":0},"roles":[{"active":true,"competitor":{"abbreviation":"string","age_group":"U23","country":"string","country_code":"string","gender":"string","id":"string","name":"string","qualifier":"home","virtual":true},"end_date":"string","jersey_number":0,"start_date":"string","type":"player"}]}