GET Player by ID
This endpoint returns player information from your requested player ID.
Last updated
This endpoint returns player information from your requested player ID.
Last updated
Name | Required? | Description |
---|
More information on how to use filters can be found on our tutorials on how to . If you want more information on which filters to use you can check out the following :
NO
You can use a total of 3
nested includes on this endpoint
Get an overview and explanation of all the fields returned in the API response. The related entities for the player endpoints are:
We also offer detailed postman documentation with examples and a complete up-to-date version of all our endpoints. Below is a button that lets your fork the collection or import it.
Field | Description | Type |
---|
id | Refers to the unique id of the player | integer |
sport_id | Refers to the sport of the player | integer |
country_id | Refers to the country of birth of the player | integer |
nationality_id | Refers to the national team that the player has opted to represent | integer |
city_id | Refers to the city of birth of the player | string |
position_id | Refers to the position of the player | integer |
detailed_position_id | Refers to the detailed position of the player | integer |
type_id | Refers to the type of the player | integer |
common_name | Refers to the name the player is known for | string |
firstname | Refers to the first name of the player | string |
lastname | Refers to the last name of the player | string |
name | Refers to the name of the player | string |
display_name | Refers to the name that is often used to display in applications | string |
image_path | Image path to player headshot | string |
height | Refers to the height of the player | integer |
weight | Refers to the weight of the player | integer |
date_of_birth | Refers to the date of birth of the player | string |
gender | Refers to the gender of the player | string |