> ## Documentation Index
> Fetch the complete documentation index at: https://docs.api.ecylt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 60秒读懂世界

> 获取每日新闻简报



## OpenAPI

````yaml /api-reference/openapi_1.json get /v1/world_60s
openapi: 3.0.0
info:
  title: 二次元API
  description: 提供多种实用API服务
  version: 1.0.0
  contact:
    url: https://docs.api.ecylt.top
servers:
  - url: https://api-re.ecylt.com
    description: 主要API服务器
security: []
paths:
  /v1/world_60s:
    get:
      summary: 60秒读懂世界
      description: 获取每日新闻简报
      responses:
        '200':
          description: 成功返回数据
          content:
            application/json:
              schema:
                type: object
                properties:
                  msg:
                    type: string
                  二次元API:
                    type: string
                  data:
                    type: object
        '500':
          description: 服务器错误

````