Then it is working.
API = Application Programming Interface
And the JSON ( http://www.json.org/ ) that you are viewing describes the API.
D = data, and in this case contains links to tell you to add /api to the URL, and the next level down will tell you to add /v1 to the URL.
So you should go to http://home.buro9.com/api/v1/
And there you can see there are lots of choices, to create microcosms, and then in those to create polls, events, conversations, etc.
Basically, this is the API working.
It's not the web site, just the programming interface.
@Velocio started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Then it is working.
API = Application Programming Interface
And the JSON ( http://www.json.org/ ) that you are viewing describes the API.
D = data, and in this case contains links to tell you to add /api to the URL, and the next level down will tell you to add /v1 to the URL.
So you should go to http://home.buro9.com/api/v1/
And there you can see there are lots of choices, to create microcosms, and then in those to create polls, events, conversations, etc.
Basically, this is the API working.
It's not the web site, just the programming interface.