Genre List
Request Served by API :
Endpoint : https://gomanga-api.vercel.app/api/genre
This endpoint returns a list of available manga genres along with their associated metadata. Follow the steps below to make a request and understand the response format.
Simple Fetch
Use your preferred API testing tool (e.g., Postman, Insomnia) or any HTTP client library to make a GET request to the following endpoint:
or simply type this in your browser (make sure the server started) : https://gomanga-api.vercel.app/api/genre
Method : GET
Endpoint : https://gomanga-api.vercel.app/api/genre
Example :
GET https://gomanga-api.vercel.app/api/genre
Response :
{
  "genre": [
    "Newest",
    "Latest",
    "Top read",
    "All",
    "Completed",
    "Ongoing",
    "Comedy",
    "Supernatural",
    "Drama",
    "Fantasy",
    "Action",
    "Josei"
  ]
}... more
Endpoint : https://gomanga-api.vercel.app/api/genre/[value]/[page]
This endpoint returns a list of available manga genre
Method : GET
Endpoint : https://gomanga-api.vercel.app/api/genre/romance/1
Example :
GET https://gomanga-api.vercel.app/api/genre/romance/1
Response :
{
  "genre": "romance",
  "page": 1,
  "pagination": [
    1,
    1,
    2,
    3,
    1194
  ],
  "manga": [
    {
      "id": "my-perverted-stalker",
      "title": "My Perverted Stalker",
      "image": "http://gomanga-api.vercel.app/api/p?p=https%3A%2F%2Fimg-r1.2xstorage.com%2Fthumb%2Fmy-perverted-stalker.webp",
      "description": "You are reading My Perverted Stalker manga, one of the most popular manga covering in Drama, Romance, Yaoi, Smut genres, written by Minmi at MangaBuddy, a top manga site to offering for free. My Perverted Stalker has 207 translated chapters and translations of other chapters are in progress. Lets enjoy...."
    },
    {
      "id": "it-wasnt-love-at-first-sight",
      "title": "It Wasn’t Love At First Sight",
      "image": "http://gomanga-api.vercel.app/api/p?p=https%3A%2F%2Fimg-r1.2xstorage.com%2Fthumb%2Fit-wasnt-love-at-first-sight.webp",
      "description": "You are reading It Wasn’t Love At First Sight manga, one of the most popular manga covering in Drama, Fantasy, Manhwa, Romance genres, written by Aim at MangaBuddy, a top manga site to offering for free. It Wasn’t Love At First Sight has 44 translated chapters and translations of other..."
    },
    {
      "id": "fate-mate",
      "title": "Fate Mate",
      "image": "http://gomanga-api.vercel.app/api/p?p=https%3A%2F%2Fimg-r1.2xstorage.com%2Fthumb%2Ffate-mate.webp",
      "description": "You are reading Fate Mate manga, one of the most popular manga covering in Yaoi, Romance, Webtoons genres, written by Navy Sir, Sieru at MangaBuddy, a top manga site to offering for free. Fate Mate has 49 translated chapters and translations of other chapters are in progress. Lets enjoy. If..."
    },
    {
      "id": "world-of-ten-billion",
      "title": "World of Ten Billion",
      "image": "http://gomanga-api.vercel.app/api/p?p=https%3A%2F%2Fimg-r1.2xstorage.com%2Fthumb%2Fworld-of-ten-billion.webp",
      "description": "You are reading World of Ten Billion manga, one of the most popular manga covering in Action, Drama, Fantasy, Historical, Manhwa, Manhwa, Romance genres, written by at MangaBuddy, a top manga site to offering for free. World of Ten Billion has 17 translated chapters and translations of other chapters are..."
    }
  ]
}... more