Twieek API (beta)
Since we relay on APIs from other services we dont think its more than right that we set up our own and share our data.
At the moment, our API is pretty restricted, but we will open up more as soon as our own service is stable, so we can offer you a stable API.
REST API Methods:
Fetch top 10 list of pages indexed
URL:
http://www.twieek.com/index.php/api_toppages?format=required_format
Formats:
json, rss
HTTP Method(s):
GET
Requires Authentication:
false
API rate limited:
false
Min. time interval:
30 min
Response:
RSS 2.0 / XML
<?xml version="1.0"?>
<rss version="2.0"> <channel> <title>Top 10 pages - Twieek.com</title> <link>http://www.twieek.com/</link> <description>Twieek.com gives you the top 10 posted links on social networks</description> <item> <title>Epic Pet Wars</title> <link>http://www.epicpetwars.com</link> <uniqueposts>68</uniqueposts> <position>1</position> </item> <item> <title>MaisFollowers.net/mf</title> <link>http://mftools.com.br/mf/</link> <uniqueposts>51</uniqueposts> <position>2</position> </item> <item> <title>Ultimate Twitter Contest for Three Signed Prize Packs with @UltimateGleeks!</title> <link>http://www.gleefan.com/</link> <uniqueposts>26</uniqueposts> <position>3</position> </item> </channel> </rss>
Fetch latest search querys and links
URL:
http://www.twieek.com/index.php/rss_latestquery?format=required_format
Formats:
json, rss
HTTP Method(s):
GET
Requires Authentication:
false
API rate limited:
false
Min. time interval:
1 min
Response:
RSS 2.0 / XML
<?xml version="1.0"?>
<rss version="2.0"> <channel> <title>Twieek.com or Twoogle if you want! Web search powerd by social people.</title> <link>http://twieek.com/</link> <description>The 500 latest search queries on Twieek.com</description> <item> <title>picture</title> <link>http://twieek.com/index.php/seek/?search=picture</link> </item> <item> <title>football</title> <link>http://twieek.com/index.php/seek/?search=football</link> </item> <item> <title>php help</title> <link>http://twieek.com/index.php/seek/?search=php+help</link> </item> </channel> </rss>
