Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Retrieve TikTok hashtag details API Playground

Returns the metadata payload for a TikTok hashtag page.

GETapiKey8 credits/requesttiktok.challengeResponseDocTikTok

Endpoint

Choose one catalog endpoint for this request.

15 shown
GETapiKey8 credits/requesttiktok.challengeResponseDocTikTok
GET /tiktok/hashtag/{name}

Retrieve TikTok hashtag details

Returns the metadata payload for a TikTok hashtag page.

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

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "challengeInfo": {
      "challenge": {
        "coverLarger": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
        "coverMedium": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
        "coverThumb": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
        "desc": "Merry #Christmas!",
        "id": "3242",
        "isCommerce": false
      },
      "challengeAnnouncement": {
        "body": "",
        "title": ""
      },
      "stats": {
        "videoCount": 0,
        "viewCount": 321900000000
      },
      "statsV2": {
        "videoCount": "33173666",
        "viewCount": "321857738740"
      }
    },
    "extra": {
      "fatal_item_ids": [],
      "logid": "2024121109145995D9E90EDC8E41018BB8",
      "now": 1733908499000
    },
    "log_pb": {
      "impr_id": "2024121109145995D9E90EDC8E41018BB8"
    },
    "shareMeta": {
      "desc": "321900.0m views - Watch awesome short videos created with trending hashtag #christmas",
      "title": "#christmas on TikTok"
    },
    "statusCode": 0,
    "status_code": 0
  }
}

Endpoint details

Returns the metadata payload for a TikTok hashtag page.

Method
GET
Path
/tiktok/hashtag/{name}
Authentication
apiKey
Credit cost
8 credits/request
Platform
TikTok
Parameters
2 documented fields

Request parameters

x-api-key:headername:path

Response schema fields

codedatadata.challengeInfodata.extradata.extra.fatal_item_idsdata.extra.logiddata.extra.nowdata.log_pbdata.log_pb.impr_iddata.shareMetadata.shareMeta.descdata.shareMeta.title

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "challengeInfo": {
      "challenge": {
        "coverLarger": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
        "coverMedium": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
        "coverThumb": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
        "desc": "Merry #Christmas!",
        "id": "3242",
        "isCommerce": false
      },
      "challengeAnnouncement": {
        "body": "",
        "title": ""
      },
      "stats": {
        "videoCount": 0,
        "viewCount": 321900000000
      },
      "statsV2": {
        "videoCount": "33173666",
        "viewCount": "321857738740"
      }
    },
    "extra": {
      "fatal_item_ids": [],
      "logid": "2024121109145995D9E90EDC8E41018BB8",
      "now": 1733908499000
    },
    "log_pb": {
      "impr_id": "2024121109145995D9E90EDC8E41018BB8"
    },
    "shareMeta": {
      "desc": "321900.0m views - Watch awesome short videos created with trending hashtag #christmas",
      "title": "#christmas on TikTok"
    },
    "statusCode": 0,
    "status_code": 0
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/tiktok/hashtag/<name>" \
  -H "x-api-key: <api-key>"