Skip to main content
GET
/
api
/
place
/
info
Get Place Info
curl --request GET \
  --url https://tiktok-api23.p.rapidapi.com/api/place/info \
  --header 'x-rapidapi-key: <api-key>'
{
  "poiInfo": {
    "poi": {
      "address": "California, United States",
      "allLevelGeoPoiInfo": {},
      "category": "Places",
      "city": "",
      "cityCode": "116023605",
      "country": "",
      "countryCode": "6252001",
      "fatherPoiId": "",
      "fatherPoiName": "",
      "id": "22535865202704586",
      "indexEnabled": true,
      "isClaimed": false,
      "isCollected": false,
      "name": "Hollywood",
      "phoneInfo": {
        "exist": false
      },
      "pictureAlbum": {
        "totalCount": 0
      },
      "poiDetailTags": [
        {
          "content": "Places",
          "tagType": 5
        }
      ],
      "province": "",
      "ttTypeCode": "19a3a6",
      "ttTypeNameMedium": "Places",
      "ttTypeNameSuper": "Place and Address",
      "ttTypeNameTiny": "Other Places",
      "type": 1,
      "typeCode": ""
    },
    "stats": {
      "videoCount": 319656
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

placeId
string
required

Place ID

Example:

"22535865202704586"

Response

Success

poiInfo
object