Leagues By Class
Leagues 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
- leagues jsonb
[
{
"class_id": 385,
"class_name": "Poland",
"class_hash_image": "f625a3a7348b5cc0f46e1a696d885ab9dc704e9096443adc19fc0ed81d6cd99f",
"leagues": [
{
"id": 2061,
"name": "Ekstraliga",
"hash_image": "21c70509c55d3ba5db8143f82a3efaa1e97d43eaa3d01564e4a7e4e34beeda51"
}
]
}
]
Loading...