Authorization: Bearer ********************
榜单垂直分类标签
接口获取榜单垂直分类标签
接口获取{
"date": 1,
"page_num": 1,
"page_size": 10,
"root_tag": 628,
"sub_tag": [
62808
],
"proxy": "false"
}
curl --location --request POST 'http://api.moreapi.cn/api/billboard/monitor_user' \
--header 'Content-Type: application/json' \
--data-raw '{
"date": 1,
"page_num": 1,
"page_size": 10,
"root_tag": 628,
"sub_tag": [
62808
],
"proxy": "false"
}'
{
"code": 0,
"path": "string",
"proxy": "string",
"time": "string",
"msg": "string",
"data": {
"user_list": [
{
"monitor_id": 0,
"user_id": "string",
"nick_name": "string",
"avatar_url": "string",
"fans_cnt": 0,
"like_cnt": 0,
"publish_cnt": 0,
"new_like_cnt": 0,
"new_fans_cnt": 0,
"second_tag_name": "string",
"monitor_status": 0,
"target_type": 0,
"target_cnt": 0,
"monitor_period": 0,
"notice_type": 0,
"notice_hour": 0,
"new_item_monitor": 0,
"new_item_target_type": 0,
"new_item_target_cnt": 0,
"fans_trends": [
{
"DateTime": "string",
"Value": 0
}
],
"fans_incr_rate": 0,
"nexus_id": 0,
"group_id": 0,
"group_name": "string"
}
],
"has_more": true
}
}