Statuses/hot/comments weekly

跳转到: 导航, 搜索
(创建新页面为 '{{api_desc2| uri=statuses/hot/repost_daily| desc=按天获取热门评论| format=XML/JSON| httpMethod=GET| needAuth=true| rateLimit=true| params={{api_args|count|false|int|返…')
 
 
第1行: 第1行:
 
{{api_desc2|
 
{{api_desc2|
uri=statuses/hot/repost_daily|
+
uri=statuses/hot/repost_weekly|
desc=按天获取热门评论|
+
desc=按周获取热门评论|
 
format=XML/JSON|
 
format=XML/JSON|
 
httpMethod=GET|
 
httpMethod=GET|
第12行: 第12行:
 
===XML示例===
 
===XML示例===
 
<pre>
 
<pre>
<statuses>
 
 
   <status>
 
   <status>
 
     <created_at>Wed Jan 19 14:41:53 +0800 2011</created_at>
 
     <created_at>Wed Jan 19 14:41:53 +0800 2011</created_at>
第39行: 第38行:
 
       <gender>f</gender>
 
       <gender>f</gender>
 
       <followers_count>225241</followers_count>
 
       <followers_count>225241</followers_count>
       <friends_count>66</friends_count>
+
       <friends_count>66</friends_count>
 
       <statuses_count>282</statuses_count>
 
       <statuses_count>282</statuses_count>
 
       <favourites_count>21</favourites_count>
 
       <favourites_count>21</favourites_count>
第50行: 第49行:
 
     <annotations/>
 
     <annotations/>
 
   </status>
 
   </status>
 +
 +
 
</pre>|
 
</pre>|
 
useAge=无|
 
useAge=无|
 
otherInfo=无
 
otherInfo=无
 
}}
 
}}

2011年1月26日 (三) 16:05的最后版本

目录

statuses/hot/repost_weekly

按周获取热门评论

URL

http://api.t.sina.com.cn/statuses/hot/repost_weekly.(json%7Cxml)

支持格式

XML/JSON

HTTP请求方式

GET

是否需要登录

true
关于授权机制,参见授权机制声明

请求数限制

true
关于请求数限制,参见接口访问权限说明

请求参数

  必选 类型及范围 说明
source true string 申请应用时分配的AppKey,调用接口时候代表应用的唯一身份。(采用OAuth授权方式不需要此参数)
count false int 返回结果数。默认20,最大50.

注意事项

返回结果

XML示例

  <status>
    <created_at>Wed Jan 19 14:41:53 +0800 2011</created_at>
    <id>5380270839</id>
    <text>下部偶像剧的筹备工作又要开始了!找美女!找帅哥!:⦆⦆</text>
    <source>
      <a href="http://t.sina.com.cn/mobile/iphone.php">iPhone客户端</a>
    </source>
    <favorited>false</favorited>
    <truncated>false</truncated>
    <geo/>
    <in_reply_to_status_id/>
    <in_reply_to_user_id/>
    <in_reply_to_screen_name/>
    <user>
      <id>1193476843</id>
      <screen_name>主播李湘</screen_name>
      <name>主播李湘</name>
      <province>11</province>
      <city>5</city>
      <location>北京 朝阳区</location>
      <description>公主的妈妈</description>
      <url>http://blog.sina.com.cn/lixiang</url>
      <profile_image_url>http://tp4.sinaimg.cn/1193476843/50/1291031635/0</profile_image_url>
      <domain/>
      <gender>f</gender>
      <followers_count>225241</followers_count>
      <friends_count>66</friends_count>  
      <statuses_count>282</statuses_count>
      <favourites_count>21</favourites_count>
      <created_at>Tue Oct 19 00:00:00 +0800 2010</created_at>
      <following>false</following>
      <verified>true</verified>
      <allow_all_act_msg>false</allow_all_act_msg>
      <geo_enabled>true</geo_enabled>
    </user>
    <annotations/>
  </status>


其他

文档更新时间: 2011-01-26