Skip to main content

Matches Games Lineups

This endpoint allows you to retrieve the lineups 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 lineup from a specific esports_game_id
https://esports.sportdevs.com/matches-games-lineups?esports_game_id=eq.{esports_game_id}

Get lineup from a specific esports_game_id and team_id
https://esports.sportdevs.com/matches-games-lineups?esports_game_id=eq.{esports_game_id}&team_id=eq.{team_id}

Query Parameters
  • esports_game_id integer

    Default value: eq.1

    The id of the game

  • team_id integer

    Default value: eq.38412

    The id of the team

  • 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.

  • team_id integer

    The id of the team

    Note: This is a Foreign Key to teams.id.

  • players jsonb

    The players

Loading...