Players
Players
Query Parameters
- id integer
Default value:
eq.744845
- team_id integer
Default value:
eq.35434
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
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": 744845,
"name": "Melvin Fernstrom",
"nickname": "M. Fernstrom",
"player_position": "F-D",
"player_jersey_number": "9",
"player_height": 186,
"country_id": 56,
"country_name": "Sweden",
"country_hash_image": "f031b70a2653be44af3a20aa33ad0f35d8a256046c108cfcaa3480988b4b383b",
"shirt_number": 9,
"date_of_birth": "2006-02-28T00:00:00+00:00",
"hash_image": "495861763fb160ce7b3517975a5dbe2aebff135a5e4a407b455334269c46a3bf",
"team_id": 35434,
"team_name": "Örebro HK",
"team_hash_image": "5188f2fb7ab9d88766298f255743c31492bf04c8d24d2223e6fc2c6d85b75849"
}
]
Loading...