Players
Players
Query Parameters
- id integerExample: eq.368
- team_id integerExample: eq.854
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
Note: This is a Primary Key.
- name text
- first_name text
- last_name text
- nickname text
- player_position text
- player_jersey_number text
- player_height integer
- preferred_foot text
- country_id integer
Note: This is a Foreign Key to
countries.id. - country_name text
- country_hash_image text
- shirt_number integer
- date_of_birth timestamp with time zone
- market_value integer
- market_currency text
- hash_image character varying
Possible values:
<= 64 characters - team_id integer
Note: This is a Foreign Key to
teams.id. - team_name text
- team_hash_image character varying
Possible values:
<= 64 characters - retired_status boolean
[
{
"id": 368,
"name": "Brayden Point",
"nickname": "B. Point",
"player_position": "C",
"player_jersey_number": "21",
"player_height": 180,
"country_id": 57,
"country_name": "Canada",
"country_hash_image": "4b650e5c4785025dee7bd65e3c5c527356717d7a1c0bfef5b4ada8ca1e9cbe17",
"shirt_number": 21,
"date_of_birth": "1996-03-13T00:00:00+00:00",
"hash_image": "0f5d172fac6eda7269350c538da1480f01db9b88f7c68f280cfc5d4c630dc576",
"team_id": 854,
"team_name": "Tampa Bay Lightning",
"team_hash_image": "c637b1a5d16c93cb1005d14e8f98bb66aa218af88bd78707b288986e99c2eadf"
}
]
Loading...