Rest API Manhwa Bahasa Indonesia
- Kiryuu02
- Natsu.id
- Gojonime
- Samehadaku
- Bacalightnovel
- **Anime, Komik, Novel, Film ( cooming soon )
- A-Z List Manhwa
- Manhwa Terbaru
- Manhwa Populer
- Manhwa Top
- Manhwa Ongoing
- Manhwa Rekomendasi
- Genre Manhwa
- Manhwa By Genre
- Detail Manhwa
- Search Manhwa
- Chapter Manhwa
- Express.js
- Node.js
- Axios
- Cheerio
- Vercel
# Clone repositori
git clone https://github.com/ranimev3/raweebapi/
# Masuk ke folder proyek
cd raweebapi
# Install dependensi
npm install
# Jalankan server
npm start
{
"title": "Return of The Greatest Lancer",
"link": "https://komikstation.org/manga/return-of-the-greatest-lancer/",
"imageSrc": "https://i0.wp.com/komikstation.org/wp-content/uploads/2021/09/Return-of-The-Greatest-Lancer-1.jpg?resize=100,130",
"chapters": [
{
"chapterLink": "https://komikstation.org/return-of-the-greatest-lancer-chapter-151/",
"chapterTitle": "Ch.151",
"timeAgo": "3 jam lalu"
},
{
"chapterLink": "https://komikstation.org/return-of-the-greatest-lancer-chapter-150/",
"chapterTitle": "Ch.150",
"timeAgo": "1 minggu lalu"
},
{
"chapterLink": "https://komikstation.org/return-of-the-greatest-lancer-chapter-149/",
"chapterTitle": "Ch.149",
"timeAgo": "2 minggu lalu"
}
]
}URL Utama API:
https://raweebapi.vercel.app/api/
Ganti $endpoint dengan list endpoint ini.
-
GET
/manhwa-newGet list manhwa terbaru.
Example:
https://raweebapi.vercel.app/api/manhwa-new
-
GET
/manhwa-popularGet list manhwa populer
Example:
https://raweebapi.vercel.app/api/manhwa-popular
-
GET
/manhwa-topGet list manhwa top
Example:
https://raweebapi.vercel.app/api/manhwa-top
-
GET
/manhwa-ongoingGet list manhwa ongoing
Example:
https://raweebapi.vercel.app/api/manhwa-ongoing
-
GET
/manhwa-recommendationGet list manhwa rekomendasi
Example:
https://raweebapi.vercel.app/api/manhwa-recommendation
-
GET
/manhwa-detail/:manhwaIdGet detail manhwa sesuai
manhwaId.Example:
https://raweebapi.vercel.app/api/manhwa-detail/nano-machine
-
GET
/chapter/:chapterIdGet detail chapter manhwa sesuai
chapterIdExample:
https://raweebapi.vercel.app/api/chapter/nano-machine-chapter-1
-
GET
/genresGet list genre.
Example:
https://raweebapi.vercel.app/api/genres
-
GET
/genre/:genreIdGet list manhwa sesuai genre.
Example:
https://raweebapi.vercel.app/api/genre/action -
GET
/genre/:genreId/page/:pageNumberGet list manhwa sesuai genre dan page.
Example:
https://raweebapi.vercel.app/api/genre/action/page/2
-
GET
/search/:searchIdGet list manhwa sesuai searchQuery.
Example:
https://raweebapi.vercel.app/api/search/nano%20machine
-
GET
/search/:searchId/page/:pageNumberGet list manhwa sesuai searchQuery dan page.
Example:
https://raweebapi.vercel.app/api/search/nano%20machine/page/2
-
GET
/listGet A-Z list manhwa.
Example:
https://raweebapi.vercel.app/api/list
