Making a document for your List's

Joined
Jan 3, 2021
Messages
10
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 😄
 
Joined
Feb 19, 2019
Messages
7
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.
 
Joined
Jan 3, 2021
Messages
10
I have now tried to do this and nothing happens..
I keep getting "{"code":404,"status":"error","message":"Not Found"}"
 
Joined
Jan 3, 2021
Messages
10
I did add that in the ID

It is this way /<ID>/ right or is it supposed to have /ID/?
 
Joined
Jan 3, 2021
Messages
10
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?
 
Joined
Feb 19, 2019
Messages
7
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
 
Custom title
Staff
Developer
Joined
Jan 19, 2018
Messages
2,474
@GBThor posted:

if I then change followed-Manga to on-hold-manga do I then get them on that list?
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
Code:
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.
 

Users who are viewing this thread

Top