DataEyesAI
home
home
  1. Web Search API​​ (Beta)
  • ​​Quick Start
    • Overview
    • Authorization
    • Online Debugging
    • Integration Guide
  • API Reference​​
    • Error Codes
    • HTTP Notes
  • Web Reader API​​ (Beta)
    • Web Reader API
      POST
  • Web Search API​​ (Beta)
    • Web Search API
      GET
    • Video Search api
      GET
    • Hot Search API
      GET
  • Modal Card API
    • Weather
      • All City ID
      • Weather Query API
  • Trending Search Query API
    • Trending Search Query API
      GET
  • ​​FAQ​​
    • Data Updates
  • Change Log​​
  1. Web Search API​​ (Beta)

Hot Search API

Developing
GET
/v1/trending

Request

Header Params

Responses

🟢200成功
application/json
Body

Example
{
    "code": 0,
    "data": {
        "list": [
            {
                "rank": 1,
                "title": "日媒:中国已暂停进口日本水产品"
            },
            {
                "rank": 2,
                "title": "女生遇套路贷:13万借款变1260万"
            },
            {
                "rank": 3,
                "title": "罗瑞卿大将之女罗点点逝世"
            },
            {
                "rank": 4,
                "title": "杭州官宣取消灵隐寺门票"
            },
            {
                "rank": 5,
                "title": "韩国前总统文在寅转型带货博主"
            },
            {
                "rank": 6,
                "title": "多位日本知名艺人表态"
            },
            {
                "rank": 7,
                "title": "中日最新交锋 没有握手"
            },
            {
                "rank": 8,
                "title": "起底高市早苗黑历史"
            },
            {
                "rank": 9,
                "title": "江苏科大通报\"郭某学术造假事件\""
            },
            {
                "rank": 10,
                "title": "美批准强制公开爱泼斯坦案文件"
            },
            {
                "rank": 11,
                "title": "中方穿五四青年服见日本官员"
            },
            {
                "rank": 12,
                "title": "仙侠手游类推荐"
            },
            {
                "rank": 13,
                "title": "财政部辟谣多项涉大湾区政策"
            },
            {
                "rank": 14,
                "title": "国安近年来破获一批日本间谍案"
            },
            {
                "rank": 15,
                "title": "联合国:台湾是中国一个省"
            },
            {
                "rank": 16,
                "title": "港媒:49.1万张飞日本机票被取消"
            },
            {
                "rank": 17,
                "title": "于东来不再兼任胖东来总经理"
            },
            {
                "rank": 18,
                "title": "枪杀安倍男子母亲称自己是凶手"
            },
            {
                "rank": 19,
                "title": "女子被未拴绳狗绊倒 做开颅手术"
            },
            {
                "rank": 20,
                "title": "荒野求生选手饿了41天喝上鸡汤"
            }
        ],
        "total": 20
    },
    "message": "success"
}
Previous
Video Search api
Next
All City ID