banner_jpg
Username/Email: Password:
Forums

MangaUpdates API Comments/Suggestions/Bugs

Pages (9) [ First ... 4 5 6 7 8 9 ] Next
You must be registered to post!
From User
Message Body
Member

10:56 am, Jul 1 2022
Posts: 3


A data dump method

Post #798076
user avatar
Member

12:58 am, Jul 2 2022
Posts: 7


+1 for Access-Control-Allow-Origin: * on non-authenticated, would be helpful for my userscripts 🙂

Member

12:35 am, Jul 21 2022
Posts: 2


Hello, I believe there is currently no method of getting the last updated series. The closest we have is to order by "date_added", could it be possible to add a method to order by "date_updated" or something similar. I know that there is no parameter as "date_updated", that is why, I am asking if anything similar can be done, to just get the last updated series?

Last edited by vishnubly at 12:37 am, Jul 21 2022

Member

1:25 am, Jul 21 2022
Posts: 2


Hello, I believe I have found a bug, in "categories/search", we cannot see any more than 2500 results, i.e for per page 100 results, after page 25, we cannot see any results, the same behavior is observed from UI as well: https://www.mangaupdates.com/categories.html?page=26&perpage=100&orderby=category

Member

5:54 am, Jul 21 2022
Posts: 8


verify tags by mods

Member

6:14 am, Jan 2 2023
Posts: 1


Hey every1, i'm trying to get the latest chapter number for a specific series but i'm having trouble understanding and using the API. I assume that to get a series info i just type 'https://api.mangaupdates.com/v1/series/255' into my browser. But this produces a blank page rather than an error response so i'm very confused.

Post #800577
Member

8:38 am, Jan 2 2023
Posts: 56


flaffy123, you need to use new ids (e.g. /series/5rducju) converted from base36 to integers:
https://api.mangaupdates.com/v1/series/12539749386

Post #800920
Member

10:19 am, Jan 21 2023
Posts: 1


Any chance to add OAuth Authentication (Authorization Code Flow)?
I have plans to create an app to sync reading lists, but I won't ask for the user password. I think OAuth can fill this gap.

MangaDex has plans to replace the existing regular authentication system with an OAuth way.

AniList already implements an OAuth authentication method.

Last edited by DarthMH at 10:25 am, Jan 21 2023

Post #800927 - Reply to (#800920) by DarthMH
user avatar


11:42 am, Jan 21 2023
Posts: 2658


Possibly. We're focused on redoing the front end right now. We may add personal access tokens as a stop gap at some point.

Member

1:23 pm, Jan 26 2023
Posts: 3


Could someone help me out?

Quote


This returns:

Quote
{"status":"exception","reason":"Field Validation Error","context":{"invalid-input":"base input was not an object"}}


Other requests work just fine, like getting the metadata and options of the list works just fine.

Post #800997 - Reply to (#800992) by JoeyWeeb
user avatar


5:47 am, Jan 27 2023
Posts: 2658


You have to make sure to use post and make sure to set the content type to JSON.

Post #801001 - Reply to (#800997) by Manick
Member

10:42 am, Jan 27 2023
Posts: 3


Thanks for the response, it was indeed json related, the payload was not being send in correct format.

It also seems like page & perpage fields are required(docs do not show it as required), when debugging I removed the payload, when the same error was thrown it made me believe it was something else. 😢

Thanks for the help!

Post #801002 - Reply to (#801001) by JoeyWeeb
user avatar


1:24 pm, Jan 27 2023
Posts: 2658


Those shouldn't be required... That's kind of odd if you can't get it to work without them.

Post #801003 - Reply to (#801002) by Manick
Member

1:55 pm, Jan 27 2023
Posts: 3


Found the reason, you need to atleast send an empty JSON as payload, no payload at all will fail.

Post #801164 - Reply to (#797206) by Xunu
Member

6:54 am, Feb 6 2023
Posts: 24


Are you still thinking of making UI / UX changes? I'm happy to help with a UX review (that's my day job). You are welcome to message me directly if you are interested 😎

NB: I'm not a developer so I can't help with that - not even front-end code.

Last edited by Saezuru70 at 6:55 am, Feb 6 2023

Pages (9) [ First ... 4 5 6 7 8 9 ] Next
You must be registered to post!