GET /leagues/{league_id_or_slug}/matches/upcoming

pandascore.co

Summary: Get upcoming matches for league
Operation ID: get_leagues_leagueIdOrSlug_matches_upcoming
Auth: unknown
Description

List upcoming matches for the given league

Parameters (7)

filter (?, query, optional)

Options to filter results. String fields are case sensitive

league_id_or_slug (?, path, required)

A league ID or slug

page (?, query, optional)

Pagination in the form of `page=2` or `page[size]=30&page[number]=2`

per_page (integer, query, optional, default: 50)

Equivalent to `page[size]`

Constraints: {'minimum': 1, 'maximum': 100}

range (?, query, optional)

Options to select results within ranges

search (?, query, optional)

Options to search results

sort (?, query, optional)

Options to sort results

No probe data for this endpoint yet.