<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lab Test Online &#187; api</title>
	<atom:link href="http://www.lab.in.th/tags/api/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lab.in.th</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 11 Mar 2011 08:40:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Thaitrend API :  Thailand Trending Topics</title>
		<link>http://www.lab.in.th/36/thaitrend-api-thailand-trending-topics</link>
		<comments>http://www.lab.in.th/36/thaitrend-api-thailand-trending-topics#comments</comments>
		<pubDate>Sun, 13 Jun 2010 10:42:53 +0000</pubDate>
		<dc:creator>icez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[thaitrend]]></category>

		<guid isPermaLink="false">http://www.lab.in.th/?p=36</guid>
		<description><![CDATA[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/trendings.php result: Array ( [0] => stdClass Object ( [name] => #RedTweet [query] => #RedTweet ) [1] => stdClass Object ( [name] => #SiamArsa [query] => #SiamArsa [...]]]></description>
				<content:encoded><![CDATA[<p>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.</p>
<p><strong>API URL: </strong>http://www.lab.in.th/thaitrend/api/trendings.php</p>
<p>result:</p>
<pre>Array
(
    [0] => stdClass Object
        (
            [name] => #RedTweet
            [query] => #RedTweet
        )

    [1] => stdClass Object
        (
            [name] => #SiamArsa
            [query] => #SiamArsa
        )

    [2] => stdClass Object
        (
            [name] => #Thai
            [query] => #Thai
        )

    [3] => stdClass Object
        (
            [name] => #WeLoveThai
            [query] => #WeLoveThai
        )

    [4] => stdClass Object
        (
            [name] => #Bonamanatriplecrown
            [query] => #Bonamanatriplecrown
        )

    [5] => stdClass Object
        (
            [name] => #RedMarch
            [query] => #RedMarch
        )

    [6] => stdClass Object
        (
            [name] => #table
            [query] => #table
        )

    [7] => stdClass Object
        (
            [name] => #ASIAN
            [query] => #ASIAN
        )

    [8] => stdClass Object
        (
            [name] => #ASTV
            [query] => #ASTV
        )

    [9] => stdClass Object
        (
            [name] => #SisaketFC
            [query] => #SisaketFC
        )

)
</pre>
<p>Trending topics are process from hashtag that has an &#8216;increasing&#8217; rate in the tweet in about an hour.<br />
So the result will be very different from 1 day statistics.</p>
<p>While we cannot process the vowel for including in the trending<br />
or it&#8217;ll replace all hashtag as the hashtag is not much popular to use in Thailand yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lab.in.th/36/thaitrend-api-thailand-trending-topics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thaitrend API : Thai tweetple list</title>
		<link>http://www.lab.in.th/18/thaitrend-api-thai-tweetple-list</link>
		<comments>http://www.lab.in.th/18/thaitrend-api-thai-tweetple-list#comments</comments>
		<pubDate>Mon, 12 Apr 2010 13:46:29 +0000</pubDate>
		<dc:creator>icez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[thaitrend]]></category>

		<guid isPermaLink="false">http://www.lab.in.th/?p=18</guid>
		<description><![CDATA[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: [...]]]></description>
				<content:encoded><![CDATA[<p>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.</p>
<p><b>API URL:</b> http://www.lab.in.th/thaitrend/api/followings.php</p>
<p>param:<br />
- start:int => retrieve information starting from user id ? (default: 0)<br />
- count:int => limit the number of result (default: 20; min: 10; max: 200)</p>
<p>result:</p>
<pre>
array(
    array(
        "id" : int,
        "screen_name" : string,
        "lasttweet" : int
    ),
    array(
        "id" : int,
        "screen_name" : string,
        "lasttweet" : int
    ),
    ...
)
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lab.in.th/18/thaitrend-api-thai-tweetple-list/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
