C/2/statuses/filter/create/biz-en

跳转到: 导航, 搜索

statuses/filter/create/biz

Block a post.

URL

https://c.api.weibo.com/2/statuses/filter/create/biz.json

Supported Formats

JSON

HTTP Request Method

POST

Requires Login

true
See the Login and Authorization Mechanism Statement for login and authorization details.

Requests Count Limitation


Request all APIs:

    • 50000/hour/IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth.The value of this parameter is the AppKey.
access_token false string This parameter is required when using OAuth.You will get the access_token after oauth authorization.
id true int64 ID of post.

Notes

none

Response

JSON Example

//成功返回
{
    "created_at": "Thu Jul 19 00:57:48 +0800 2012",
    "id": 3469306841459000,
    "mid": "3469306841459046",
    "idstr": "3469306841459046",
    "text": "微博内容",
    "source": "分享按钮</a>",
    "favorited": false,
    "truncated": false,
    "in_reply_to_status_id": "",
    "in_reply_to_user_id": "",
    "in_reply_to_screen_name": "",
    "thumbnail_pic": "http://ww3.sinaimg.cn/thumbnail/407e292fjw1dv1hhxttz5j.jpg",
    "bmiddle_pic": "http://ww3.sinaimg.cn/bmiddle/407e292fjw1dv1hhxttz5j.jpg",
    "original_pic": "http://ww3.sinaimg.cn/large/407e292fjw1dv1hhxttz5j.jpg",
    "geo": null,
    "user": {
        "id": 1082008899,
        "idstr": "1082008899",
        "screen_name": "柯***",
        "name": "柯***",
        "province": "11",
        "city": "8",
        "location": "北京 海淀区",
        "description": "涅磐",
        "url": "http://blog.sina.com.cn/kehaitian",
        "profile_image_url": "http://tp4.sinaimg.cn/1082009903/50/1292389634/1",
        "profile_url": "kesky",
        "domain": "kesky",
        "weihao": "",
        "gender": "m",
        "followers_count": 1553,
        "friends_count": 669,
        "statuses_count": 4561,
        "favourites_count": 60,
        "created_at": "Thu Jul 01 21:09:20 +0800 2010",
        "following": false,
        "allow_all_act_msg": false,
        "geo_enabled": true,
        "verified": false,
        "verified_type": 220,
        "allow_all_comment": true,
        "avatar_large": "http://tp4.sinaimg.cn/1082009903/180/1292389634/1",
        "verified_reason": "",
        "follow_me": false,
        "online_status": 0,
        "bi_followers_count": 319,
        "lang": "zh-cn",
        "level": 7,
        "type": 1,
        "badge": {
            "kuainv": {
                "level": 0
            },
            "uc_domain": 0,
            "enterprise": 0,
            "anniversary": 0
        }
    },
    "reposts_count": 1,
    "comments_count": 3,
    "mlevel": 0,
    "visible": {
        "type": 0,
        "list_id": 0
    }
}
//失败返回
{
    "request": "/statuses/filter/create/biz.json",
    "error_code": XXXXX,
    "error": "error message."
}

See the Error Code Description for the error information details.

Field Description

none

Others

none

Language: [[{{{2/uri}}}|中文]]


文档更新时间: 2015-07-23
api评价