C/2/place/pois/show/biz-en

跳转到: 导航, 搜索

place/pois/show/biz

Return detailed info of POI.

URL

https://c.api.weibo.com/2/place/pois/show/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.
poiid true string ID of POI needs to be searched.
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

none

Response

JSON Example

//成功返回
{
    "poiid": "B2094654D16CABFE419E",
    "title": "理想国际大厦",
    "address": "北四环西路58",
    "lon": "116.30987",
    "lat": "39.98437",
    "category": "46",
    "city": "0010",
    "province": "",
    "country": "",
    "url": "",
    "phone": "010-82625868",
    "postcode": "100000",
    "weibo_id": "0",
    "categorys": "44 46",
    "category_name": "楼宇",
    "icon": "http://u1.sinaimg.cn/upload/2012/03/23/1/lyjg.png",
    "checkin_num": 54484,
    "checkin_user_num": "55",
    "tip_num": 54420,
    "photo_num": 14,
    "todo_num": 9
}
//失败返回
{
    "request": "/place/pois/show/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评价