Base URL: https://kljackpot.com
Version: v1
Prefix: /wp-json/klm230pm/v1/
Method: GET
URL:
https://kljackpot.com/wp-json/klm230pm/v1/day?date=2025-06-23
date
(required): Format YYYY-MM-DD
, e.g. 2025-06-23
{
"id": 12,
"draw_date": "2025-06-23",
"draw_230pm": "18, 22, 35, 41, 59"
}
Test this API
Method: GET
URL:
https://kljackpot.com/wp-json/klm230pm/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": 25,
"results": [
{
"id": 25,
"draw_date": "2025-06-23",
"draw_230pm": "18, 22, 35, 41, 59"
},
{
"id": 24,
"draw_date": "2025-06-22",
"draw_230pm": "07, 11, 33, 45, 67"
},
...
]
}
Test this API