Omnidex

Get Omnidex event by ID.

get

This returns an Omnidex event matching the provided ID.

Path parameters
event_idnumberRequiredExample: 27292
Responses
200Success
application/json
Responseany of

The matching event.

or
get
/omnidex/events/{event_id}

Get players in an Omnidex event.

get

This returns a list of players participating in the event.

Path parameters
event_idnumberRequiredExample: 27292
Responses
200

The matching event's team.

application/json
get
/omnidex/events/{event_id}/players

Get teams in an Omnidex event.

get

This returns a list of teams participating in the event (if applicable).

Path parameters
event_idnumberRequiredExample: 27292
Responses
200

The matching event's team.

application/json
get
/omnidex/events/{event_id}/teams

Get judges in an Omnidex event.

get

This returns a list of judges in the event.

Path parameters
event_idnumberRequiredExample: 27292
Responses
200

The matching event's team.

application/json
get
/omnidex/events/{event_id}/judges

Get an Omnidex event's standings.

get

This returns Swiss stage standings for the event.

Path parameters
event_idnumberRequiredExample: 27292
Responses
200Success
application/json
get
/omnidex/events/{event_id}/standings

Get an Omnidex event's pairings.

get

This returns pairings for an event. By default it returns the latest stage and round.

Path parameters
event_idnumberRequiredExample: 27292
Query parameters
roundnumberOptional

A round ID.

Example: 1
stagenumberOptional

A stage ID.

Example: 1
Responses
200

The matching event's team.

application/json
get
/omnidex/events/{event_id}/pairings

Get an Omnidex event's decklists.

get

This returns public decklist data for the event (if available).

Path parameters
event_idnumberRequiredExample: 27292
Responses
200

The matching event's team.

application/json
get
/omnidex/events/{event_id}/decklists

Get statistics for an Omnidex event.

get

This returns public statistics data for an Omnidex event (if available).

Path parameters
event_idnumberRequiredExample: 27292
Responses
200Success
application/json
Responseany of

The matching event's statistics.

or
or
or
get
/omnidex/events/{event_id}/statistics

Last updated