Thaitrend API : Thai tweetple list
Posted in Uncategorized on 04/12/2010 08:46 pm by icezAll APIs are returned in json format. No authentication is required but all api requests are cached so there may have some duplicate result during time.
API URL: http://www.lab.in.th/thaitrend/api/followings.php
param:
- start:int => retrieve information starting from user id ? (default: 0)
- count:int => limit the number of result (default: 20; min: 10; max: 200)
result:
array(
array(
"id" : int,
"screen_name" : string,
"lasttweet" : int
),
array(
"id" : int,
"screen_name" : string,
"lasttweet" : int
),
...
)