API ฟีดตอนใหม่ สำหรับนักพัฒนา
MangaThaiPlus เปิดรายการ ตอนที่อัปเดตล่าสุด ให้ดึงไปใช้ได้ฟรีในรูปแบบ JSON ไม่ต้องสมัคร ไม่ต้องมี API key ไม่มี rate limit เอาไปทำบอท Discord, ช่อง Telegram, วิดเจ็ต “ตอนใหม่วันนี้” หรือแอปส่วนตัวได้เลย
Endpoint
- เมธอด
GET· ไม่ต้องส่ง header อะไรเลย - คืน 100 ตอนล่าสุดของทั้งคลัง เรียงจากใหม่ไปเก่า
- อัปเดตทุกครั้งที่เว็บ deploy (โดยปกติหลายรอบต่อวัน) แคชที่ขอบ 5 นาที
- เรียกข้ามโดเมนได้ (
Access-Control-Allow-Origin: *) ใช้จาก JavaScript ในเบราว์เซอร์ได้ตรง ๆ
ตัวอย่างการเรียก
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 | ชื่ออังกฤษ/โรมันจิ (มีเฉพาะเรื่องที่มีข้อมูล) |
seriesSlug | slug ของเรื่อง ใช้เป็น key ได้ ไม่เปลี่ยน |
seriesUrl | ลิงก์หน้าเรื่อง |
type | manga / manhwa / manhua / webtoon |
status | ongoing / completed / hiatus |
cover | ปกขนาด 480px |
chapter | เลขตอน (number) |
chapterTitle | ชื่อตอน |
url | ลิงก์หน้าอ่านตอนนั้น |
publishedAt | เวลาที่ตอนขึ้นเว็บ (ISO 8601, UTC) |
เงื่อนไขการใช้งาน
ใช้ได้ฟรีทั้งงานส่วนตัวและงานสาธารณะ ขอเพียงอย่างเดียวคือ ให้เครดิตพร้อมลิงก์กลับมาที่ MangaThaiPlus ในที่ที่ผู้ใช้ของคุณเห็น เช่น ท้ายข้อความบอทหรือใต้วิดเจ็ต
ถ้าต้องการข้อมูลชุดอื่น (ทั้งคลัง, แยกตามหมวด, ประวัติย้อนหลัง) หรืออยากให้เพิ่มฟิลด์ บอกได้ที่ หน้าติดต่อ — เราอยากรู้ว่ามีคนเอาไปทำอะไรบ้าง
ช่องทางอื่น
- RSS ตอนใหม่ — สำหรับโปรแกรมอ่านฟีดทั่วไป
- Sitemap index — URL ทั้งหมดของเว็บ
- llms.txt — แผนผังเว็บสำหรับ AI assistant
- ตารางชื่อมังงะ ไทย-อังกฤษ — ใช้จับคู่ชื่อเรื่องข้ามเว็บ