| API informations |
|---|
APIYou 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 ListURL: 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 listURL: 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 pagesURL: 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. |