2/location/pois/show batch/en

Jump to: navigation, search

location/pois/show_batch

Return a batch of POI informations.

URL

https://api.weibo.com/2/location/pois/show_batch.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

Level:Normal
Count Limitation:true
See the Interface Access Rights Statement for the request count limitation details.

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.
srcids true string Source ID of the POI.It is created by the user through the add interface.These are separated by comma,and are limited by 5.

Notes

It will return the error result if one of the ID list is invalid, and the invalid ID is included.

Response

JSON Example

{
    "pois": [
        {
            "srcid": "20",
            "longitude": "116.39794",
            "latitude": "39.90817",
            "name": "理想国际大厦",
            "city_name": "北京",
            "address": "北四环西路58号",
            "telephone": "62670000",
            "category": "大厦",
            "description": "地点简介",
            "intro": [...],
            "tags": "互联网",
            "url": "http://www.sina.com.cn/",
            "traffic": "交通换乘信息描述",
            "deal": "0",
            "pid": "P010A00CHR9"
        },
        ...
    ],
    "total_number": 2
}

See the Error Code Description for the error information details.

Field Description

None

Others

None



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


文档更新时间: 30 January 2012