---
title: "Get Place Info"
method: GET
path: "/api/place/info"
tags: ["Place"]
---

# Get Place Info

`GET /api/place/info`

Get Place Info

## Query parameters

- `placeId` string, required — Place ID

## Response `200`

Success

- object
  - `poiInfo` object
    - `poi` object
      - `address` string — Full address of the place
      - `allLevelGeoPoiInfo` object — Hierarchical geographic Point of Interest (POI) information for all levels
      - `category` string — Category of the place
      - `city` string — City name where the place is located
      - `cityCode` string — Unique identifier code for the city
      - `country` string — Country name where the place is located
      - `countryCode` string — Unique identifier code for the country
      - `fatherPoiId` string — ID of the parent POI, if this place belongs to a larger area
      - `fatherPoiName` string — Name of the parent POI
      - `id` string — Place ID
      - `indexEnabled` boolean — Indicates whether this place is indexed and searchable
      - `isClaimed` boolean — Indicates whether the place has been claimed by the owner
      - `isCollected` boolean
      - `name` string — Name of the place
      - `phoneInfo` object
        - `exist` boolean — Indicates whether phone information exists for the place
      - `pictureAlbum` object
        - `totalCount` number — Total number of pictures in the place’s album
      - `poiDetailTags` object[]
        - `content` string — Tag content describing the place
        - `tagType` number — Numeric code representing the type of the tag
      - `province` string — Province or state where the place is located
      - `ttTypeCode` string — Internal TikTok type code for the place
      - `ttTypeNameMedium` string — Medium-level type name of the place
      - `ttTypeNameSuper` string — Top-level type name of the place
      - `ttTypeNameTiny` string — Smallest-level type name of the place
      - `type` number — Numeric type indicator of the place
      - `typeCode` string — Optional type code for additional classification of the place
    - `stats` object
      - `videoCount` number — Total number of videos associated with this place

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api.md) · [All operations](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tikfly/tikfly-api-unoffical-tiktok-api/revisions/892e18b9f5af/schema)
