Base URL: https://kljackpot.com
Version: v1
Prefix: /wp-json/dlm1/v1/
Method: GET
URL:
https://kljackpot.com/wp-json/dlm1/v1/day?date=2025-06-23
date
(required): Format YYYY-MM-DD
, e.g. 2025-06-23
{
"id": 42,
"draw_date": "2025-06-23",
"draw_1pm": "13, 28, 45, 51, 69",
"draw_6pm": "05, 17, 33, 44, 60",
"draw_8pm": "22, 39, 41, 55, 78"
}
Test this API
Method: GET
URL:
https://kljackpot.com/wp-json/dlm1/v1/month?month=2025-06&page=1
month
(required): Format YYYY-MM
, e.g. 2025-06
page
(optional): Page number, default is 1
{
"current_page": 1,
"total": 26,
"results": [
{
"id": 42,
"draw_date": "2025-06-23",
"draw_1pm": "13, 28, 45, 51, 69",
"draw_6pm": "05, 17, 33, 44, 60",
"draw_8pm": "22, 39, 41, 55, 78"
},
{
"id": 41,
"draw_date": "2025-06-22",
"draw_1pm": "14, 20, 38, 42, 57",
"draw_6pm": "08, 19, 27, 34, 65",
"draw_8pm": "16, 26, 36, 48, 70"
}
...
]
}
Test this API