developers

blippr has been designed from the very beginning to ensure that developers will have standards-compliant access to blippr's data and services so that those interested can use it to build awesome new web apps.

There are a number of REST API calls that you can currently make, which return various useful data in a variety of formats. The API is currently read-only, but you can expected authenticated write APIs in the near future, as well, letting you blip stuff, modify your lists, and more from the comfort of your own code.

While we're putting this all together, feel free to contact us and let us know if there's a particular API feature that you'd like to see! There's no better time than now to make sure blippr is going to serve you as you want. We can't wait to see what you do with blippr's data, and we'd love to hear from you if you end up doing something with it!

developer key

In order to access these API calls, you will need to supply a developer key as a part of your request.
Please log in to get your own developer key.

response formats

All calls can return response data in XML, YAML, and JSON formats. Additionally, JSON calls accept an additional parameter called "callback" or "jsonp" which serves to name a function for JSONP compatiblility.