API Documentation

funpop.net has a simple and easy to use REST API. Getting started is easy, so check out the docs below and you'll be up and running in a few minutes.

Listing Articles

You can get a list of all articles by requesting the URL http://funpop.net/articles.xml. You will get back an XML document of the last 50 articles. If you want atom (though this has less data) you can use http://funpop.net/articles.atom.

Getting a specific article

If you want the data for a specific article you can request the date-based article URL with .xml added, like this http://funpop.net/2009/07/07/time-lapse-shrooms.xml or you can request the alternate path http://funpop.net/articles/time-lapse-shrooms.xml. In the last two examples 'time-lapse-shrooms' was the article id and should be replaced with the desired article id.

Other stuff

That's it for now, it covers the major uses, but more will be added if needed. Just drop us a line.