Statuses/hot/repost daily

跳转到: 导航, 搜索
(创建新页面为 '{{api_desc2| uri=statuses/hot/repost_daily| desc=按天返回热门转发。| format=XML/JSON| httpMethod=GET| needAuth=true| rateLimit=true| params={{api_args|count|false|int|…')
 
 
第12行: 第12行:
 
===XML示例===
 
===XML示例===
 
<pre>
 
<pre>
</pre>
+
<statuses>
===JSON示例===
+
  <status>
<pre>
+
    <created_at>Mon Nov 01 11:05:17 +0800 2010</created_at>
 +
    <id>3375894075</id>
 +
    <text>text</text>
 +
    <source>
 +
      <a href="http://news.sina.com.cn/wap/wbclient.html#1">S60客户端</a>
 +
    </source>
 +
    <favorited>false</favorited>
 +
    <truncated>false</truncated>
 +
    <geo/>
 +
    <in_reply_to_status_id></in_reply_to_status_id>
 +
    <in_reply_to_user_id></in_reply_to_user_id>
 +
    <in_reply_to_screen_name></in_reply_to_screen_name>
 +
    <user>
 +
      <id>1779016631</id>
 +
      <screen_name>吴怡慧Mia</screen_name>
 +
      <name>吴怡慧Mia</name>
 +
      <province>44</province>
 +
      <city>3</city>
 +
      <location>广东 深圳</location>
 +
      <description>Good Morning,upper east siders。 Gossip Girl here,your one and only sources into the scandlous life of Manhattan‘s elite。</description>
 +
      <url>http://wyhxiaoya.blog.163.com</url>
 +
      <profile_image_url>http://tp4.sinaimg.cn/1779016631/50/1285917296</profile_image_url>
 +
      <domain>miasmile</domain>
 +
      <gender>f</gender>
 +
      <followers_count>105</followers_count>
 +
      <friends_count>139</friends_count>
 +
      <statuses_count>924</statuses_count>
 +
      <favourites_count>0</favourites_count>
 +
      <created_at>Mon Jul 19 00:00:00 +0800 2010</created_at>
 +
      <following>false</following>
 +
      <verified>false</verified>
 +
      <allow_all_act_msg>false</allow_all_act_msg>
 +
      <geo_enabled>true</geo_enabled>
 +
    </user>
 +
  </status>
 
</pre>|
 
</pre>|
 
useAge=无|
 
useAge=无|
 
otherInfo=无
 
otherInfo=无
 
}}
 
}}

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

目录

statuses/hot/repost_daily

按天返回热门转发。

URL

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

支持格式

XML/JSON

HTTP请求方式

GET

是否需要登录

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

请求数限制

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

请求参数

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

注意事项

返回结果

XML示例

<statuses>
  <status>
    <created_at>Mon Nov 01 11:05:17 +0800 2010</created_at>
    <id>3375894075</id>
    <text>text</text>
    <source>
      <a href="http://news.sina.com.cn/wap/wbclient.html#1">S60客户端</a>
    </source>
    <favorited>false</favorited>
    <truncated>false</truncated>
    <geo/>
    <in_reply_to_status_id></in_reply_to_status_id>
    <in_reply_to_user_id></in_reply_to_user_id>
    <in_reply_to_screen_name></in_reply_to_screen_name>
    <user>
      <id>1779016631</id>
      <screen_name>吴怡慧Mia</screen_name>
      <name>吴怡慧Mia</name>
      <province>44</province>
      <city>3</city>
      <location>广东 深圳</location>
      <description>Good Morning,upper east siders。 Gossip Girl here,your one and only sources into the scandlous life of Manhattan‘s elite。</description>
      <url>http://wyhxiaoya.blog.163.com</url>
      <profile_image_url>http://tp4.sinaimg.cn/1779016631/50/1285917296</profile_image_url>
      <domain>miasmile</domain>
      <gender>f</gender>
      <followers_count>105</followers_count>
      <friends_count>139</friends_count>
      <statuses_count>924</statuses_count>
      <favourites_count>0</favourites_count>
      <created_at>Mon Jul 19 00:00:00 +0800 2010</created_at>
      <following>false</following>
      <verified>false</verified>
      <allow_all_act_msg>false</allow_all_act_msg>
      <geo_enabled>true</geo_enabled>
    </user>
  </status>

其他

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