Skip to main content
GET
/
trending
/
hashtags
Get Trending Hashtags
curl --request GET \
  --url https://api.zilodata.com/api/v1/tiktok/trending/hashtags \
  --header 'Authorization: Bearer <token>'
{
  "hashtags": [
    {
      "name": "dance",
      "viewCount": 1000000000
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:50
region
string
default:US

Response

200 - application/json

Successful response

hashtags
object[]