Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (3) « 1 2 [3]
Feb 19, 2019 3:15 AM

Offline
Sep 2015
101
WhySooCereal said:
There seems to be a problem with grabbing user animelist data, such as for my personal list.

https://api.jikan.moe/v3/user/whysoocereal/animelist/all

returns:

{"error":"Failed to parse 'https://myanimelist.net/animelist/whysoocereal/load.json?offset=0&status=7'"}

Edit: This is no longer happening. It seems to be fixed as of 2/17/19 5pm EST

Hmm That's really weird. I'll scavenge the logs and see if I can find any errors for the duration it was failing to parse.

Prizem said:
Works perfectly! Thanks for the help!

Anytime!

The unofficial MyAnimeList REST API
Feb 21, 2019 7:18 PM
Offline
Jul 2018
561791
Could i use this to automate creating forum threads for my club?
Feb 21, 2019 8:34 PM

Offline
Sep 2015
101
seal308 said:
Could i use this to automate creating forum threads for my club?

Hey, good question. Unfortunately, you can not. The API is READ only. i.e, you can fetch information/data only and not perform any authenticated requests.
But feel free to use the API itself, if you've already a way to create threads and just want to fetch the data from Jikan.

The unofficial MyAnimeList REST API
Mar 20, 2019 9:13 AM

Offline
Mar 2017
2852
I found a bug. I'll fill out a proper bug report on github later when I get home.

Compare the following URLs:
https://api.jikan.moe/v3/anime/34340/stats/
https://myanimelist.net/anime/34340/Hikoichi_Tonchi_Banashi/stats
In summary, the vote values under Score Stats in the MAL link don't match the scores array in the json returned by Jikan. If I had to guess, it looks like Jikan isn't correctly handling the case where some of the scores have zero votes.

I tried a couple of manga entries with zero votes for some of the scores and the same thing happened.

Edit: Bug report has been submitted.

Edit #2: The problem has been fixed.
mwalimuApr 14, 2019 8:13 AM
A møøse once bit my sister...
Apr 16, 2019 3:43 AM
Offline
Oct 2017
14
hi, thanks for the great api
I was wondering how to sort user anime or manga list by score or last updated?
https://api.jikan.moe/v3/user/nameer94/animelist/completed
Apr 21, 2019 12:54 PM

Offline
Sep 2015
101
nameer94 said:
hi, thanks for the great api
I was wondering how to sort user anime or manga list by score or last updated?
https://api.jikan.moe/v3/user/nameer94/animelist/completed


Hi, sorry for the late response.
That's not currently possible with the Jikan API however you can directly use MAL's JSON API for lists to do this.

You can play around with the `order` and `order2` GET params to get these
purplepinapples said:

Some examples:

https://myanimelist.net/animelist/purplepinapples?status=1&order=12&order2=0 by episode progress

By air start date https://myanimelist.net/animelist/purplepinapples?status=1&order=14&order2=0

https://myanimelist.net/animelist/purplepinapples?order=5&status=1 last updated by user. This is different from user history as it doesnt require an episode change to be considered

Theres lots more, they can be found by clicking the filter button on the top right of modern lists



I'm not too active on the forums these days, consider joining our discord: https://discord.gg/4tvCr36

If not me, someone else would be able to respond :)

The unofficial MyAnimeList REST API
May 17, 2019 10:02 AM

Offline
Sep 2015
101
Jikan REST API v3.3 Release! - May 17th, 2019

Note: The base endpoint will remain /v3.
Semver is being used for the internal version of the API.

Links
- Documentation
- Source Changelog

Click here to read about the new features & changes (reddit.com/r/jikan)

Join us on Discord! - Report a bug


The unofficial MyAnimeList REST API
Jun 24, 2019 1:13 AM
Offline
Dec 2015
1
If by any change the genres mapping is still un accessible, here is a list of genres (in JSON) https://github.com/fernandochristyanto/myanimelist-masterdata-json

Hope it helps
Jun 29, 2019 4:52 AM

Offline
Sep 2015
101
Ferniant said:
If by any change the genres mapping is still un accessible, here is a list of genres (in JSON) https://github.com/fernandochristyanto/myanimelist-masterdata-json

Hope it helps

Hey, I'm curious as to what you mean regarding the genre mapping being unavailable?

The unofficial MyAnimeList REST API
Jul 12, 2019 6:39 AM
Offline
Jun 2010
2
Hey, Nekomata. Thanks for this great API! Is there any possibility to make genres included in response when getting some user's anime list? I mean, the response already includes much useful info, but genres are lacking and I need to make more requests to API to get it. Or is there any better way to get genres? Genre API is fine, but you still need to make requests and store genres in database to keep data actual. I need it for my MAL stats app.
Jul 14, 2019 4:54 AM

