Git Product home page Git Product logo

comics-api's Introduction

Comics API

Vietnamese Comics API using scrape technique.

โŒ Don't use this to crawl image!

Usage

Trending

page: number (option)

Path: /trending-comics?page={page}

Genres

Path: /genres

Comics By Genre

genre_id: string

Path: /genres/{genre_id}

Search

query: string
page: number (option)

Path: /search?q={query}&page={page}

Search Suggest

query: string

Path: /search-suggest?q={query}

Recommend Comics

Path: /recommend-comics

New Comics

page: number (option)
status: all | completed | ongoing (option)

Path: /new-comics?page={page}&status={status}

Boy Comics

page: number (option)

Path: /boy-comics?page={page}

Girl Comics

page: number (option)

Path: /girl-comics?page={page}

Completed Comics

page: number (option)

Path: /completed-comics?page={page}

Recent Update Comics

page: number (option)

Path: /recent-update-comics?page={page}

Comic Detail

comic_id: string

Path: /comics/{comic_id}

Comic Chapters

comic_id: string

Path: /comics/{comic_id}/chapters

Single Chapter

comic_id: string
chapter_id: number

Path: /comics/{comic_id}/chapters/{chapter_id}

Top

page: number (option)
status: all | completed | ongoing (option)

> All Comic

Path: /top?page={page}&status={status}

> Daily Comic

Path: /top/daily?page={page}&status={status}

> Weekly Comic

Path: /top/weekly?page={page}&status={status}

> Monthly Comic

Path: /top/monthly?page={page}&status={status}

> Chapter

Path: /top/chapter?page={page}&status={status}

> Follow

Path: /top/follow?page={page}&status={status}

> Comment

Path: /top/comment?page={page}&status={status}

comics-api's People

Contributors

pth-1641 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.