comic id chapters - Serena1432/Touwa GitHub Wiki
GET
/comic/:id/chapters
- Description: Get all of the chapters of a specific comic with a given ID.
- Request Parameters/Queries:
Parameter | Type | Description |
---|---|---|
id | string |
The comic ID. |
- Response Parameters:
This parameters table only explain objects in the data
object. For the parent object response parameters, go to the Normal API Response page.
The data
object will be an array contains the chapter sub-objects with these parameters below:
Name | Type | Description |
---|---|---|
name | string |
The chapter name. |
link | string |
The URL leads to the chapter link. |
upload_date | string |
The chapter's upload date. |
code | string |
The chapter's code to be used in the read endpoint. |
Example success response
GET /comic/18617/chapters
This response was done by myself in July 18, 2021 at 7:55 AM (GMT +7).
{
"success": true,
"url": "https://hentaivn.tv/18617-doc-truyen-.html",
"ping": "317ms",
"data": [
{
"name": "Ch. 3 [Bản Không Che]",
"link": "https://hentaivn.tv/18617-43363-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-3-ban-khong-che.html",
"upload_date": "20/04/2021",
"code": "18617-43363-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-3-ban-khong-che"
},
{
"name": "Ch. 2 [Bản Không Che]",
"link": "https://hentaivn.tv/18617-40068-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-2-ban-khong-che.html",
"upload_date": "13/10/2020",
"code": "18617-40068-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-2-ban-khong-che"
},
{
"name": "Ch. 1 [Bản Không Che]",
"link": "https://hentaivn.tv/18617-37866-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-1-ban-khong-che.html",
"upload_date": "20/07/2020",
"code": "18617-37866-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-1-ban-khong-che"
},
{
"name": "Ch. 9",
"link": "https://hentaivn.tv/18617-41483-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-9.html",
"upload_date": "03/01/2021",
"code": "18617-41483-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-9"
},
{
"name": "Ch. 8",
"link": "https://hentaivn.tv/18617-36669-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-8.html",
"upload_date": "23/05/2020",
"code": "18617-36669-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-8"
},
{
"name": "Ch. 7",
"link": "https://hentaivn.tv/18617-34775-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-7.html",
"upload_date": "27/03/2020",
"code": "18617-34775-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-7"
},
{
"name": "Ch. 6.2 [BONUS]",
"link": "https://hentaivn.tv/18617-34327-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-6-2-bonus.html",
"upload_date": "15/03/2020",
"code": "18617-34327-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-6-2-bonus"
},
{
"name": "Ch. 6.1 [BONUS]",
"link": "https://hentaivn.tv/18617-34213-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-6-1-bonus.html",
"upload_date": "14/03/2020",
"code": "18617-34213-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-6-1-bonus"
},
{
"name": "Ch. 6",
"link": "https://hentaivn.tv/18617-34109-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-6.html",
"upload_date": "12/03/2020",
"code": "18617-34109-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-6"
},
{
"name": "Ch. 5",
"link": "https://hentaivn.tv/18617-33582-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-5.html",
"upload_date": "25/02/2020",
"code": "18617-33582-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-5"
},
{
"name": "Ch. 4.1 [BONUS]",
"link": "https://hentaivn.tv/18617-38556-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-4-1-bonus.html",
"upload_date": "15/08/2020",
"code": "18617-38556-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-4-1-bonus"
},
{
"name": "Ch. 4",
"link": "https://hentaivn.tv/18617-33405-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-4.html",
"upload_date": "18/02/2020",
"code": "18617-33405-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-4"
},
{
"name": "Ch. 3",
"link": "https://hentaivn.tv/18617-33307-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-3.html",
"upload_date": "14/02/2020",
"code": "18617-33307-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-3"
},
{
"name": "Ch. 2.1 [BONUS]",
"link": "https://hentaivn.tv/18617-33435-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-2-1-bonus.html",
"upload_date": "20/02/2020",
"code": "18617-33435-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-2-1-bonus"
},
{
"name": "Ch. 2",
"link": "https://hentaivn.tv/18617-33255-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-2.html",
"upload_date": "12/02/2020",
"code": "18617-33255-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-2"
},
{
"name": "Ch. 1",
"link": "https://hentaivn.tv/18617-33191-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-1.html",
"upload_date": "10/02/2020",
"code": "18617-33191-xem-truyen-chuyen-sinh-den-the-gioi-ly-tuong-cua-toi-ch-1"
}
]
}