Skip to main content
GET
Popular Hashtags
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

period
enum<integer>

Time period in days (7, 30, or 120)

Available options:
7,
30,
120
Example:

7

page
integer

Page number

Example:

1

countryCode
enum<string>

Country code to get popular hashtags from

Available options:
AU,
BR,
CA,
EG,
FR,
DE,
ID,
IL,
IT,
JP,
MY,
PH,
RU,
SA,
SG,
KR,
ES,
TW,
TH,
TR,
AE,
GB,
US,
VN
Example:

"US"

newOnBoard
boolean

Show only newly trending hashtags

Example:

false

Response

Successful response

Key Response Fields:

  • data.list[].hashtag_id: Unique hashtag ID
  • data.list[].hashtag_name: The hashtag text (without #)
  • data.list[].publish_cnt: Total number of videos published with this hashtag
  • data.list[].video_views: Total video views across all posts using this hashtag
  • data.list[].rank: Current position on the chart
  • data.list[].rank_diff: Change in rank since last period (0 = no change)
  • data.list[].rank_diff_type: Type of rank change (e.g. 2 = stable)
  • data.list[].is_promoted: Whether the hashtag is being promoted
  • data.list[].country_info.id: 2-letter country code (e.g. US)
  • data.list[].country_info.value: Full country name (e.g. United States)
  • data.list[].industry_info.id: Industry category ID
  • data.list[].industry_info.value: Industry name (e.g. Apparel & Accessories)
  • data.list[].trend[]: Popularity trend over time — each entry has time (Unix timestamp) and value (relative popularity 0–1)
  • data.pagination.page: Current page number
  • data.pagination.size: Items per page
  • data.pagination.total: Total number of hashtags available
  • data.pagination.has_more: Whether more pages exist