Skip to main content

Matches By Date League

This endpoint allows you to retrieve the matches from a specific date and league. The date has a format of YYYY-DD-MM.

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 matches from a specific date and league_id
https://aussie-rules.sportdevs.com/matches-by-date-league?date=eq.{date}&league_id=eq.{league_id}

Query Parameters
  • date text

    Default value: eq.2009-03-26

    The date

  • league_id integer

    Default value: eq.3506

    The id of the league

  • 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
  • date text

    The date

  • league_id integer

    The id of the league

  • league_name text

    The name of the league

  • league_hash_image character varying

    Possible values: <= 64 characters

    The hash image of the league

  • matches jsonb

    The matches

Loading...