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://football.sportmicro.com/tournaments-by-class?class_id=eq.{class_id}
Query Parameters
- class_id integer
The id of the class
Example: eq.1 - 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": 1,
"class_name": "England",
"class_hash_image": "39bcba0feb303912d90fe5917cdfbabab8d0ac780d3c73f387344293b2e3ae58",
"tournaments": [
{
"id": 562,
"name": "League One",
"importance": 253
},
{
"id": 599,
"name": "League Two",
"importance": 251
},
{
"id": 606,
"name": "National League",
"importance": 0
},
{
"id": 673,
"name": "Championship",
"importance": 357
},
{
"id": 1068,
"name": "FA Cup",
"importance": 487
},
{
"id": 1727,
"name": "FA Cup - Qualification",
"importance": 0
},
{
"id": 2851,
"name": "EFL Trophy - Northern Group A",
"importance": 85
},
{
"id": 2967,
"name": "EFL Trophy - Northern Group E",
"importance": 81
},
{
"id": 3314,
"name": "Baller League UK",
"importance": 0
},
{
"id": 4193,
"name": "National League Cup - Group D",
"importance": 0
},
{
"id": 4524,
"name": "England National League Cup - Group A",
"importance": 0
},
{
"id": 6962,
"name": "Women's Super League",
"importance": 22
},
{
"id": 6979,
"name": "EFL Trophy - Southern Group H",
"importance": 70
},
{
"id": 6982,
"name": "League One - Playoffs",
"importance": 252
},
{
"id": 6989,
"name": "EFL Trophy - Southern - Group E",
"importance": 73
},
{
"id": 7017,
"name": "Championship - Playoffs",
"importance": 356
},
{
"id": 7021,
"name": "EFL Trophy - Southern - Group D",
"importance": 74
},
{
"id": 7074,
"name": "EFL Cup",
"importance": 486
},
{
"id": 7747,
"name": "Women's FA Cup",
"importance": 0
},
{
"id": 7885,
"name": "Super League 2 - Women",
"importance": 0
},
{
"id": 8077,
"name": "League Two - Playoffs",
"importance": 250
},
{
"id": 8094,
"name": "EFL Trophy - Southern Group B",
"importance": 76
},
{
"id": 8102,
"name": "League Cup - Women - Playoffs",
"importance": 0
},
{
"id": 8112,
"name": "FA Women's League Cup - Group C",
"importance": 0
},
{
"id": 8114,
"name": "FA Women's League Cup - Group E",
"importance": 0
},
{
"id": 8126,
"name": "FA Women's League Cup - Group A",
"importance": 0
},
{
"id": 8853,
"name": "Baller League UK - Final Four",
"importance": 0
},
{
"id": 8887,
"name": "Cheshire Veterans Football League - Premier Division",
"importance": 0
},
{
"id": 8932,
"name": "EFL Trophy - Northern Group F",
"importance": 80
},
{
"id": 9486,
"name": "EFL Trophy - Southern Group F",
"importance": 72
},
{
"id": 9632,
"name": "EFL Trophy - Knockout stage",
"importance": 86
},
{
"id": 9660,
"name": "EFL Trophy - Northern Group D",
"importance": 82
},
{
"id": 9971,
"name": "Community Shield",
"importance": 724
},
{
"id": 10259,
"name": "EFL Trophy - Northern Group H",
"importance": 78
},
{
"id": 11072,
"name": "FA Women's League Cup - Group D",
"importance": 0
},
{
"id": 11201,
"name": "EFL Trophy - Northern Group G",
"importance": 79
},
{
"id": 11655,
"name": "EFL Trophy - Northern Group B",
"importance": 84
},
{
"id": 12215,
"name": "FA Women's League Cup - Group B",
"importance": 0
},
{
"id": 12295,
"name": "England National League Cup - Group B",
"importance": 0
},
{
"id": 12855,
"name": "EFL Trophy - Northern Group C",
"importance": 83
},
{
"id": 12858,
"name": "EFL Trophy - Southern Group A",
"importance": 77
},
{
"id": 12862,
"name": "EFL Trophy - Southern Group C",
"importance": 75
},
{
"id": 12867,
"name": "EFL Trophy - Southern Group G",
"importance": 71
},
{
"id": 14029,
"name": "England National League Cup - Group C",
"importance": 0
},
{
"id": 14067,
"name": "England National League Cup - Group D",
"importance": 0
},
{
"id": 15441,
"name": "National League Cup - Knockout Stage",
"importance": 0
},
{
"id": 15984,
"name": "National League Cup - Group B",
"importance": 0
},
{
"id": 16414,
"name": "England National League Cup - Playoffs",
"importance": 0
},
{
"id": 18395,
"name": "National League - Playoffs",
"importance": 0
},
{
"id": 19176,
"name": "FA Youth Cup",
"importance": 0
},
{
"id": 55545,
"name": "Baller League UK - Legends vs Creators",
"importance": 0
},
{
"id": 66364,
"name": "National League Cup - Group A",
"importance": 0
},
{
"id": 66365,
"name": "National League Cup - Group C",
"importance": 0
},
{
"id": 67007,
"name": "Northern Group D",
"importance": 66
},
{
"id": 67016,
"name": "First Division",
"importance": 0
},
{
"id": 67694,
"name": "Northern Group A",
"importance": 69
},
{
"id": 67697,
"name": "Southern Group C",
"importance": 59
},
{
"id": 67700,
"name": "Southern Group H",
"importance": 54
},
{
"id": 68265,
"name": "Northern Group F",
"importance": 64
},
{
"id": 68266,
"name": "Southern Group F",
"importance": 56
},
{
"id": 68267,
"name": "Southern Group B",
"importance": 60
},
{
"id": 68268,
"name": "Northern Group G",
"importance": 63
},
{
"id": 68282,
"name": "Northern Group E",
"importance": 65
},
{
"id": 68284,
"name": "Southern Group G",
"importance": 55
},
{
"id": 68291,
"name": "Southern Group A",
"importance": 61
},
{
"id": 68292,
"name": "Northern Group B",
"importance": 68
},
{
"id": 68293,
"name": "Northern Group H",
"importance": 62
},
{
"id": 68296,
"name": "Southern Group E",
"importance": 57
},
{
"id": 68297,
"name": "Southern Group D",
"importance": 58
},
{
"id": 68304,
"name": "Northern Group C",
"importance": 67
},
{
"id": 69853,
"name": "Baller League UK - All-Stars",
"importance": 0
},
{
"id": 71033,
"name": "First Division - Relegation/Promotion Playoffs",
"importance": 0
},
{
"id": 104579,
"name": "Championship - Promotion Playoffs",
"importance": 0
}
]
}
]