API Information

We are starting to release various HTTP / REST based web services to help you interact with TwapperKeeper's archive engine. If you are interested in getting a API KEY, please send an email to jobrien@ob3solutions.com and let me know what you are going to do with it!


get

Returns information about the TwapperKeeper archive

http://api.twapperkeeper.com/get.php?id=key&t=twappername

key = your special api key
twappername = archive name

JSON output
{"twapper_info":{"create_time":"1250612742","name":"10rounds","description":"Tweets regarding 10 Rounds of Battle on Facebook","last_tweet_captured_id":"3484920560","last_archive_time":"1251426014","created_by":"jobrieniii","count":"13"}}



get_tweets

Returns tweets as defined

http://api.twapperkeeper.com/get_tweets.php?id=key&t=twappername&limit=xxx

key = your special api key
twappername = archive name
xxx = limits number of tweets returned (default is 100) - set to 'all' if you want all tweets

JSON output
{"tweets":{"1":{"id":"3385313844","from_user":"twapperkeeperRT","from_user_id":"28193592","text":": @jobrieniii has created #10rounds TwapperKeeper tweet archive-> http:\/\/twapperkeeper.com\/10rounds","to_user_id":"28193592","iso_language_code":"en","source":"API","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/309194191\/twapperkeeper2_normal.png","created_at":"Tue, 18 Aug 2009 16:25:44 +0000","twapper_name":"10rounds"}}}