contest_id for one contest, omit it to list contests
with filters.
REST equivalents: GET /open/v1/contests/{id} and GET /open/v1/contests
Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
contest_id | string (uuid) | Omit to list | |
status | upcoming | open | pending_reveal | settled | voided | List mode | |
round | string | List mode | |
cursor / limit | List mode |
Returns
Single contest, captured live:- Knockout fixtures not yet determined show placeholder option titles
(
W101= “winner of match 101”); they update once the bracket resolves. - After settlement, the winning option has
is_correct: true, and the contest carriessettled_at(orvoid_reasonif voided). - List mode returns
{data, next_cursor, has_more}of the same objects.
Example prompts
- “What World Cup matches can I pick this week?”
- “Show the final — who’s the favorite by entries?”
- “Which settled contests did most people get wrong?”
Related
get_leaderboard (contest scope) ·
list_topics