Skip to content

Instantly share code, notes, and snippets.

@josephbisch
Created April 12, 2012 15:58
Show Gist options
  • Save josephbisch/2368584 to your computer and use it in GitHub Desktop.
Save josephbisch/2368584 to your computer and use it in GitHub Desktop.
TBA API Documentation

#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment