เอกสาร API
เชื่อมต่อผลรางวัลหวยกับแอปพลิเคชันของคุณด้วย API ที่แข็งแกร่งของเรา
GET
/api/check?number=123456&type=THAICheck a number against the latest Thai Government Lottery draw.
{
"win": true,
"prize": "prize1",
"amount": "6,000,000",
"drawDate": "2026-02-19",
"drawNo": "#40/2569"
}
POST
/api/subscribeSubscribe a user email to receive notifications.
{
"email": "user@example.com",
"type": "ALL"
}
