跳转到主要内容
GET
cURL
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

date
string
必填

yyyy-MM-dd格式 榜单具体时间

示例:

"2026-07-05"

region
string
必填
示例:

"US"

rank_type
integer
必填

榜单类型 1=day 2=week 3=month

示例:

1

hashtag_rank_field
integer
必填

hashtag_rank_field说明:1=total_video_cnt,2=total_views_cnt,3=total_comments_cnt,4=total_digg_cnt,5=total_shares_cnt,6=total_favorites_cnt

示例:

1

page_num
integer
必填
示例:

1

page_size
integer
必填
示例:

10

响应

The response is of type object.