bangumi / api

Build your app on Bangumi
https://bangumi.github.io/api/
835 stars 34 forks source link

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

Open BERADQ opened 1 year ago

BERADQ commented 1 year ago
{
        "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 commented 1 week ago

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

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

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

trim21 commented 1 week ago

/calendar 这个 API 的问题没法修