Omnidex

Get Omnidex event by ID.

get

This returns an Omnidex event matching the provided ID.

Path parameters
event_idnumberRequiredExample: 27292
Responses
chevron-right
200Success
application/json

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
chevron-right
200

The matching event's team.

application/json

The matching event's team.

countrystringRequired
cpnumberRequired
emblemstring · enumRequiredPossible values:
idnumberRequired
ranknumberRequired
usernamestringRequired
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
chevron-right
200

The matching event's team.

application/json

The matching event's team.

namestringRequired
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
chevron-right
200

The matching event's team.

application/json

The matching event's team.

countrystringRequired
cpnumberRequired
emblemstring · enumRequiredPossible values:
idnumberRequired
ranknumberRequired
usernamestringRequired
judgeExperiencenumberRequired
judgeLevelnumberRequired
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
chevron-right
200Success
application/json

The matching event's team.

idnumberRequired
standingsany ofRequired
or
statusstring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
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
chevron-right
200

The matching event's pairings.

application/json

The matching event's pairings.

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
chevron-right
200

The matching event's team.

application/json

The matching event's team.

playernumberRequired
visibleboolean · enumRequiredPossible values:
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
chevron-right
200Success
application/json

The matching event's statistics.

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

Last updated