Teams By Tournament
This endpoint allows you to retrieve the teams from a specific tournament.
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 teams from a specific tournament_idhttps://floorball.sportdevs.com/teams-by-tournament?tournament_id=eq.{tournament_id}
Query Parameters
- tournament_id integer
Default value:
eq.1168
The id of the tournament
- 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
- tournament_id integer
The id of the tournament
Note: This is a Primary Key.
- tournament_name text
The name of the tournament
- teams jsonb
The teams
[
{
"tournament_id": 1168,
"tournament_name": "Extraliga",
"teams": [
{
"team_id": 51666,
"team_name": "FbS Bohemians",
"team_hash_image": "0279a2a63f65c8d0d61ca229628d30004db5f083f0ff205a34289d58d15d46cd"
},
{
"team_id": 51843,
"team_name": "itelligence Bulldogs Brno",
"team_hash_image": "1bb5f7d363f4223f42cc1716616e85bf6caf1b1eadfb3ae68ff3b60bc010b348"
},
{
"team_id": 51797,
"team_name": "Hu-Fa Panthers Otrokovice",
"team_hash_image": "7985e1170d2f870981335db82fceecde315c064386de02f8421272b42637b4bc"
},
{
"team_id": 51631,
"team_name": "FBC Liberec",
"team_hash_image": "fb4f99c7905a647cfc11e177982221ae396d49f79804d95ae4702692fb34d52a"
},
{
"team_id": 51699,
"team_name": "Sokol Kral Vinohrady",
"team_hash_image": "a3b780ce826ee24d41b15bbb6716dd3e87cb2755b41b41579a6198425e535569"
},
{
"team_id": 51773,
"team_name": "Sokol Pardubice",
"team_hash_image": "e1854b35ba7aea9d1672ef89c617ff231e01423108349b993d5be39ac62e6da8"
},
{
"team_id": 51927,
"team_name": "SK Bivoj Litvinov",
"team_hash_image": "8a262afaa89c102f0a9ffee9602615cd3e76d25394ddb518b7fe19e199d92db5"
},
{
"team_id": 51578,
"team_name": "FAT PIPE Florbal Chodov",
"team_hash_image": "ada16aaecde658d37dc6417357499904211f9b2115ff0a1bb9e634629a891859"
},
{
"team_id": 51697,
"team_name": "FBC Bystron Group Ostrava",
"team_hash_image": "73326adcd845c4b9bbfa8c5b3e2305deaada56659f258e0aacb2442ade1a43b3"
},
{
"team_id": 51639,
"team_name": "1. SC TEMPISH Vítkovice",
"team_hash_image": "9e598e9bb7996ea8be66c0053f2a5388d0bd6f240419c314683fab1844b61e16"
},
{
"team_id": 51736,
"team_name": "Black Angels",
"team_hash_image": "940a3e5e7790e55f9c30d6ca25832cc708f098fd7fc84c880dbe9b937b8740e3"
},
{
"team_id": 51860,
"team_name": "TJ Znojmo LAUFEN CZ",
"team_hash_image": "2b906eb5d4930953dd1985e4a4f51e85e32cd5022fad5c34b84b4405b9540f91"
},
{
"team_id": 51899,
"team_name": "Florbal Ústí",
"team_hash_image": "10adc078ee3e5018f75f79df63e7953105e4cfeac611ce0af17b9206b82d5119"
},
{
"team_id": 2222,
"team_name": "Tatran Střešovice",
"team_hash_image": "73c1116648410d53ab76d5dff7dd271a1cb7be39d5f1f226d0ec300898948026"
},
{
"team_id": 51603,
"team_name": "Technology Mladá Boleslav",
"team_hash_image": "f24b3729cb383079897e68bec09d7662933fd8499ec14ff5b1298dc8512013ac"
},
{
"team_id": 51677,
"team_name": "ACEMA Sparta Praha",
"team_hash_image": "4922ebfda145153621325245cb1a6d62a3f357593f209bca208ec3e902388c67"
}
]
}
]