Tournaments By Class
This endpoint allows you to retrieve the tournaments 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
langattribute. 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 tournaments from a specific class_idhttps://volleyball.sportmicro.com/tournaments-by-class?class_id=eq.{class_id}
Query Parameters
- class_id integer
The id of the class
Example: eq.41 - offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
- 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 charactersThe hash image of the class
- tournaments jsonb
The tournaments
[
{
"class_id": 41,
"class_name": "China",
"class_hash_image": "a68421cea4ae755dfb427d75f39427f9c341f401c0ce50610d36ebcf36b67b66",
"tournaments": [
{
"id": 57,
"name": "China Volleyball League - Group A",
"importance": 0
},
{
"id": 61,
"name": "China Volleyball League - Group B",
"importance": 0
},
{
"id": 63,
"name": "China Volleyball League - Group C",
"importance": 0
},
{
"id": 64,
"name": "China Volleyball League",
"importance": 0
},
{
"id": 71,
"name": "China Volleyball League - Group D",
"importance": 0
},
{
"id": 6106,
"name": "China National Volleyball Championship - Women",
"importance": 0
},
{
"id": 6107,
"name": "China Volleyball League - Women - Group A",
"importance": 0
},
{
"id": 6108,
"name": "China Volleyball League - Women - Group C",
"importance": 0
},
{
"id": 6110,
"name": "China Volleyball League - Women - Group B",
"importance": 0
},
{
"id": 6111,
"name": "China Volleyball League - Women - Placement 9-15",
"importance": 0
},
{
"id": 6113,
"name": "China Volleyball League - Women - Group F",
"importance": 0
},
{
"id": 6114,
"name": "China Volleyball League - Women - Championship R",
"importance": 0
},
{
"id": 6115,
"name": "China Volleyball League - Women - Group G",
"importance": 0
},
{
"id": 6116,
"name": "China Volleyball League - Women - Group D",
"importance": 0
},
{
"id": 45670,
"name": "China Volleyball League - Championship Round",
"importance": 0
},
{
"id": 45698,
"name": "China Volleyball League - Women - Group E",
"importance": 0
},
{
"id": 45703,
"name": "China Volleyball League - Group E",
"importance": 0
},
{
"id": 45731,
"name": "China Volleyball League - Women - Placement 5-8",
"importance": 0
},
{
"id": 45734,
"name": "China Volleyball League - Women - Group H",
"importance": 0
},
{
"id": 45807,
"name": "China Volleyball League - Women - Playoffs",
"importance": 0
},
{
"id": 45820,
"name": "China Volleyball League - Placement Round 9-14",
"importance": 0
},
{
"id": 45878,
"name": "China Volleyball League - Group H",
"importance": 0
},
{
"id": 45919,
"name": "China Volleyball League - Playoffs",
"importance": 0
},
{
"id": 45954,
"name": "China Volleyball League - Placement 5-8",
"importance": 0
},
{
"id": 46389,
"name": "China Volleyball League - Placement Round 9-13",
"importance": 0
},
{
"id": 46399,
"name": "China Volleyball League - Group G",
"importance": 0
},
{
"id": 46407,
"name": "China Volleyball League - Qualifying Round",
"importance": 0
},
{
"id": 46411,
"name": "China Volleyball League - Placement Round 9-11",
"importance": 0
},
{
"id": 46444,
"name": "China Volleyball League - Placement Round 12-14",
"importance": 0
},
{
"id": 46635,
"name": "China Volleyball League - Group F",
"importance": 0
},
{
"id": 48456,
"name": "China Volleyball League - Women - Qual. Playoffs",
"importance": 0
},
{
"id": 48466,
"name": "China Volleyball League - Qual. Playoffs",
"importance": 0
},
{
"id": 49849,
"name": "China Volleyball League - Placem. Quali. Playoffs",
"importance": 0
},
{
"id": 56797,
"name": "China Volleyball League - Women - Placement Round 9-",
"importance": 0
},
{
"id": 57023,
"name": "National Games - Women",
"importance": 0
},
{
"id": 57072,
"name": "U19 National Game - Women",
"importance": 0
},
{
"id": 61242,
"name": "National Volleyball Championship - Women",
"importance": 0
},
{
"id": 63578,
"name": "Cuva Championship - Women",
"importance": 0
},
{
"id": 63882,
"name": "National Volleyball Tournament",
"importance": 0
},
{
"id": 63936,
"name": "U21 National Volleyball Championship - women",
"importance": 0
},
{
"id": 63939,
"name": "U21 National Volleyball Championship",
"importance": 0
},
{
"id": 63993,
"name": "China Volleyball Tournament - Women",
"importance": 0
},
{
"id": 64002,
"name": "National Volleyball Championship",
"importance": 0
},
{
"id": 71618,
"name": "China Volleyball League - Rel/Prom Playoff",
"importance": 0
}
]
}
]