Live data from Hacker News

Show HN: March Madness for Hackers

codersbracket.com

61–63 of 63 posts

Re: Show HN: March Madness for Hackers

#61
post #60
post #56

Earlier quoted context omitted.

There's a few exposed json endpoints for data, the matchup page, team page, and player page. eg team: http://madness.io/teams/fak.json eg player: http://madness.io/players/1772.json eg matchup: http://madness.io/matchup/dae/vs/oad/1395332100.json

Is there any endpoint for teams.json or would I need to request each individually? Even if it was just the season stats without the game stats it would be useful.

There is not one at this moment. It's quite an expensive request to serve season stats for n teams.

Re: Show HN: March Madness for Hackers

#62
post #61
post #60

Earlier quoted context omitted.

Is there any endpoint for teams.json or would I need to request each individually? Even if it was just the season stats without the game stats it would be useful.

There is not one at this moment. It's quite an expensive request to serve season stats for n teams.

That's what I figured. Good stuff anyway.

Re: Show HN: March Madness for Hackers

#63
post #62
post #61

Earlier quoted context omitted.

There is not one at this moment. It's quite an expensive request to serve season stats for n teams.

That's what I figured. Good stuff anyway.

Send me an email through the site with your email, and I can give you a json file of the stats. It just wouldn't be practical to keep it up as a reachable endpoint - too costly
Post reply on HN