Users/domain show

跳转到: 导航, 搜索

目录

users/domain_show

通过个性域名获取用户信息。

URL

http://api.t.sina.com.cn/users/domain_show.(json%7Cxml)

支持格式

XML/JSON

HTTP请求方式

GET

是否需要登录

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

请求数限制

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

请求参数

  必选 类型及范围 说明
source true string 申请应用时分配的AppKey,调用接口时候代表应用的唯一身份。(采用OAuth授权方式不需要此参数)
domain true string 需要查询的个性化域名。

注意事项

  • 若用户ID不存在,或者微博昵称不存在,则返回400错误,提示:"40023:Error: User does not exists!"。若两个参数均未提供,则返回400错误。
  • 为了保护用户隐私,只有用户设置了公开或对粉丝设置了公开的数据才会返回。

返回结果

XML示例

<?xml version="1.0" encoding="UTF-8"?>
//成功返回:
<?xml version="1.0" encoding="UTF-8"?>
<user>
  <id>11051</id>
  <screen_name>微博开放平台</screen_name>
  <name>微博开放平台</name>
  <province>11</province>
  <city>8</city>
  <location>北京 海淀区</location>
  <description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
  <url>http://open.t.sina.com.cn/</url>
  <profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
  <domain>openapi</domain>
  <gender>m</gender>
  <followers_count>13247</followers_count>
  <friends_count>5</friends_count>
  <statuses_count>158</statuses_count>
  <favourites_count>0</favourites_count>
  <created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
  <following>false</following>
  <verified>true</verified>
  <allow_all_act_msg>true</allow_all_act_msg>
  <geo_enabled>true</geo_enabled>
  <status>
    <created_at>Mon Nov 29 16:08:43 +0800 2010</created_at>
    <id>3958728723</id>
    <text>各位开发者,我们的论坛上线啦~http://sinaurl.cn/h4FWc7 欢迎大家的参与~另外,关于技术相关的问题,可以在论坛上提出,也可以@微博API 这个官方技术支持账号哦~感谢大家对开放平台的支持~[呵呵]</text>
    <source>
      <a href="http://t.sina.com.cn">新浪微博</a>
    </source>
    <favorited>false</favorited>
    <truncated>false</truncated>
    <geo/>
    <in_reply_to_status_id/>
    <in_reply_to_user_id/>
    <in_reply_to_screen_name/>
  </status>
</user>

//失败返回:
<err_info>
  <hash>
    <request>/account/profile/education.xml</request>//调用地址
    <error_code>500</error_code>//错误代码
    <error>50001:Error: system error!</error>//错误信息
 </hash>
	<hash />
……
</err_info>

JSON示例

{
    "name" : "微博开放平台",
    "domain" : "openapi",
    "geo_enabled" : true,
    "followers_count" : 13247,
    "statuses_count" : 158,
    "favourites_count" : 0,
    "city" : "8",
    "description" : "新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API",
    "verified" : true,
    "status" : 
    {
        "created_at" : "Mon Nov 29 16:08:43 +0800 2010",
        "text" : "各位开发者,我们的论坛上线啦~http://sinaurl.cn/h4FWc7 欢迎大家的参与~另外,关于技术相关的问题,可以在论坛上提出,也可以@微博API 这个官方技术支持账号哦~感谢大家对开放平台的支持~[呵呵]",
        "truncated" : false,
        "in_reply_to_status_id" : "",
        "in_reply_to_screen_name" : "",
        "geo" : null,
        "favorited" : false,
        "in_reply_to_user_id" : "",
        "id" : 3958728723,
        "source" : "<a href=\"http://t.sina.com.cn\" rel=\"nofollow\">新浪微博</a>"
    },
    "id" : 11051,
    "gender" : "m",
    "friends_count" : 5,
    "screen_name" : "微博开放平台",
    "allow_all_act_msg" : true,
    "following" : false,
    "url" : "http://open.t.sina.com.cn/",
    "profile_image_url" : "http://tp4.sinaimg.cn/11051/50/1280283165/1",
    "created_at" : "Wed Jan 20 00:00:00 +0800 2010",
    "province" : "11",
    "location" : "北京 海淀区"
}

其他

文档更新时间: 2011-02-18