Skip to content

A simple manga api whose scrape data from manga websites.

License

Notifications You must be signed in to change notification settings

gotneb/manga_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mangahoot ☕

A manga api written with Go using MongoDB ❤️

About

This project uses a web scrapping tool to get all manga data.

API PATH = https://mangahoot.onrender.com

Servers

Server Host Language
1 https://www.mangainn.net 🇺🇲

Manga Detail

Returns one single result which matches with the name

/[server]/manga/detail/[manga name]

example: https://mangahoot.onrender.com/1/manga/detail/berserk

Manga Pages

Returns all pages related to manga name on specified chapter

/[server]/manga/pages/[manga name]/[chapter]

example: https://mangahoot.onrender.com/1/manga/pages/akame-ga-kill/30

Search Manga

Returns many results which matches with the name

/[server]/manga/search/[manga name]

example: https://mangahoot.onrender.com/1/manga/search/jojo

About

A simple manga api whose scrape data from manga websites.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages