Tournaments
Tournaments
Query Parameters
- id integerExample: eq.42628
- league_id integer
- class_id integerExample: eq.84
- 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
- importance integer
- league_id integer
Note: This is a Foreign Key to
leagues.id. - league_name text
- league_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
[
{
"id": 42628,
"name": "Moscow Open Junior Championship",
"importance": 0,
"class_id": 84,
"class_name": "Russia",
"class_hash_image": "15eaa320f69cff71377cdbe042b5030066bc71e2d185704b8d531e331cc6ddd5"
}
]
Loading...