Get event standings
get_event_standingsGet an event's final or current standings, ordered best first, with each entrant's seed for upset visibility. Paginate results or fetch all pages.
Instructions
Get an event's standings (final or current placements), best first. Includes each entrant's seed so upsets are visible. Use perPage 8 for Top 8.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full start.gg event URL, e.g. https://www.start.gg/tournament/genesis-9/event/ultimate-singles. | |
| page | No | Page number, 1-based. Default 1. | |
| slug | No | Event slug in the form "tournament/<t>/event/<e>". | |
| eventId | No | Numeric start.gg event id. Provide exactly one locator. | |
| perPage | No | Results per page, max 100. Default 25. | |
| fetchAll | No | Fetch all pages (up to a safety cap) instead of one page. Ignores the page argument. |