GET /videogames/{videogame_id_or_slug}/tournaments

pandascore.co

Summary: Get tournaments for a videogame
Operation ID: get_videogames_videogameIdOrSlug_tournaments
Auth: unknown
Description

List tournaments of the given videogame

Parameters (7)

filter (?, query, optional)

Options to filter results. String fields are case sensitive

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

videogame_id_or_slug (?, path, required)

A videogame ID or slug

No probe data for this endpoint yet.