Authorization: Bearer ********************
{
"page":1,
"page_size":10,
"sentence_tag":"",
"order":"",
"proxy":"false"
}
curl --location --request POST 'http://api.moreapi.cn/api/billboard/rise' \
--header 'Content-Type: application/json' \
--data-raw '{
"page":1,
"page_size":10,
"sentence_tag":"",
"order":"",
"proxy":"false"
}'
{
"code": 0,
"msg": "string",
"data": {
"page": {
"page": 0,
"page_size": 0,
"total": 0
},
"objs": [
{
"rank": 0,
"rank_diff": 0,
"sentence": "string",
"sentence_id": 0,
"create_at": 0,
"hot_score": 0,
"video_count": 0,
"sentence_tag": 0,
"city_code": 0,
"trends": [
{
"datetime": "string",
"hot_score": 0
}
],
"index": 0,
"SnapshotSubType": "string",
"city_name": "string",
"sentence_tag_name": "string",
"SnapshotType": 0,
"SnapshotID": 0,
"first_item_cover_url": "string",
"is_favorite": true,
"item_list": null,
"item_list_i64": null,
"recommend_type": null
}
],
"last_update_time": "string"
}
}