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 #392

Closed Katsute closed 1 year ago

Katsute commented 1 year ago

characters{num_favorites}

people{alternative_names,num_favorites,more}

More can be set to map, split on newline br and :

Katsute commented 1 year ago

mal people/10765?fields=id,first_name,last_name,alternative_names,num_favorites,main_picture,birthday,more

ghost commented 1 year ago

https://api.myanimelist.net/v2/people/10765?fields=id,first_name,last_name,alternative_names,num_favorites,main_picture,birthday,more

{
    "id": 10765,
    "first_name": "Ai",
    "last_name": "Kayano",
    "alternative_names": [],
    "num_favorites": 25442,
    "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/voiceactors/3/60503.jpg"
    },
    "birthday": "1987-09-13",
    "more": "Blood type: O<br />\r\nBirth place: Tokyo, Japan<br />\r\nNickname: Kayanon (かやのん)<br />\r\n<br />\r\nAi Kayano became interested in voice acting while watching foreign films, which are dubbed into Japanese in Japan. While she learned about the seiyuu profession in high school, she was first interested in becoming a beautician. After completing beauty vocational school, Kayano enrolled in the Pro-Fit Voice Actor&#039;s School and graduated in 2010, debuting that April as a professional seiyuu.<br />\r\n<br />\r\nKayano took on a number of minor roles before landing her first regular role as Itsuwa in the [i]Toaru Majutsu no Index[/i] series. In 2011, she debuted in her first lead role in [i]Ano Hi Mita Hana no Namae wo Bokutachi wa Mada Shiranai.[/i] as Meiko Honma. Kayano&#039;s performance in the series resulted in her being named a Newcomer of the Year in the 6th Annual Seiyuu Awards.<br />\r\n<br />\r\nKayano left the Pro-Fit talent agency in September 2014 and joined Office Osawa in January 2015.<br />\r\n<br />\r\nAs a fan of sake, Kayano hosts a web program titled [url=https://www.youtube.com/channel/UC0D6qi-Gr5RW7hqOvTEKmAw][i]Kayanomi[/i][/url] in which she samples various kinds of sake.<br />\r\n<br />\r\n[i]Personal[/i] Twitter: @[url=https://twitter.com/kayanoai_0913]kayanoai_0913[/url]<br />\r\n[i]Kayanomi[/i] Twitter: @[url=https://twitter.com/_kayanomi]_kayanomi[/url]<br />\r\nProfile: [url=http://osawa-inc.co.jp/women/kayanoai/]osawa-inc.co.jp/women/k...[/url]"
}
Katsute commented 1 year ago

mal anime/13759?fields=discussions,forum,posts,post,discussion

ghost commented 1 year ago

https://api.myanimelist.net/v2/anime/13759?fields=discussions,forum,posts,post,discussion

{
    "id": 13759,
    "title": "Sakura-sou no Pet na Kanojo",
    "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/anime/4/43643.jpg",
        "large": "https://cdn.myanimelist.net/images/anime/4/43643l.jpg"
    }
}