# 【实时】百度实时热搜

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /v2/baidu/hot:
    get:
      summary: 【实时】百度实时热搜
      deprecated: false
      description: ''
      tags:
        - 🔥 热门榜单
      parameters:
        - name: encoding
          in: query
          description: 编码方式，支持 text/json/markdown
          required: false
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  message:
                    type: string
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        rank:
                          type: integer
                        title:
                          type: string
                        desc:
                          type: string
                        score:
                          type: string
                        score_desc:
                          type: string
                        cover:
                          type: string
                        type:
                          type: string
                        type_desc:
                          type: string
                          nullable: true
                        type_icon:
                          type: string
                          nullable: true
                        url:
                          type: string
                      required:
                        - rank
                        - title
                        - desc
                        - score
                        - score_desc
                        - cover
                        - type
                        - type_desc
                        - type_icon
                        - url
                required:
                  - code
                  - message
                  - data
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: 🔥 热门榜单
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/5757303/apis/api-345694532-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://60s.viki.moe
    description: 正式环境
security: []

```
