https://github.com/gotneb/manga_api
A simple manga api whose scrape data from manga websites.
https://github.com/gotneb/manga_api
colly go manga-scraper mongodb scraping-websites
Last synced: 2 months ago
JSON representation
A simple manga api whose scrape data from manga websites.
- Host: GitHub
- URL: https://github.com/gotneb/manga_api
- Owner: gotneb
- License: mit
- Created: 2022-08-30T21:50:56.000Z (almost 3 years ago)
- Default Branch: stable
- Last Pushed: 2023-04-15T23:55:48.000Z (about 2 years ago)
- Last Synced: 2025-03-24T16:05:35.937Z (3 months ago)
- Topics: colly, go, manga-scraper, mongodb, scraping-websites
- Language: Go
- Homepage:
- Size: 103 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mangahoot :coffee:
A manga api written with Go using MongoDB :heart:## About
This project uses a web scrapping tool to get all manga data.**API PATH** = [https://mangahoot.onrender.com](https://mangahoot.onrender.com)
## Servers
| Server | Host | Language |
| --- | --- | --- |
| 1 | https://www.mangainn.net | :us_outlying_islands: |## 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