Announcement (Feb-17): Affiliate Banner and Infrastructure Changes
Announcement (Feb-04): Post mortem of what just occurred
Announcement (Feb-04): Post mortem of what just occurred
Author | Making a document for your List's |
---|---|
GBThor OP ![]() |
GBThor OP
2 mo ago
I am new to the site and I am wondering if there Is a way to simply click a button then I get a download of the list I have of the series that I am reading or what I have on hold or plan to read? Basically, a simple notepad document with the info of the series, what list they are on like if they are on the reading list, On hold, completed, etc All in 1 document or separated for each category. The reason I am asking is that I want to keep a list on the side in case if something were to happen to the site cause I have found billions or perhaps trillions of series to read 😄 |
![]() |
2 mo ago
You have to set your list to public go to the link and download the page. https://api.mangadex.org/v2/user/<user id>/followed-manga It is in api form tho but Firefox will can format it nicely. |
GBThor OP ![]() |
GBThor OP
2 mo ago
I have now tried to do this and nothing happens.. I keep getting "{"code":404,"status":"error","message":"Not Found"}" |
![]() |
2 mo ago
You need to put your own user id there. |
GBThor OP ![]() |
GBThor OP
2 mo ago
I did add that in the ID It is this way /<ID>/ right or is it supposed to have /ID/? |
![]() |
2 mo ago |
GBThor OP ![]() |
GBThor OP
2 mo ago
I got it now tnx So with followed-manga is that only the ones I am reading or is it all of them? if I then change followed-Manga to on-hold-manga do I then get them on that list? |
![]() |
2 mo ago
It is all of them. From the API. "(Optional) Filter the results by the follow type ID (i.e. 1 = Reading, 2 = Completed etc). Use 0 to remove filtering. Integer, default 0." For you it would be. https://api.mangadex.org/v2/user/2441242/followed-manga/1 |
Teasday Developer ![]() |
2 mo ago
This isn't actually possible right now, but thanks for bringing it up, I'll add that capability. Once it's up, you'll be able add type=<number> to the url to filter by the type, where 1 = Reading, 2 = Completed etc. in the same order as under the Follow button.In other words, https://api.mangadex.org/v2/user/2441242/followed-manga?type=3 will be the url for getting On Hold manga. You can check this thread for when we make the update. @Tigoreetur I only added the follow type filtering for followed-updates so far. |