List tournament standings (points table)
list_standingsRetrieve ranked standings and points tables for esports tournaments, with teams sorted by placement from the current round.
Instructions
Fetch the ranked standings / points table for a tournament. Ideal for battle-royale events (Apex/ALGS, PUBG, Fortnite) and any group-stage points table. Returns teams SORTED by placement with their points, using the latest round snapshot. Pass the tournament's page name (from a match/tournament row's pagename, e.g. 'Apex Legends Global Series/2026/Split 1/Playoffs').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki | Yes | Single wiki, e.g. 'apexlegends'. | |
| limit | No | Max teams to return (default 100). | |
| stage | No | Optional sub-table filter matched against the page name, e.g. 'Group', 'Survivor', 'Final'. | |
| tournament | Yes | Tournament page name (its standings parent), spaces or underscores, e.g. 'Apex Legends Global Series/2026/Split 1/Playoffs'. |