api-hentaifox-com

Api hentaifox.com (TypeScript)

Usage no npm install needed!

<script type="module">
  import apiHentaifoxCom from 'https://cdn.skypack.dev/api-hentaifox-com';
</script>

README

hentaifox.com API

A API wrapper that reads the HTML of the site and extracts info

This library supports fetching:

  • Manga,
  • List of Manga,
  • tags/characters/parodies/catagories/groups/artists

Install

npm install --save api-hentaifox-com

API

Manga

getManga(manga_id)

Lists

WARNING: The string arguments are not escaped (Eg. query, tag, ...)

getHomeManga([page])

searchByText(query [, page])

searchByCharacter(character [, page])

searchByTag(tag [, page])

searchByArtist(artist [, page])

searchByParody(parody [, page])

searchByGroup(group [, page])

Tags

getTags([page])

getArtists([page])

getCharacters([page])

getParodies([page])

getGroups([page])