Tournaments By Class
Tournaments By Class
Query Parameters
- class_id integer
Default value:
eq.385
- 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
- class_id integer
Note: This is a Foreign Key to
classes.id
. - class_name text
- class_hash_image character varying
Possible values:
<= 64 characters
- tournaments jsonb
[
{
"class_id": 385,
"class_name": "Poland",
"class_hash_image": "f625a3a7348b5cc0f46e1a696d885ab9dc704e9096443adc19fc0ed81d6cd99f",
"tournaments": [
{
"id": 640,
"name": "Ekstraliga",
"importance": 0
},
{
"id": 8053,
"name": "Ekstraliga, Group II",
"importance": 0
},
{
"id": 8060,
"name": "Ekstraliga, Championship Round",
"importance": 0
},
{
"id": 8061,
"name": "Ekstraliga, Relegation Round",
"importance": 0
},
{
"id": 8062,
"name": "Ekstraliga, Playoffs",
"importance": 0
},
{
"id": 8072,
"name": "Ekstraliga, Placement Round",
"importance": 0
},
{
"id": 16635,
"name": "Ekstraliga Relegation Playoffs",
"importance": 0
},
{
"id": 35615,
"name": "I Liga",
"importance": 0
},
{
"id": 35624,
"name": "Poland Cup",
"importance": 0
},
{
"id": 69633,
"name": "Superpuchar",
"importance": 0
},
{
"id": 70188,
"name": "Ekstraliga, Relegation/Promotion Playoffs",
"importance": 0
},
{
"id": 70198,
"name": "Ekstraliga, Playoff Place 5-8",
"importance": 0
}
]
}
]
Loading...