Wednesday, February 15, 2012

JSONP-capable API's

Just some popular sites that provide JSONP API: 

Twitter http://api.twitter.com/1/statuses/user_timeline.json?screen_name=[username] 

GitHub http://github.com/api/v2/json/repos/show/[username]?sortBy=pushed_at 

TwitPic http://api.twitpic.com/2/users/show.jsonp?username=[username]

Flickr http://api.flickr.com/services/rest?method=flickr.people.getPublicPhotos&format=json&api_key=somekey&user_id=[userId]@N00&per_page=15

Do you know more, dear reader?

2 comments:

  1. Great finding!
    Also, I have found a whole directory of JSONP API's here:
    http://www.programmableweb.com/apis/directory/1?format=JSONP

    ReplyDelete