返回最熱門的Feeds。
請求鏈接
http://api.bshare.cn/feeds/trending.json[&uuid=<uuid>][&count=<count>]
請求方法
GET
參數
以下所有的路徑參數都為可選
uuid | 您擁有的站點的publisher UUID,不提供則返回bShare全站的Feeds. |
count | 輸入Feeds的條數,默認為10條,最大為50。 |
請求返回
如果請求參數出錯,返回對應的HTTP狀態碼及錯誤信息;否則,HTTP狀態碼為200,并返回JSON格式的數據。
{"feeds":[
{"title":"buzzinate.com page","url":"http://www.buzzinate.com/test", "shares":123},
{"title":"buzzinate.com page2","url":"http://www.buzzinate.com/test2", "shares":234}
]}