Forgot Password? Reset it
API informations

API


You can get all manga informations, chapters and download chapters's images/zip/pdf through our API.
All the informations are sent in JSON format.


Manga List


URL: http://www.mangaeden.com/api/list/[language]/
Where [language] can be 0 (English) or 1 (Italian)
Returned data: each dictionary in the key "manga" contains the manga's image ("im"), the title ("t"), the manga ID ("i") and the manga alias ("a")


Manga info and chapters list


URL: http://www.mangaeden.com/api/manga/[manga.id]/
Example: http://www.mangaeden.com/api/manga/4e70e9f6c092255ef7004336/
Where [manga.id] is the manga's id you can get with the previous api call
Returned data: all the informations and chapters of the manga.


Chapter pages


URL: http://www.mangaeden.com/api/chapter/[chapter.id]/
Example: http://www.mangaeden.com/api/chapter/4e711cb0c09225616d037cc2/
Where [chapter.id] is the chapter's id you can get with the previous api call
Returned data: the images's urls and sizes of the chapter

Note: to download an image you have to add "http://cdn.mangaeden.com/mangasimg/" ahead the image's url.
Note: the dates are unix time stamps.


Copyrights and trademarks for the manga, and other promotional materials are held by their respective owners and their use is allowed under the fair use clause of the Copyright Law.
About | Donate | Privacy | Legal Disclaimer | Terms of Service | Contact Us | API | Mobile Version | Top
Back To Top