Manga Details
Request Served by API :
Endpoint : https://gomanga-api.vercel.app/api/manga/[MangaId]
The https://gomanga-api.vercel.app/api/manga/[mangaId] endpoint provides detailed information about a specific manga. Use the [mangaId] obtained from the manga List endpoint to access manga details.
Simple Fetch
Example :
GET https://gomanga-api.vercel.app/api/manga/vampire-family
Response :
{
  "id": "i-m-a-childhood-friend-and-i-want-to-remain-a-supporting-character-but-for-some-reason-i-became-the-heroine-s-love-interest",
  "title": "I'm a Childhood Friend, and I Want to Remain a Supporting Character, but for Some Reason, I Became the Heroine's Love Interest",
  "imageUrl": "http://gomanga-api.vercel.app/api/p?p=https%3A%2F%2Fimg-r1.2xstorage.com%2Fthumb%2Fi-m-a-childhood-friend-and-i-want-to-remain-a-supporting-character-but-for-some-reason-i-became-the-heroine-s-love-interest.webp",
  "author": "Unknown",
  "status": "Ongoing",
  "lastUpdated": "Jul-24-2025 05:24:22 AM",
  "views": "21,671",
  "genres": [
    "Drama",
    "Romance",
    "School life"
  ],
  "rating": "N/A",
  "chapters": [
    {
      "chapterId": "6",
      "views": "622",
      "uploaded": "3 hour ago",
      "timestamp": "Jul-24-2025 05:24"
    },
    {
      "chapterId": "5",
      "views": "547",
      "uploaded": "2 hour ago",
      "timestamp": "Jul-24-2025 06:24"
    },
    {
      "chapterId": "4",
      "views": "1,365",
      "uploaded": "2 day ago",
      "timestamp": "Jul-21-2025 09:24"
    },
    {
      "chapterId": "3",
      "views": "2,147",
      "uploaded": "04-12 07:33",
      "timestamp": "Apr-12-2025 07:33"
    },
    {
      "chapterId": "2",
      "views": "2,024",
      "uploaded": "04-12 07:33",
      "timestamp": "Apr-12-2025 07:33"
    },
    {
      "chapterId": "1",
      "views": "5,129",
      "uploaded": "2 day ago",
      "timestamp": "Jul-21-2025 09:24"
    }
  ]
}... more
NEXT >
Manga Chapter