Teams
Teams
Query Parameters
- id integer
Default value:
eq.36704
- country_id integer
Default value:
eq.14
- class_id integer
Default value:
eq.388
- tournament_id integer
Default value:
eq.641
- primary_league_id integer
Default value:
eq.2297
- arena_id integer
Default value:
eq.859
- coach_id integer
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
Note: This is a Primary Key.
- name text
- short_name text
- full_name text
- gender character
Possible values:
<= 1 characters
- name_code text
- national boolean
- type integer
- color_primary character varying
Possible values:
<= 7 characters
- color_secondary character varying
Possible values:
<= 7 characters
- color_text character varying
Possible values:
<= 7 characters
- foundation_date timestamp with time zone
- hash_image character varying
Possible values:
<= 64 characters
- country_id integer
Note: This is a Foreign Key to
countries.id
. - country_name text
- country_hash_image character varying
Possible values:
<= 64 characters
- class_id integer
Note: This is a Foreign Key to
classes.id
. - class_name text
- class_hash_image character varying
Possible values:
<= 64 characters
- tournament_id integer
Note: This is a Foreign Key to
seasons-by-tournament.tournament_id
. - tournament_name text
- primary_league_id integer
Note: This is a Foreign Key to
leagues.id
. - primary_league_name text
- primary_league_hash_image character varying
Possible values:
<= 64 characters
- arena_id integer
Note: This is a Foreign Key to
arenas.id
. - arena_name text
- arena_hash_image character varying
Possible values:
<= 64 characters
- coach_id integer
Note: This is a Foreign Key to
coaches.id
. - coach_name text
- coach_hash_image character varying
Possible values:
<= 64 characters
[
{
"id": 36704,
"name": "Dinamo Riga",
"short_name": "Dinamo R.",
"full_name": "Dinamo Riga",
"gender": "M",
"name_code": "RIG",
"national": false,
"type": 0,
"color_primary": "#800000",
"color_secondary": "#c0c0c0",
"color_text": "#c0c0c0",
"hash_image": "fe8cd0f372e3c2df43091830b5299483c935174bed6234d8d212d8424d0148b5",
"country_id": 14,
"country_name": "Russia",
"country_hash_image": "f37e3358243de943a440832306e7fc074f1b2762c2fee812e8953cbd6b129a36",
"class_id": 388,
"class_name": "Russia",
"class_hash_image": "15eaa320f69cff71377cdbe042b5030066bc71e2d185704b8d531e331cc6ddd5",
"tournament_id": 641,
"tournament_name": "KHL",
"primary_league_id": 2297,
"primary_league_name": "Latvian Hockey League",
"primary_league_hash_image": "def1f6952d674661167345422bf127a9ea42e0578d1babe89ea870cc90c8e4c4",
"arena_id": 859,
"arena_name": "Arena Riga",
"arena_hash_image": "0457d40c9aa60c78e8a7f5ff919b6185a66e78a447501721e5d590edd4899928"
}
]