User/:list id/subscribers/:id

跳转到: 导航, 搜索
(XML)
(Json)
第25行: 第25行:
  
 
====Json====
 
====Json====
curl -u uid:password http://api.t.sina.com.cn/username/testlist/subscribers/1796414563.json?source=appkey
+
curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.json?source=appkey
  
 
===返回结果===
 
===返回结果===

2010年8月17日 (二) 14:19的版本

目录

:user/:list_id/subscribers/:id

判断用户是否订阅特定list

URL

http://api.t.sina.com.cn/:user/:list_id/subscribers/:id.format

格式

xml, json

HTTP请求方式

GET

是否需要登录

true

请求数限制

true

请求参数

暂无

使用示例

XML

curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.xml?source=appkey

Json

curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.json?source=appkey

返回结果

XML

<?xml version="1.0" encoding="UTF-8"?>
<lists>false</lists>

Json

{
    "lists": false
}