NOTE: All endpoints can take a timezone parameter to provide as accurate data as possible for things like matches, scores, etc. Examples would be /today?timezone=PST
, /odds?timezone=Brasilia
, matches/today?timezone=EST
. If no timezone param is passed, the query will run against UTC.
/cards
http://worldcup2014bot.herokuapp.com/cards
/cards/team?name=usa
http://worldcup2014bot.herokuapp.com/cards/team?name=usa
/gifs
http://worldcup2014bot.herokuapp.com/gifs
/gifs/recap
http://worldcup2014bot.herokuapp.com/gifs/recap
/groups/:group
http://worldcup2014bot.herokuapp.com/groups/A
/links/:team_country_acronym
http://worldcup2014bot.herokuapp.com/links/USA
/odds
http://worldcup2014bot.herokuapp.com/odds
/scores/now
http://worldcup2014bot.herokuapp.com/scores/now
/scores
http://worldcup2014bot.herokuapp.com/scores
/scores/:team_country_acronym
http://worldcup2014bot.herokuapp.com/scores/bra
/scores/recap
http://worldcup2014bot.herokuapp.com/scores/recap
/matches
http://worldcup2014bot.herokuapp.com/matches
/matches/tomorrow
http://worldcup2014bot.herokuapp.com/matches/tomorrow
/matches/played
http://worldcup2014bot.herokuapp.com/matches/played
/teams