Thebluealliance
Connector for the thebluealliance API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.thebluealliance.com/api/v3 - Auth:
header:X-TBA-Auth-Key(pass your key via theapiKeyinput)
Operations
getdistrictevents— GET /district/{district_key}/events — Gets a list of events in the given district.getdistricteventskeys— GET /district/{district_key}/events/keys — Gets a list of event keys for events in the given district.getdistricteventssimple— GET /district/{district_key}/events/simple — Gets a short-form list of events in the given district.getdistrictrankings— GET /district/{district_key}/rankings — Gets a list of team district rankings for the given district.getdistrictteams— GET /district/{district_key}/teams — Gets a list ofTeamobjects that competed in events in the given district.getdistrictteamskeys— GET /district/{district_key}/teams/keys — Gets a list ofTeamobjects that competed in events in the given district.
Inputs
apiKey— your thebluealliance API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getdistrictevents
apiKey: <your key>