Meionovels API

Unofficial REST API Documentation

GET http://meionovels.apirizz.my.id/api/home

Get latest updates and popular novels from the homepage.

Try it out
GET http://meionovels.apirizz.my.id/api/detail/:slug

Get full details of a specific novel including synopsis, chapters, and rating.

Example: Great Demon King
GET http://meionovels.apirizz.my.id/api/chapter?url={url}

Read a specific chapter. Requires the full chapter URL or path from Meionovels.

Example Chapter
GET http://meionovels.apirizz.my.id/api/search?q={query}&page={page}

Search for novels by title or keywords.

Example: "martial"
GET http://meionovels.apirizz.my.id/api/genres

Get a list of all available genres.

Try it out
GET http://meionovels.apirizz.my.id/api/genre/:slug?page={page}

Get a list of novels filtered by a specific genre.

Example: Action