Playground

Retrieve TikTok popular-trend country and industry metadata API playground

Returns the country and industry metadata used by the TikTok Creative Center popular-trend endpoints.

GETapiKey8 credits/requestpopulartrend.countryIndustryMetaResponseDoc

Selected endpoint

GET /tiktok/popular-trend/country-industry-meta

Returns the country and industry metadata used by the TikTok Creative Center popular-trend endpoints.

Group
TikTok
Authentication
apiKey
Credit cost
8 credits/request
Path parameters
0
Query parameters
0
Body parameters
0
GETapiKey8 credits/requestcountryIndustryMetaResponseDoc

Retrieve TikTok popular-trend country and industry metadata

Returns the country and industry metadata used by the TikTok Creative Center popular-trend endpoints.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "country": [
      {
        "id": "AR",
        "value": "Argentina"
      }
    ],
    "industry": [
      {
        "id": "22000000000",
        "value": "Apparel & Accessories"
      }
    ]
  }
}