Skip to main content

Seasons Info

This endpoint allows you to retrieve the info from seasons.

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 info from a specific season_id
https://rugby.sportdevs.com/seasons-info?season_id=eq.{season_id}

Query Parameters
  • season_id integer

    Default value: eq.12109

    The id of the season

  • offset string

    Default value: 0

    Limiting and Pagination

  • limit string

    Default value: 50

    Limiting and Pagination

  • lang string

    Default value: en

    Multi-language

Responses

OK


Schema array
  • season_id integer

    The id of the season

    Note: This is a Primary Key.

  • season_name text

    The name of the season

  • home_wins integer

    The number of home team wins by the season

  • away_wins integer

    The number of away team wins by the season

  • draws integer

    The number of draws by the season

  • rounds integer

    The number of rounds by the season

  • competitors integer

    The number of competitors by the season

  • total_prize_money integer

    The number of total prize money by the season

  • total_prize_money_currency text

    The currency of the total prize money by the season

  • city text

    The host city of the season

  • countries string[]

    The host countries of the season

  • higher_tournament_teams jsonb

    The number of newcomers higher tournaments by the season

  • lower_tournament_teams jsonb

    The number of newcomers lower tournaments by the season

Loading...