Offline
Sep 2015
101
onyazuka said:
Hey, Nekomata. Thanks for this great API! Is there any possibility to make genres included in response when getting some user's anime list? I mean, the response already includes much useful info, but genres are lacking and I need to make more requests to API to get it. Or is there any better way to get genres? Genre API is fine, but you still need to make requests and store genres in database to keep data actual. I need it for my MAL stats app.

Hi, unfortunately that's not possible. The User list endpoint in Jikan basically acts as a wrapper for MyAnimeList's own internal user list request: https://myanimelist.net/animelist/Nekomata1037/load.json?offset=0&status=7

It does not provide genre data to parse from.

The unofficial MyAnimeList REST API
Jul 14, 2019 7:54 AM

Offline
Mar 2017
2852
onyazuka said:
Hey, Nekomata. Thanks for this great API! Is there any possibility to make genres included in response when getting some user's anime list? I mean, the response already includes much useful info, but genres are lacking and I need to make more requests to API to get it. Or is there any better way to get genres? Genre API is fine, but you still need to make requests and store genres in database to keep data actual. I need it for my MAL stats app.

You might find some of what you're looking for on Malgraph at https://anime.plus/ . You might have to wait a few minutes in a queue for it to pull your data, but once that's done you can see some pretty interesting stuff about your anime viewing history.
A møøse once bit my sister...
Jan 3, 2020 10:45 PM

Offline
Apr 2011
215
Potentially it is possible with GraphQL, but i don't think that Nekomata can make it.
MyAnimeList Affinity Search - http://affinity.animesos.net/
Feb 28, 2020 9:17 AM
Offline
Feb 2017
1
Is there any way to list all anime starting with a specific letter? Like this https://myanimelist.net/anime.php?letter=A
Feb 28, 2020 3:05 PM

Offline
Sep 2015
101
darkFlameMasta_ said:
Is there any way to list all anime starting with a specific letter? Like this https://myanimelist.net/anime.php?letter=A


Yep

https://api.jikan.moe/v3/search/anime?letter=A

More documentation in advanced search query: https://jikan.docs.apiary.io/#reference/0/search

The unofficial MyAnimeList REST API
Dec 2, 2020 10:34 AM

Offline
Dec 2019
3529
This api is so great

Can you please answer this question here?
https://myanimelist.net/forum/?topicid=1878835
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Feb 18, 2021 7:29 AM
Offline
Sep 2011
28
With the Official API being in Beta I am wondering what you think the future of the Jikan API will be?

Has there already been any statement about this that I just couldn't find?

I'm currently running a severely outdated and not supported Atarashii API for a project of mine and am considering the Jikan API as a replacement since the official is more than a pain to work with (if you are not having access to a browser to authorize the app).
Feb 18, 2021 10:09 PM
Offline
May 2014
22
Fribbtastic said:
With the Official API being in Beta I am wondering what you think the future of the Jikan API will be?

Has there already been any statement about this that I just couldn't find?

I'm currently running a severely outdated and not supported Atarashii API for a project of mine and am considering the Jikan API as a replacement since the official is more than a pain to work with (if you are not having access to a browser to authorize the app).


I usually visit their discord server and I dont think they have any plans on discontinuing Jikan because of the official api. You can go to their discord and ask it there as well, you might get a detailed answer including their future roadmap.
Mar 2, 2021 11:27 AM

Offline
Sep 2015
101
Fribbtastic said:
With the Official API being in Beta I am wondering what you think the future of the Jikan API will be?

Has there already been any statement about this that I just couldn't find?

I'm currently running a severely outdated and not supported Atarashii API for a project of mine and am considering the Jikan API as a replacement since the official is more than a pain to work with (if you are not having access to a browser to authorize the app).


No plans to discontinue yet - there's quite a bit missing on the official that we're still making up for. However, some roadmaps features like forum API support have been dropped since the official API already has implemented that.

There's even a next major version in alpha testing (you can get access via our discord).

http://discord.jikan.moe/

The unofficial MyAnimeList REST API
Reply Disabled for Non-Club Members
Pages (3) « 1 2 [3]

More topics from this board

» [discontinued] I made a webapp to compare plan-to-watch lists

daux - Apr 16, 2022

33 by daux »»
Oct 2, 4:17 PM

» Requesting additional authorizations

SomeNewGuy - Aug 18

1 by ZeroCrystal »»
Aug 22, 8:31 AM

» Scraping from HTML suggested rate

Davenzo - Jan 8, 2023

4 by 7k72 »»
Jun 23, 6:35 AM

» Accessing Many Users' List

loukylor - Jun 11

0 by loukylor »»
Jun 11, 3:07 PM

» Caching strategy to avoid making additional API calls

Jakuten - Jun 3

4 by Jakuten »»
Jun 8, 11:30 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login