Leagues By Class
This endpoint allows you to retrieve the leagues from a specific class.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every day.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get leagues from a specific class_idhttps://futsal.sportdevs.com/leagues-by-category?class_id=eq.{class_id}
Query Parameters
- class_id integer
Default value:
eq.329
The id of the class
- 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
- class_id integer
The id of the class
Note: This is a Foreign Key to
classes.id
. - class_name text
The name of the class
- class_hash_image character varying
Possible values:
<= 64 characters
The hash image of the class
- leagues jsonb
The leagues
[
{
"class_id": 329,
"class_name": "International Clubs",
"class_hash_image": "0ff18d820871098f8209574ba5f8984666580ff87cbfd4d8d9a9ba8782e54d55",
"leagues": [
{
"id": 3500,
"name": "AFC Futsal Club Championship",
"hash_image": "aee87585f08b46642e8a65eee4aea731d26191bf06ee00961fdc1295e49b4790"
},
{
"id": 3552,
"name": "UEFA Futsal Champions League",
"hash_image": "f42e508fa1a6d7d3369649f898132d45c24652770782e40a8e30c8a4d4b87f19"
},
{
"id": 3597,
"name": "Intercontinental Futsal Cup",
"hash_image": "d54851201da6ce19409a212c1ae0505d105800128f7054ebe873aa04a310b986"
},
{
"id": 3615,
"name": "Copa Libertadores",
"hash_image": "c43ddd6b5f519b7fc3ab49a2f15ed060af73be20a8e92401e4993fc7fc8d0c17"
},
{
"id": 3808,
"name": "CONMEBOL Libertadores",
"hash_image": "80e82198bfb7d1e235d3ed7966c82aaf7aa1e388727226a90c8528db0402ffc3"
},
{
"id": 7596,
"name": "Division de Honor",
"hash_image": "6e2cea62992f5b730663987f845cad20c009ea589d3566c1b4cb0c3ca7484de7"
},
{
"id": 7606,
"name": "Premier League",
"hash_image": "1e992c2af4c7664ce0bf0f66a991e997ca8f648127605c99e7611cd80969b6c1"
},
{
"id": 7611,
"name": "Cup of Ukraine",
"hash_image": "91393347897e61f252406bf1eb6239fb42073fcfbce3130501c6536923e7d9c0"
},
{
"id": 7612,
"name": "Championnat Futsal",
"hash_image": "d7d720e44437d5eb4b2e80505069a4b32769e2299b943f802ee3e430ed67783b"
},
{
"id": 7620,
"name": "Premier League",
"hash_image": "1e992c2af4c7664ce0bf0f66a991e997ca8f648127605c99e7611cd80969b6c1"
},
{
"id": 7621,
"name": "Premier League",
"hash_image": "1e992c2af4c7664ce0bf0f66a991e997ca8f648127605c99e7611cd80969b6c1"
},
{
"id": 7622,
"name": "Premier League, Playoffs",
"hash_image": "ebba148ec42d2dc9b8b22e4768a78121992002434f6521c172e4dec845a92e70"
},
{
"id": 7623,
"name": "Premier League",
"hash_image": "1e992c2af4c7664ce0bf0f66a991e997ca8f648127605c99e7611cd80969b6c1"
},
{
"id": 9970,
"name": "AFF Futsal Club Championship",
"hash_image": "43cac6f5c3abd8b39fd088426b36a91ed1266a6f510864facb32c6e590cb5de1"
},
{
"id": 9999,
"name": "European Womens Futsal Tournament",
"hash_image": "8a8f0a9e9fb6fc2d994b2869c31927084906aa0da3c469c24beede24130ac7b7"
},
{
"id": 10006,
"name": "CONMEBOL Libertadores, Women",
"hash_image": "4d0f26f2d9f45dc6c1887cfae48203a692ceb53cd10f45439cd333432ebd6f67"
},
{
"id": 10008,
"name": "European University Games, Women",
"hash_image": "a0e097003834cb5dcdc98f6638aa9cbd571e809e88ed2a3a8dfea9db088b56c3"
},
{
"id": 10040,
"name": "Futsal Masters",
"hash_image": "c5b70166a2c2be2f2980f575fe3200e5b322b4e2f7d63147c4cc7d3e0213d3e0"
},
{
"id": 13525,
"name": "Spring League",
"hash_image": "f3c1778a5cfdc7458903ace99fed8803f85f49830b1474f0eec2cb43014275a0"
},
{
"id": 13793,
"name": "Intercontinental Futsal Cup, Placement matches",
"hash_image": "6138dca41aada75ddf911501c6211bb54567173dff5e86c9338869a21af714bd"
},
{
"id": 13832,
"name": "World of Futsal Cup, U20",
"hash_image": "46feeb211738760d4887bfdfbf83ad22adb16f97b3e087ce30ff90ba567b34ae"
},
{
"id": 13959,
"name": "Futsal Masters Cup",
"hash_image": "253a01fc828e06858d16a0e12edf9177a1769ce0400d34aecf53a9f1a35dc816"
},
{
"id": 14208,
"name": "Balticflora Open Cup",
"hash_image": "1bd613ea71232b60995b3460c3a44826bd60fa4e38e476906c490526d4e819f4"
}
]
}
]