Skip to content

Latest commit

 

History

History
116 lines (67 loc) · 3.41 KB

StarApi.md

File metadata and controls

116 lines (67 loc) · 3.41 KB

\StarApi

All URIs are relative to https://open.douyin.com

Method HTTP request Description
StarAuthorScore Get /star/author_score 获取抖音星图达人指数
StarAuthorScoreV2 Get /star/author_score_v2 获取抖音星图达人指数数据V2
StarHostList Get /star/hot_list 获取抖音星图达人热榜

StarAuthorScore

StarAuthorScoreRsp StarAuthorScore(ctx, accessToken, openId)

获取抖音星图达人指数

获取抖音星图达人指数

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
accessToken string 调用/oauth/access_token/生成的token,此token需要用户授权。
openId string 通过/oauth/access_token/获取,用户唯一标志

Return type

StarAuthorScoreRsp

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

StarAuthorScoreV2

StarAuthorScoreV2Rsp StarAuthorScoreV2(ctx, accessToken, uniqueId)

获取抖音星图达人指数数据V2

获取抖音星图达人指数数据V2

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
accessToken string 调用/oauth/access_token/生成的token,此token需要用户授权。
uniqueId string 达人抖音号

Return type

StarAuthorScoreV2Rsp

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

StarHostList

StarHostListRsp StarHostList(ctx, accessToken, hotListType)

获取抖音星图达人热榜

获取抖音星图达人热榜

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
accessToken string 调用/oauth/access_token/生成的token,此token需要用户授权。
hotListType int64 达人热榜类型 `1` - 星图指数榜 `2` - 涨粉指数榜 `3` - 性价比指数榜 `4` - 种草指数榜 `5` - 精选指数榜 `6` - 传播指数榜

Return type

StarHostListRsp

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]