# 【实时】夸克热点

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /v2/quark:
    get:
      summary: 【实时】夸克热点
      deprecated: false
      description: 数据来自夸克 7x24 小时实时热点：https://123.quark.cn
      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:
                        id:
                          type: string
                        title:
                          type: string
                        summary:
                          type: string
                        content:
                          type: string
                        source:
                          type: string
                        cover:
                          type: string
                        images:
                          type: array
                          items:
                            type: object
                            properties:
                              url:
                                type: string
                              width:
                                type: integer
                              height:
                                type: integer
                              type:
                                type: string
                              description:
                                type: string
                            required:
                              - url
                              - width
                              - height
                              - type
                            x-apifox-orders:
                              - url
                              - width
                              - height
                              - type
                              - description
                        category:
                          type: array
                          items:
                            type: string
                        tags:
                          type: array
                          items:
                            type: string
                        like_count:
                          type: integer
                        share_count:
                          type: integer
                        comment_count:
                          type: integer
                        published:
                          type: string
                        published_at:
                          type: integer
                        link:
                          type: string
                      required:
                        - id
                        - title
                        - summary
                        - content
                        - source
                        - cover
                        - tags
                        - like_count
                        - share_count
                        - comment_count
                        - published
                        - published_at
                        - link
                        - images
                        - category
                      x-apifox-orders:
                        - id
                        - title
                        - summary
                        - content
                        - source
                        - cover
                        - images
                        - category
                        - tags
                        - like_count
                        - share_count
                        - comment_count
                        - published
                        - published_at
                        - link
                required:
                  - code
                  - message
                  - data
                x-apifox-orders:
                  - 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-383391822-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://60s.viki.moe
    description: 正式环境
security: []

```
