Base URL: https://kljackpot.com
Version: v1
Prefix: /wp-json/kljr/v1/
Method: GET
URL:
https://kljackpot.com/wp-json/kljr/v1/day?date=2025-06-14
date
(required): Format YYYY-MM-DD
, e.g. 2025-06-14
{
"id": 102,
"draw_date": "2025-06-14",
"draw_1030": "123",
"draw_1130": "456",
"draw_1230": "789",
"draw_0530": "321",
"draw_0630": "654",
"draw_0730": "987"
}
Test this API
Method: GET
URL:
https://kljackpot.com/wp-json/kljr/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": 60,
"results": [
{
"id": 101,
"draw_date": "2025-06-13",
"draw_1030": "112",
"draw_1130": "334",
...
},
...
]
}
Test this API