Skip to main content

Matches Games Rounds

This endpoint allows you to retrieve the rounds from a specific game.

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 several times per day.
Recommended Calls: Limit calls to 1 every 15 minutes.

Use Cases

Get rounds from a specific esports_game_id
https://esports.sportdevs.com/matches-games-rounds?esports_game_id=eq.{esports_game_id}

Query Parameters
  • esports_game_id integer

    Default value: eq.54

    The id of the game

  • 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
  • esports_game_id integer

    The id of the game

    Note: This is a Foreign Key to matches-games.id.

  • rounds jsonb

    The rounds of the game

Loading...