---
title: "每日放送"
method: GET
path: "/calendar"
tags: ["条目"]
---

# 每日放送

`GET /calendar`

## Response `200`

每日放送

- object[]
  - `weekday` object
    - `en` string
    - `cn` string
    - `ja` string
    - `id` integer
  - `items` LegacySubjectSmall[]
    - `id` integer — 条目 ID
    - `url` string — 条目地址
    - `type` 1 | 2 | 3 | 4 | 6 — 条目类型 - `1` 为 书籍 - `2` 为 动画 - `3` 为 音乐 - `4` 为 游戏 - `6` 为 三次元 没有 `5`
    - `name` string — 条目名称
    - `name_cn` string — 条目中文名称
    - `summary` string — 剧情简介
    - `air_date` string — 放送开始日期
    - `air_weekday` integer — 放送星期
    - `images` object — 封面
      - `large` string
      - `common` string
      - `medium` string
      - `small` string
      - `grid` string
    - `eps` integer — 话数
    - `eps_count` integer — 话数
    - `rating` object — 评分
      - `total` integer — 总评分人数
      - `count` object — 各分值评分人数
        - `1` integer
        - `2` integer
        - `3` integer
        - `4` integer
        - `5` integer
        - `6` integer
        - `7` integer
        - `8` integer
        - `9` integer
        - `10` integer
      - `score` number — 评分
    - `rank` integer — 排名
    - `collection` object — 收藏人数
      - `wish` integer — 想做
      - `collect` integer — 做过
      - `doing` integer — 在做
      - `on_hold` integer — 搁置
      - `dropped` integer — 抛弃

## Changes

- **2022-09-04** `2c965ff70bed` — 1 breaking, 15 info
  - the `items/items/items/` response's property type changed from no type to `object` for status `200`
  - added the optional property `items/items/items/air_date` to the response with the `200` status
  - added the optional property `items/items/items/air_weekday` to the response with the `200` status
  - added the optional property `items/items/items/collection` to the response with the `200` status
  - …12 more
- **2022-04-24** `171362386f6a` — 2 info
  - added `#/components/schemas/SubjectLegacy` to the `items/items/items/allOf[#/components/schemas/SubjectBase]/` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/Subject` from the `items/items/items/allOf[#/components/schemas/SubjectBase]/` response property `allOf` list for the response status `200`
- **2022-04-20** `b563cadc4629` — 1 info
  - api operation id `getCalendar` was added
- **2018-03-03** `93fb38ef89aa` — 1 breaking, 13 warning, 1 info
  - the `items/items/items/` response's property type changed from `object` to no type for status `200`
  - removed the optional property `items/items/items/air_date` from the response with the `200` status
  - removed the optional property `items/items/items/air_weekday` from the response with the `200` status
  - removed the optional property `items/items/items/collection` from the response with the `200` status
  - …11 more
- …earlier changes not shown

[Full history](https://skmtc.dev/bangumi/apis/bangumi-api/changes/calendar/get.md)

---

[API](https://skmtc.dev/bangumi/apis/bangumi-api.md) · [All operations](https://skmtc.dev/bangumi/apis/bangumi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bangumi/bangumi-api/revisions/616e2d485815/schema)
