SpaceAPI implementation
What is it?
The HackerSpace Status API proposes a unified syntax to publish information about a hackerspace for consumption by javascript widgets, mobile apps and other scripts or programs. The API is flexible, and allows for custom extensions.
read more | git |
All of this was written a long time ago. We are now closed.
Don't expect this page to follow the evolutions of the SpaceAPI project.
Our status.json resource is located at http://spaceapi.leloop.org/status.json.
The file is written manually whenever we have something to update, but we don't need to update it very often (once a month is a lot).
Bots, please follow this guidelines:
{ "api":"0.13", "space":"Le Loop", "url":"http://leloop.org/", "contact": { "twitter":"@Le_Loop", "irc":"irc://irc.freenode.org/leloop", "email":"contact@leloop.org", "ml":"leloop@lists.leloop.org" }, "feeds": { "blog":{ "type":"application/rss+xml","url":"http://leloop.org/feed/" } }, "state": { "open":false, "lastchange":1440633600 }, "status":"Definitively closed.", "logo":"https://wiki.leloop.org/images/thumb/1/17/LeLoop-brainfuck.png/120px-LeLoop-brainfuck.png", "icon": { "open":"https://spaceapi.leloop.org/img/open.png", "closed":"https://spaceapi.leloop.org/img/closed.png" }, "cache": { "schedule": "m.99" }, "issue_report_channels":[ "email" ] }
[ kopimi | contact | LeLoop.org ]