Things you need to know:
- The service is an HTTP Web Service. Meaning it’s RESTful apart from when it isn’t
 - The endpoint is here: http://api.joind.in
 - You can fetch data about events and talks (read-only) at this point
 - Formats available are HTML or JSON.  The service will guess from your accept header but you can override it with 
?format=jsonor?format=html - If you need more columns than you get by default, you can add 
?verbose=yesto your request - Pagination is available, with parameters 
resultsperpage(default 20, set to zero for no limits) andstart(default zero) - The service supports OAuth1.0a, which isn’t useful at this point as we’re read-only but it will come into play as we add functionality
 
Examples
Events list: http://api.joind.in/v2/events
Information about DPC11: http://api.joind.in/v2/events/603
Talks at DPC11: http://api.joind.in/v2/events/603/talks
Your Thoughts
Comments are welcome on this post. Bugs and feature requests should go to http://joindin.jira.com, read more about Joind.in and its community at http://joind.in/about

