Description data missing from anime/id

Issue #78 duplicate
James created an issue

The /anime/id API is no longer returning the Description as shown here in this output:

{
  "rank": 2014,
  "sequels": [
  ],
  "watched_status": null,
  "status": "currently airing",
  "title": "The iDOLM@STER Cinderella Girls 2nd Season",
  "side_stories": [
  ],
  "tags": [
  ],
  "members_score": 7.3499999999999996,
  "synopsis": null,
  "members_count": 7560,
  "end_date": null,
  "spin_offs": [
  ],
  "summaries": [
  ],
  "score": null,
  "listed_anime_id": null,
  "character_anime": [
  ],
  "other_titles": {
    "english": [
      "THE IDOLM@STER CINDERELLA GIRLS 2nd SEASON"
    ],
    "japanese": [
      "アイドルマスター シンデレラガールズ 2ndシーズン"
    ],
    "synonyms": [
      "The Idolmaster Cinderella Girls Second Season"
    ]
  },
  "popularity_rank": 2696,
  "manga_adaptations": [
  ],
  "type": "TV",
  "parent_story": null,
  "id": 30344,
  "episodes": 0,
  "prequels": [
  ],
  "alternative_versions": [
  ],
  "watched_episodes": null,
  "genres": [
    "Comedy",
    "Drama",
    "Music"
  ],
  "start_date": "Sat Jul 18 12:00:00 -0400 2015",
  "classification": "PG-13 - Teens 13 or older",
  "favorited_count": 17,
  "image_url": "http://cdn.myanimelist.net/images/anime/9/75120.jpg"
}

Comments (4)

  1. Michael Johnson

    Fix is currently only on the develop branch. MAL has been changing a lot of things recently, and it's been quite a bit of effort to keep up.

  2. Log in to comment