Trends/statuses/en

跳转到: 导航, 搜索

目录

trends/statuses

Retrieve the weibos of a topic

URL

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

Supported Formats

XML/JSON

HTTP Request Method

GET

Requires Authentication

true
See the Authorization Mechanism Statement for authorization details

Requests Count Limitation

true
See the Interface Access Rights Statement for the Request Count Limitaiton details.

Request Parameters

  Requires Type and Range Description
source true string AppKey for the application to identify it. ( This parameter is not needed when using OAuth)
trend_name true string topic name

Notes

None

Example Request

XML
curl -u "username:password" -d "trend_name=java" "http://api.t.sina.com.cn/trends/statuses.xml?source=appkey"
JSON
curl -u "username:password" -d "trend_name=java" "http://api.t.sina.com.cn/trends/statuses.json?source=appkey"

Response

XML Example

 <?xml version="1.0" encoding="UTF-8"?>
 <statuses>
  <status>
    <created_at>Tue Nov 02 14:42:32 +0800 2010</created_at>
    <id>3397147109</id>
    <text>回复@星月的守护:都学啊,现在上JAVA,WINDOWS程序设计;以前学过C,C++。不过不通,现在成问题了。//@星月的守护:你学什么语言?</text>
    <source>
      <a href="http://news.sina.com.cn/wap/wbk.html">新浪微博手机版</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>1752561793</id>
      <screen_name>RuanP</screen_name>
      <name>RuanP</name>
      <province>42</province>
      <city>1000</city>
      <location>湖北</location>
      <description>海内存知己,天涯若比邻!</description>
      <url>http://blog.sina.com.cn/pianruan</url>
      <profile_image_url>http://tp2.sinaimg.cn/1752561793/50/1288011459</profile_image_url>
      <domain>ruanpian</domain>
      <gender>f</gender>
      <followers_count>10</followers_count>
      <friends_count>9</friends_count>
      <statuses_count>77</statuses_count>
      <favourites_count>0</favourites_count>
      <created_at>Tue Jun 08 00:00:00 +0800 2010</created_at>
      <following>false</following>
      <verified>false</verified>
      <allow_all_act_msg>true</allow_all_act_msg>
      <geo_enabled>true</geo_enabled>
    </user>
    <retweeted_status>
      <created_at>Tue Nov 02 11:17:59 +0800 2010</created_at>
      <id>3393817355</id>
      <text>计算机语言,令人头疼的问题#</text>
      <source>
        <a href="http://news.sina.com.cn/wap/wbk.html">新浪微博手机版</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>1752561793</id>
        <screen_name>RuanP</screen_name>
        <name>RuanP</name>
        <province>42</province>
        <city>1000</city>
        <location>湖北</location>
        <description>海内存知己,天涯若比邻!</description>
        <url>http://blog.sina.com.cn/pianruan</url>
        <profile_image_url>http://tp2.sinaimg.cn/1752561793/50/1288011459</profile_image_url>
        <domain>ruanpian</domain>
        <gender>f</gender>
        <followers_count>10</followers_count>
        <friends_count>9</friends_count>
        <statuses_count>76</statuses_count>
        <favourites_count>0</favourites_count>
        <created_at>Tue Jun 08 00:00:00 +0800 2010</created_at>
        <following>false</following>
        <verified>false</verified>
        <allow_all_act_msg>true</allow_all_act_msg>
        <geo_enabled>true</geo_enabled>
      </user>
    </retweeted_status>
  </status>
   ...
 <statuses>

JSON Example

 [
    {
        "created_at": "Tue Nov 02 14:42:32 +0800 2010", 
        "favorited": false, 
        "geo": null, 
        "id": 3397147109, 
        "in_reply_to_screen_name": "", 
        "in_reply_to_status_id": "", 
        "in_reply_to_user_id": "", 
        "retweeted_status": {
            "created_at": "Tue Nov 02 11:17:59 +0800 2010", 
            "favorited": false, 
            "geo": null, 
            "id": 3393817355, 
            "in_reply_to_screen_name": "", 
            "in_reply_to_status_id": "", 
            "in_reply_to_user_id": "", 
            "source": "<a href=\"http://news.sina.com.cn/wap/wbk.html\" rel=\"nofollow\">\u65b0\u6d6a\u5fae\u535a\u624b\u673a\u7248</a>", 
            "text": "\u8ba1\u7b97\u673a\u8bed\u8a00\uff0c\u4ee4\u4eba\u5934\u75bc\u7684\u95ee\u9898#", 
            "truncated": false, 
            "user": {
                "allow_all_act_msg": true, 
                "city": "1000", 
                "created_at": "Tue Jun 08 00:00:00 +0800 2010", 
                "description": "\u6d77\u5185\u5b58\u77e5\u5df1\uff0c\u5929\u6daf\u82e5\u6bd4\u90bb\uff01", 
                "domain": "ruanpian", 
                "favourites_count": 0, 
                "followers_count": 10, 
                "following": false, 
                "friends_count": 9, 
                "gender": "f", 
                "geo_enabled": true, 
                "id": 1752561793, 
                "location": "\u6e56\u5317", 
                "name": "RuanP", 
                "profile_image_url": "http://tp2.sinaimg.cn/1752561793/50/1288011459", 
                "province": "42", 
                "screen_name": "RuanP", 
                "statuses_count": 76, 
                "url": "http://blog.sina.com.cn/pianruan", 
                "verified": false
            }
        },...
 ]

Others

None