Coaches
Coaches
Query Parameters
- id integer
Default value:
eq.5514
- country_id integer
Default value:
eq.14
- team_id integer
Default value:
eq.36444
- 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
- nickname text
- default_formation text
- nationality text
- nationality_iso2 character varying
Possible values:
<= 2 characters
- date_of_birth timestamp with time zone
- hash_image character varying
Possible values:
<= 64 characters
- former_player_id integer
- country_id integer
Note: This is a Foreign Key to
countries.id
. - country_name text
- country_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
- class_id integer
- class_name text
- class_hash_image character varying
Possible values:
<= 64 characters
[
{
"id": 5514,
"name": "Vyacheslav Butsayev",
"nickname": "V. Butsayev",
"nationality": "RUS",
"nationality_iso2": "RU",
"date_of_birth": "1970-06-13T00:00:00+00:00",
"hash_image": "d1f2e0065e176b9a64c16813701cc36727647ab461a7dfeefe08ca41aadad30d",
"country_id": 14,
"country_name": "Russia",
"country_hash_image": "f37e3358243de943a440832306e7fc074f1b2762c2fee812e8953cbd6b129a36",
"team_id": 36444,
"team_name": "Vityaz Podolsk",
"team_hash_image": "73d1d1c3b3f1db02e005db0e3671a9d903b0c98a5718ca50dd8e51ae070674a4",
"class_id": 14,
"class_name": "Russia",
"class_hash_image": "f37e3358243de943a440832306e7fc074f1b2762c2fee812e8953cbd6b129a36"
}
]
Loading...