Skip to content
josephbisch edited this page Apr 12, 2012 · 1 revision

#Documentation - The Blue Alliance API The Blue Alliance is a FIRST Robotics match archive website. The Blue Alliance API provides you with the same data available on The Blue Alliance website. This data includes team information, event information and match results.

##API Clients TODO: Put info when someone writes a client

##Usage The API returns data in JSON format. For more information on JSON, visit json.org. There you will also find links to JSON libraries for many programming languages.

###Teams

####ApiTeamsShow

Description Information about teams
URL
Accepts teams, a CSV string of team_keys
Returns key,team_number,name,nickname,website,event_keys,location
Clone this wiki locally