Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MangaDex Search API

Search API for MangaDex. Hosted at http://mangadb-search.herokuapp.com/

Contains over 50,000 manga entries scraped from MangaDex.

Usage


List Manga Endpoint

/mangadb

Gets a list of all manga.

Query parameters:

Key Value
sortby views, title, rating
ascending true, false
nsfw true, false
limit the number of results to return
skip the number of results to offset by

Example:

https://mangadb-search.herokuapp.com/mangadb?sortby=views&ascending=false&nsfw=false&limit=12&skip=0


Search Endpoint

/mangadb/search

Search for a specific title or keyword

Query parameters:

Key Value
q your search query
nsfw true, false
limit the number of results to return
skip the number of results to offset by

Example:

https://mangadb-search.herokuapp.com/mangadb/search?q=chainsaw+man&nsfw=false&limit=12&skip=0

About

Search API for MangaDex

Resources

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages