GithubHelp home page GithubHelp logo

flymanhi / comics-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pth-1641/comics-api

0.0 0.0 0.0 176 KB

Vietnamese Comics API using scrape technique.

Home Page: https://comics-api.vercel.app

TypeScript 100.00%

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;
page: number; // option
status: 'all' | 'completed' | 'ongoing'; // option

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}`;

Recent Update Comics

page: number; // option
status: 'all' | 'completed' | 'ongoing'; // option

path: `/recent-update-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}`;

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

// Paths
All: `/top?page=${page}&status=${status}`;
Daily: `/top/daily?page=${page}&status=${status}`;
Weekly: `/top/weekly?page=${page}&status=${status}`;
Monthly: `/top/monthly?page=${page}&status=${status}`;
Chapter: `/top/chapter?page=${page}&status=${status}`;
Follow: `/top/follow?page=${page}&status=${status}`;
Comment: `/top/comment?page=${page}&status=${status}`;

comics-api's People

Contributors

pth-1641 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.