KatsuteDev / Mal4J

Java wrapper for the official MyAnimeList API
https://katsute.dev/product/mal4j
GNU General Public License v2.0
36 stars 4 forks source link

Missing fields for `AnimeType` #420

Closed Katsute closed 9 months ago

Katsute commented 9 months ago

Missing fields for AnimeType

image

Katsute commented 9 months ago

mal anime/13259

ghost commented 9 months ago

https://api.myanimelist.net/v2/anime/13259

{
    "id": 13259,
    "title": "Kyoto Animation: Ajisai-hen",
    "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/anime/10/78122.jpg",
        "large": "https://cdn.myanimelist.net/images/anime/10/78122l.jpg"
    }
}
Katsute commented 9 months ago

mal anime/13259?fields=media_type

ghost commented 9 months ago

https://api.myanimelist.net/v2/anime/13259?fields=media_type

{
    "id": 13259,
    "title": "Kyoto Animation: Ajisai-hen",
    "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/anime/10/78122.jpg",
        "large": "https://cdn.myanimelist.net/images/anime/10/78122l.jpg"
    },
    "media_type": "cm"
}
Katsute commented 9 months ago

mal anime/50097?fields=media_type

ghost commented 9 months ago

https://api.myanimelist.net/v2/anime/50097?fields=media_type

{
    "id": 50097,
    "title": "Mahouka Koukou no Rettousei 10-shuunen Kinen PV",
    "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/anime/1838/118737.jpg",
        "large": "https://cdn.myanimelist.net/images/anime/1838/118737l.jpg"
    },
    "media_type": "pv"
}
Katsute commented 9 months ago

mal anime/50612?fields=media_type

ghost commented 9 months ago

https://api.myanimelist.net/v2/anime/50612?fields=media_type

{
    "id": 50612,
    "title": "Dr. Stone: Ryuusui",
    "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/anime/1071/124921.jpg",
        "large": "https://cdn.myanimelist.net/images/anime/1071/124921l.jpg"
    },
    "media_type": "tv_special"
}