Items
Info
Get the info for an item by uid
URL
http://zootool.com/api/items/info
Authentication
not required
Arguments
- apikey (required)
- uid (required)
Example
http://zootool.com/api/items/info/?uid=iw6og3&apikey=###
Result (JSON encoded)
Array
(
[uid] => iw6og3
[title] => Superman leaves Physics
[url] => http://youtube.com/watch?v=JRA5aGEJMkc
[added] => 1236010458
[type] => video
[views] => 7
[likes] => 2
[permalink] => http://zootool.com/watch/iw6og3/
[tinyurl] => http://zoo.tl/iw6og3
[thumbnail] => http://c0397071.cdn.cloudfiles.rackspacecloud.com/iw6og3_s.jpg?1266154852
)
Popular
Get the most popular items
URL
http://zootool.com/api/items/popular
Authentication
not required
Arguments
- apikey (required)
- type (optional - default: all) options are all, month, week, today
Example
http://zootool.com/api/items/popular/?type=week&apikey=###
Result (JSON encoded)
Array
(
[0] => Array
(
[uid] => eh7ej2
[title] => FFFFOUND!
[url] => http://ffffound.com/
[added] => 1207492282
[type] => page
[views] => 48
[likes] => 36
[permalink] => http://zootool.com/watch/eh7ej2/
[tinyurl] => http://zoo.tl/eh7ej2
[thumbnail] => http://c0397571.cdn.cloudfiles.rackspacecloud.com/eh7ej2_s.jpg?1261555644
)
[1] => Array
(
[uid] => il4ik2
[title] => Periodic_Table_of_Typefaces_large.jpg (JPEG-Grafik, 3150x2100 Pixel) - Skaliert (38%)
[url] => http://www.squidspot.com/Periodic_Table_of_Typefaces/Periodic_Table_of_Typefaces_large.jpg
[added] => 1236717445
[type] => image
[views] => 39
[likes] => 30
[permalink] => http://zootool.com/watch/il4ik2/
[tinyurl] => http://zoo.tl/il4ik2
[thumbnail] => http://c0382052.cdn.cloudfiles.rackspacecloud.com/il4ik2_s.jpg?1265100252
)
[2] => Array
(
[uid] => os9of9
[title] => Zootool
[url] => http://zootool.com/board/tools/
[added] => 1224487390
[type] => page
[views] => 18
[likes] => 22
[permalink] => http://zootool.com/watch/os9of9/
[tinyurl] => http://zoo.tl/os9of9
[thumbnail] => http://c0397571.cdn.cloudfiles.rackspacecloud.com/os9of9_s.jpg?1263276144
)
...
)