Skip to main content

News Matches

This endpoint allows you to retrieve the news from matches.

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 2 hours.
Recommended Calls: Limit calls to 1 every 2 hours.

Use Cases

Get news from a specific match_id
https://esports.sportdevs.com/news-matches?match_id=eq.{match_id}

Query Parameters
  • match_id integer

    Default value: eq.26100

    The id of the match

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

    The id of the match

  • date timestamp with time zone

    The date of the match

  • title text

    The title of the news

  • subtitles jsonb

    The subtitles

Loading...