faceit_getLeagueSeason
Fetch season details for a FACEIT league, including standings, divisions, and dates.
Instructions
Retrieve details of a season of a league on FACEIT
Use to fetch one season of a league (standings, divisions, dates).
Endpoint: GET /leagues/{league_id}/seasons/{season_id}
Parameters:
league_id (path, str, required): The id of the league
season_id (path, int, required): The id of the season
Returns: Season details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | ||
| season_id | Yes |