Statuses/show

跳转到: 导航, 搜索
(请求参数)
(请求参数)
第18行: 第18行:
  
 
=== 请求参数===
 
=== 请求参数===
* id.  必须参数,要获取微博ID  
+
* id.  必须参数,要获取已发表的微博ID  
o Example: http://api.t.sina.com.cn/statuses/show/142269(ID).xml
+
o Example: http://api.t.sina.com.cn/statuses/show/142277(微博ID).xml
  
 
=== 返回 ===
 
=== 返回 ===

2010年1月7日 (四) 09:26的版本

目录

statuses/show

获取单条ID的微博信息,作者信息将同时返回。

URL

curl http://api.t.sina.com.cn/statuses/show/id.format

格式

xml, json

HTTP请求方式

GET

是否需要身份验证

false, unless the author of the status is protected

请求数限制

true

请求参数

  • id. 必须参数,要获取已发表的微博ID

o Example: http://api.t.sina.com.cn/statuses/show/142277(微博ID).xml

返回

XML示例:

<?xml version="1.0" encoding="UTF-8"?>
 <status>
   <created_at>Tue Dec 01 08:51:58 +0800 2009</created_at>
   <id>99999999</id>
   <text>转发:@1141457724 </text>
   <source>
     <a href="http://t.sina.com.cn">Web</a>
   </source>
   <favorited>false</favorited>
   <truncated>false</truncated>
   <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>1141457724</id>
     <screen_name>1141457724</screen_name>
     <name>1141457724</name>
     <location>广州</location>
     <description>blog: timyang.net</description>
     <profile_image_url>50#.jpg</profile_image_url>
     <followers_count>0</followers_count>
     <friends_count>0</friends_count>
     <statuses_count>0</statuses_count>
     <favourites_count>0</favourites_count>
     <following>false</following>
   </user>
   <retweeted_status>
     <created_at>Tue Dec 01 08:51:58 +0800 2009</created_at>
     <id>100000000</id>
     <text>虽然渴者只要少许的水便够了,我却很快活地给与了我全部的水。</text>
     <source>
       <a href="http://t.sina.com.cn">Web</a>
     </source>
     <favorited>false</favorited>
     <truncated>false</truncated>
     <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>
     <thumbnail_pic>http://static16.photo.sina.com.cn/thumbnail/62988d06tcbbc377f7bbf</thumbnail_pic>
     <bmiddle_pic>http://static16.photo.sina.com.cn/bmiddle/62988d06tcbbc377f7bbf</bmiddle_pic>
     <original_pic>http://static16.photo.sina.com.cn/orignal/62988d06tcbbc377f7bbf</original_pic>
     <user>
       <id>1337040644</id>
       <screen_name>1337040644</screen_name>
       <name>1337040644</name>
       <location>广州</location>
       <description>blog: timyang.net</description>
       <profile_image_url>50#.jpg</profile_image_url>
       <followers_count>0</followers_count>
       <friends_count>0</friends_count>
       <statuses_count>0</statuses_count>
       <favourites_count>0</favourites_count>
       <following>false</following>
     </user>
   </retweeted_status>
 </status>

使用示例

cURL: curl http://api.t.sina.com.cn/statuses/show/1472669360.xml