API Constants & Schemas
Constants
Constant
Description
Value(s)
Schemas
Team
{
"id": <(String) team id>,
"codes": [<(String team code>...],
"otrScore": <(Float) team OTR Score>,
"goldBids": <(Int) number of gold bids>,
"silverBids": <(Int) number of silver bids>,
"prelimRecord": [
<(Int) overall number of prelim wins>,
<(Int) overall number of prelim losses>
],
"breakRecord": [
<(Int) overall number of elim wins>,
<(Int) overall number of elim losses>
],
"breakPCT": <(Float) decimal percent of tournaments with elim runs>,
"tournaments": [<(Tournament)>...]
}Tournament
Last updated