comic latest - Serena1432/Touwa GitHub Wiki

GET /comic/latest

  • Description: Get 10 latest comics from the website.
  • Request Parameters/Queries: None.
  • 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 with 10 sub-objects with these parameters in it:

Name Type Description
name string The name of the comic.
url string The comic URL.
image_url string The wallpaper image URL.
id integer The comic ID.

Example success response

This response was done by myself in July 18, 2021 at 3:36 PM (GMT +7).

{
    "success": true,
    "url": "https://hentaivn.tv",
    "ping": "919ms",
    "data": [{
        "url": "https://hentaivn.tv/24834-doc-truyen-quan-he-cua-hai-ta.html",
        "name": "Quan Hệ Của Hai Ta",
        "image_url": "https://t.htvncdn.net/images/190/1626440416-title2.jpg",
        "id": 24834
    }, {
        "url": "https://hentaivn.tv/24861-doc-truyen-the-beauties-of-the-slumbering-woods.html",
        "name": "The Beauties of the Slumbering Woods",
        "image_url": "https://t.htvncdn.net/images/190/1626585456-001.thumb1.jpg",
        "id": 24861
    }, {
        "url": "https://hentaivn.tv/24860-doc-truyen-cao-lon-va-de-thuong.html",
        "name": "Cao lớn và dễ thương!",
        "image_url": "https://t.htvncdn.net/images/190/1626582133-01.jpg",
        "id": 24860
    }, {
        "url": "https://hentaivn.tv/24859-doc-truyen-b-trayal-6.html",
        "name": "B-Trayal 6",
        "image_url": "https://t.htvncdn.net/images/190/1626567872-1.jpg",
        "id": 24859
    }, {
        "url": "https://hentaivn.tv/24857-doc-truyen-co-nang-succubus-nho-nhan-sutora-chan.html",
        "name": "Cô nàng Succubus nhỏ nhắn Sutora-chan",
        "image_url": "https://t.htvncdn.net/images/190/1626549967-01.png",
        "id": 24857
    }, {
        "url": "https://hentaivn.tv/24856-doc-truyen-ghost-girls-wish.html",
        "name": "Ghost Girl's Wish",
        "image_url": "https://t.htvncdn.net/images/190/1626547574-001.thumb.jpg",
        "id": 24856
    }, {
        "url": "https://hentaivn.tv/24851-doc-truyen-riukykappa-my-camgirl-sister-part-4.html",
        "name": "(Riukykappa) My camgirl sister [Part 4]",
        "image_url": "https://t.htvncdn.net/images/190/1626516124-29.jpg",
        "id": 24851
    }, {
        "url": "https://hentaivn.tv/23892-doc-truyen-succubus-sakusei-bu.html",
        "name": "Succubus Sakusei-bu",
        "image_url": "https://t.htvncdn.net/images/190/1618550212-01copy.jpg",
        "id": 23892
    }, {
        "url": "https://hentaivn.tv/24855-doc-truyen-hatsukoi-ecchi-first-love-h-.html",
        "name": "Hatsukoi Ecchi - First love H.",
        "image_url": "https://t.htvncdn.net/images/190/1626538474-001.jpg",
        "id": 24855
    }, {
        "url": "https://hentaivn.tv/24854-doc-truyen-mechanical-doll-and-mother-fate-grand-order.html",
        "name": "Mechanical Doll and Mother (Fate/Grand Order)",
        "image_url": "https://t.htvncdn.net/images/190/1626535806-1.jpg",
        "id": 24854
    }]
}