API ฟีดตอนใหม่ สำหรับนักพัฒนา

MangaThaiPlus เปิดรายการ ตอนที่อัปเดตล่าสุด ให้ดึงไปใช้ได้ฟรีในรูปแบบ JSON ไม่ต้องสมัคร ไม่ต้องมี API key ไม่มี rate limit เอาไปทำบอท Discord, ช่อง Telegram, วิดเจ็ต “ตอนใหม่วันนี้” หรือแอปส่วนตัวได้เลย

Endpoint

/api/latest.json

ตัวอย่างการเรียก

curl -s https://mangathaiplus.com/api/latest.json
const res = await fetch('https://mangathaiplus.com/api/latest.json');
const feed = await res.json();
for (const c of feed.chapters) {
  console.log(c.series, c.chapter, c.url);
}

ตัวอย่างข้อมูลที่ได้

{
  "name": "MangaThaiPlus — ตอนใหม่ล่าสุด",
  "documentation": "https://mangathaiplus.com/api/",
  "attribution": "ข้อมูลจาก MangaThaiPlus (https://mangathaiplus.com) — ใช้ได้ฟรี ขอเครดิตพร้อมลิงก์กลับ",
  "updatedAt": "2026-09-06T04:12:00.000Z",
  "count": 100,
  "chapters": [
    {
      "series": "ราชันย์ผู้กลับมา",
      "seriesEnglish": "The Returned King",
      "seriesSlug": "the-returned-king",
      "seriesUrl": "https://mangathaiplus.com/series/the-returned-king/",
      "type": "manhwa",
      "status": "ongoing",
      "cover": "https://img.mangathaiplus.com/the-returned-king/cover-480.jpg",
      "chapter": 142,
      "chapterTitle": "ตอนที่ 142",
      "url": "https://mangathaiplus.com/series/the-returned-king/chapter-142/",
      "publishedAt": "2026-09-06T04:12:00.000Z"
    }
  ]
}

ฟิลด์ในแต่ละตอน

ฟิลด์ความหมาย
seriesชื่อเรื่องภาษาไทย
seriesEnglishชื่ออังกฤษ/โรมันจิ (มีเฉพาะเรื่องที่มีข้อมูล)
seriesSlugslug ของเรื่อง ใช้เป็น key ได้ ไม่เปลี่ยน
seriesUrlลิงก์หน้าเรื่อง
typemanga / manhwa / manhua / webtoon
statusongoing / completed / hiatus
coverปกขนาด 480px
chapterเลขตอน (number)
chapterTitleชื่อตอน
urlลิงก์หน้าอ่านตอนนั้น
publishedAtเวลาที่ตอนขึ้นเว็บ (ISO 8601, UTC)

เงื่อนไขการใช้งาน

ใช้ได้ฟรีทั้งงานส่วนตัวและงานสาธารณะ ขอเพียงอย่างเดียวคือ ให้เครดิตพร้อมลิงก์กลับมาที่ MangaThaiPlus ในที่ที่ผู้ใช้ของคุณเห็น เช่น ท้ายข้อความบอทหรือใต้วิดเจ็ต

ถ้าต้องการข้อมูลชุดอื่น (ทั้งคลัง, แยกตามหมวด, ประวัติย้อนหลัง) หรืออยากให้เพิ่มฟิลด์ บอกได้ที่ หน้าติดต่อ — เราอยากรู้ว่ามีคนเอาไปทำอะไรบ้าง

ช่องทางอื่น