User/:list id/subscribers/:id

跳转到: 导航, 搜索

目录

: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
}
文档更新时间: 2010-12-24