Thaitrend API : Thai tweetple list

All 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
    ),
    ...
)
Tags: ,  
  • L3ay

    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
    ),
    ...
    )

blog comments powered by Disqus