/api/v1API Overview & System Status
ตรวจสอบสถานะระบบ สถิติจำนวนข้อมูลทั้งหมด (เฮนไต, มังงะ, โดจิน, หมวดหมู่) และสารบัญ Endpoints
curl -X GET "https://domain.com/api/v1" \ -H "x-api-key: YOUR_API_KEY" \ -H "Accept: application/json"
ดูตัวอย่าง JSON Response (Sample Schema)
{
"success": true,
"code": 200,
"data": {
"name": "HentiTH Content & Streaming API",
"version": "1.0.0",
"status": "operational",
"documentation": "https://domain.com/docs",
"serverTime": "2026-09-12T12:00:00.000Z",
"statistics": {
"totalHentai": 1022,
"totalDoujins": 1485,
"totalMangas": 557,
"totalCategories": 192
}
}
}