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://volleyball.sportdevs.com/teams-by-tournament?tournament_id=eq.{tournament_id}
Query Parameters
- tournament_id integer
Default value:
eq.937
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": 937,
"tournament_name": "PlusLiga",
"teams": [
{
"team_id": 45059,
"team_name": "PSG Stal Nysa",
"team_hash_image": "e20df21c114a6f9c119c55b1481b09433d899ee43c81356eca2bc46dff8c1f32"
},
{
"team_id": 44808,
"team_name": "Projekt Warszawa",
"team_hash_image": "f8d8ae848d35d0798cbae28e52e49bd22fd9617efc28dc03e997ab05bce28e97"
},
{
"team_id": 45071,
"team_name": "GKS Katowice",
"team_hash_image": "64005681576ed9000009d0b32e4d836e50ae92e58439e8ae7c6bd888b9d828c4"
},
{
"team_id": 45729,
"team_name": "AZS Częstochowa",
"team_hash_image": "ae7e3b26e013be7f49286a776f8bd9e69f4f8fe682bc4fcbd6e9b37941023e0a"
},
{
"team_id": 1860,
"team_name": "Grupa Azoty ZAKSA Kędzierzyn-Koźle",
"team_hash_image": "91cd7d71c82d7acf739645e890dd56dbb0f67b74bb3e8dc348d6065a557d4a32"
},
{
"team_id": 45041,
"team_name": "Indykpol AZS Olsztyn",
"team_hash_image": "1b3c2a55c55302272e8c1161466f5dcedced98089e9044925f17fcc510842808"
},
{
"team_id": 45098,
"team_name": "Ślepsk Malow Suwałki",
"team_hash_image": "7fcc9c4594945099f0d35f8c07a59e8056379f6a9dda2fb3fc90603b98d272c7"
},
{
"team_id": 45023,
"team_name": "KGHM Cuprum Lubin",
"team_hash_image": "3749422ceaebeb630d11de5425c5ceceeea79573667365be30d0b5f30b6412f1"
},
{
"team_id": 1802,
"team_name": "Jastrzębski Węgiel",
"team_hash_image": "08d767170ed95b7a10b23868e9dd93a21dcd79dc7519ef69f568ca06125ae87d"
},
{
"team_id": 45328,
"team_name": "MKS Będzin",
"team_hash_image": "4f972ce54876f4cf99fd69748fa3a7c064036ba807b6e4d412557574b074fe52"
},
{
"team_id": 45650,
"team_name": "Dafi Społem Kielce",
"team_hash_image": "37f6ebe0ba734ebca9fa77db51a5d4dd64f6daaedb2d50cf7ae019b1857a06da"
},
{
"team_id": 45110,
"team_name": "Enea Czarni Radom",
"team_hash_image": "6ba63273d3bacbfef502feb7aa2da21f8eb85647b0f784c7f2716db89367527a"
},
{
"team_id": 44940,
"team_name": "Trefl Gdańsk",
"team_hash_image": "c594304f822c3751f53aeed8b754dae4b70bafceeeec796bb6fb3d76b476d8cf"
},
{
"team_id": 1880,
"team_name": "PGE Skra Bełchatów",
"team_hash_image": "6b6cd91344eb93376c57056b8c4e8d97bf441e3958f36daaef48fe8137950a92"
},
{
"team_id": 44974,
"team_name": "Asseco Resovia Rzeszów",
"team_hash_image": "74570a75ec8a59152d41b6f266c14155035bc83ee146d3511cf3b13013e6ad9f"
},
{
"team_id": 45048,
"team_name": "Aluron CMC Warta Zawiercie",
"team_hash_image": "31d345f2acde9bc32c4c38432beda21ac3889fe740c07a1d02525620de114274"
}
]
}
]