Documentation
This page contains all available endpoints for the Tabroom REST API and their specificaiton.
Query Debaters
GET
URL: https://tournaments.tech/query
Search for a debater/entry within a specified format, year, and circuit.
Query Parameters
format*
String
A recognized debate format (see API Constants & Schemas for more).
circuit*
String
A recognized debate circuit for the specified format (see API Constants & Schemas for more).
year*
String
A recognized debate year for the specified circuit (see API Constants & Schemas for more).
team
String
An ID (see API Constants & Schemas for more) of a specific team that exists on the supplied format, circuit, and year. If provided, you'll only recieve data for that team.
term
String
The term to query against the specified format, circuit, and year. Can be any combination of the entry's full names or any of the entry's codes.
Stable URL For Debaters
GET
URL: https://tournaments.tech/stable/:fullNames
A stable URL that can be safely linked in College Apps, etc. which will redirect to the team's latest page for the specified format, circuit, and year.
Path Parameters
fullNames*
String
The full names (URL safe) of the debater(s) of the entry.
Query Parameters
format*
String
A recognized debate format (see API Constants & Schemas for more).
circuit*
String
A recognized debate circuit for the specified format (see API Constants & Schemas for more).
year*
String
A recognized debate year for the specified circuit (see API Constants & Schemas for more).
api
Boolean
Whether to provide an API-style response (the currentURL as a String) or human-style response (redirect to the currentURL). Defaults to False.
Get Leaders
GET
URL: https://tournaments.tech/leaders
Get a leaderboard for a specified format, circuit, and year. Uses the OTR Score to generate leaders.
Query Parameters
format*
String
A recognized debate format (see API Constants & Schemas for more).
circuit*
String
A recognized debate circuit for the specified format (see API Constants & Schemas for more).
year*
String
A recognized debate year for the specified circuit (see API Constants & Schemas for more).
Last updated