Query a Liquipedia datapoint
queryRetrieve esports data from Liquipedia v3 by specifying a datapoint type (match, team, player, etc.) and wiki, with optional conditions for filtering and ordering.
Instructions
Low-level access to any Liquipedia v3 datapoint. Supported datapoints: match, team, player, tournament, placement, standingsentry, transfer, teamtemplate, squadplayer, series, company, externalmedialink. Provide the wiki and an optional raw conditions string (Liquipedia [[field::value]] syntax joined by AND/OR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki | Yes | Liquipedia wiki(s) to query, e.g. 'valorant', 'counterstrike', 'dota2'. Pipe-separate multiple wikis: 'valorant|counterstrike'. | |
| limit | No | Max rows to return (default 20). | |
| order | No | Sort order, e.g. 'date DESC' or 'date ASC'. | |
| query | No | Comma-separated list of fields to return (projection), e.g. 'pagename,date,opponent'. | |
| offset | No | Row offset for pagination. | |
| groupby | No | Group-by clause, e.g. 'tournament::asc'. | |
| datapoint | Yes | The Liquipedia datapoint / endpoint to query. | |
| conditions | No | Raw Liquipedia condition string, e.g. '[[opponent::Team A]] AND [[date::>2024-01-01]]'. Combined (AND) with any structured filters. Use OR/AND and [[field::value]] syntax. |