C/2/place/users/checkins/biz-en

跳转到: 导航, 搜索

place/users/checkins/biz

Return current login user's checked in POI list.

URL

https://c.api.weibo.com/2/place/users/checkins/biz.json

Supported Formats

JSON

HTTP Request Method

GET

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.
count false int Records returned within one page, maximum 50, default as 20.
page false int The page number of returned results, defaults as 1.
base_app false int Whether just return data of current app. 0 for false (all data), 1 for true (only current app). Defaults as 0.

Notes

Can only return current login user's checked in POI list.

Response

JSON Example

//成功返回
{
    "pois": [
        {
            "poiid": "B2094654D069A6F4419C",
            "title": "三个贵州人(中关村店)",
            "address": "北四环西路58号理想国际大厦202-205",
            "lon": "116.30999",
            "lat": "39.98435",
            "category": "83",
            "city": "0010",
            "province": null,
            "country": null,
            "url": "",
            "phone": "010-82607678",
            "postcode": "100000",
            "weibo_id": "0",
            "categorys": "64 69 83",
            "category_name": "云贵菜",
            "icon": "http://u1.sinaimg.cn/upload/2012/03/23/1/xysh.png",
            "checkin_num": 0,
            "checkin_user_num": "0",
            "tip_num": 0,
            "photo_num": 0,
            "todo_num": 0,
            "distance": 70,
            "checkin_time": "2011-10-23 00:02:14"
        },
        ...
    ],
    "total_number": 200
}
//失败返回
{
    "request": "/place/users/checkins/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评价