{
"type": 0,
"topNum": 10,
"isExtended": true
}
curl --location --request POST '/v1/hotRank/getHotRank' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"topNum": 10,
"isExtended": true
}'
{
"code": 0,
"success": true,
"message": "string",
"data": [
{
"title": "string",
"url": "string",
"topId": 0,
"heatIndex": 0,
"type": 0,
"listType": 0,
"rankingChanges": 0,
"firstInsertTime": "string",
"onListTime": 0,
"insertTime": "string",
"uuid": "string",
"uniqueId": "string",
"label": "string",
"expand": {
"author": "string",
"viewCount": 0,
"followerCount": 0,
"visitsCount": 0,
"cover": "string",
"summary": "string",
"readCount": 0,
"commentCount": 0,
"interactionCount": 0,
"originalCount": 0,
"read24h": 0,
"comment24h": 0,
"interaction24h": 0,
"original24h": 0,
"read30d": 0,
"comment30d": 0,
"interaction30d": 0,
"original30d": 0,
"duration": 0,
"publishTime": "string",
"topicName": "string",
"aiContent": "string"
},
"firstRanking": 0,
"historyMaxRanking": 0
}
],
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}