Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/calendar中item的summary值始终为空 #173

Open
BERADQ opened this issue Dec 14, 2022 · 2 comments
Open

/calendar中item的summary值始终为空 #173

BERADQ opened this issue Dec 14, 2022 · 2 comments

Comments

@BERADQ
Copy link

BERADQ commented Dec 14, 2022

{
        "id": 899,
        "url": "http://bgm.tv/subject/899",
        "type": 2,
        "name": "名探偵コナン",
        "name_cn": "名侦探柯南",
        "summary": "",
        "air_date": "1996-01-08",
        "air_weekday": 1,
        "rating": {
          "total": 6357,
          "count": {
            "1": 17,
            "2": 6,
            "3": 16,
            "4": 41,
            "5": 198,
            "6": 738,
            "7": 1942,
            "8": 1906,
            "9": 750,
            "10": 743
          },
          "score": 7.7
        },
        "rank": 582,
        "images": {
          "large": "http://lain.bgm.tv/pic/cover/l/01/88/899_Q3F3X.jpg",
          "common": "http://lain.bgm.tv/pic/cover/c/01/88/899_Q3F3X.jpg",
          "medium": "http://lain.bgm.tv/pic/cover/m/01/88/899_Q3F3X.jpg",
          "small": "http://lain.bgm.tv/pic/cover/s/01/88/899_Q3F3X.jpg",
          "grid": "http://lain.bgm.tv/pic/cover/g/01/88/899_Q3F3X.jpg"
        },
        "collection": {
          "doing": 5689
        }
      }
@Predidit
Copy link

@trim21 很抱歉打扰您,我也遇到了这个问题

/calendar 在 Bangumi API Playground 给出的例子中,summary 字段为非空,但是实际请求时 summary 总是为空,这是一个预期行为吗。

为了获取番剧的简介,我们需要在请求 /calendar 之后请求 /v0/subjects/{subject_id} 这也增加了 Bangumi API 的负担。

@trim21
Copy link
Contributor

trim21 commented Sep 13, 2024

/calendar 这个 API 的问题没法修

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants