v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
Place

Get Place Info

Get Place Info

get/api/place/info

Query parameters

placeIdstring required

Place ID

Example:22535865202704586

Response

Success

Example response

{
  "poiInfo": {
    "poi": {
      "address": "California, United States",
      "allLevelGeoPoiInfo": {},
      "category": "Places",
      "cityCode": "116023605",
      "countryCode": "6252001",
      "id": "22535865202704586",
      "indexEnabled": true,
      "name": "Hollywood",
      "poiDetailTags": [
        {
          "content": "Places",
          "tagType": 5
        }
      ],
      "ttTypeCode": "19a3a6",
      "ttTypeNameMedium": "Places",
      "ttTypeNameSuper": "Place and Address",
      "ttTypeNameTiny": "Other Places",
      "type": 1
    },
    "stats": {
      "videoCount": 319656
    }
  }
}