Toutiao Hot Search

Toutiao Hot Search

Others
HTTP Status Code Explanation
API Online Call
Request Address
https://api.briskapi.com/hot/toutiao
Request Method
POST
Request Authentication
Content-Type: application/json
Authorization: Bearer {API key}
Request Example CURL
curl https://api.briskapi.com/hot/toutiao \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{}'
Response Example
[
        {
		"title": "哪些手机超6千元不能国补?业内分析",
		"intro": "",
		"show": [],
		"score": 13970572,
		"img": "https://p9-sign.toutiaoimg.com/top-st....",
		"url": "https://www.toutiao.com/trending/7457110592156418057"
	},
	...
]
Response Description
  • title string
    The title of the trending topic
  • intro string
    A brief summary of the content
  • show array
    Extra details such as category (e.g. movie, novel, game), author, etc
  • score int
    Numeric score representing the topic’s “heat” or popularity
  • img string
    URL of the associated image
  • url string
    Direct link to the full content