A twitpic JSON API to get your photos back out.
I built this out of frustration with the current Twitpic API, that you can only upload your images.
This content belongs to us, so we should be able to port it elsewhere if we wish.
Note that I've not run a lot of testing on this API, and if you spot an error, drop me an issue report.
Usage
I've limited the results to one page per hit - i.e. 10 results from Twitpic, otherwise it can take ages to return. Pass in the page param to get the next page.
- http://twitpicapi.appspot.com/rem
- http://twitpicapi.appspot.com/rem?callback=mypics
- http://twitpicapi.appspot.com/rem?callback=mypics&page=2
Example
[{
id: 'abc',
url: 'http://s3.amazonaws.com/twitpic/...',
twitpic_url: 'http://twitpic.com/show/large/abc',
date: '2009-09-13',
title: 'My birthday pic'
}]
Open Source
All the code is available on GitHub, so feel free to fork and contribute.