Dear Jackpot Result API Documentation

API Base Information

Base URL:https://kljackpot.com

API Prefix: /wp-json/dearjackpot/v1/

Endpoint 1: Get Result by Date

Method: GET

Endpoint:

https://kljackpot.com/wp-json/dearjackpot/v1/day?date=2025-06-23

Parameters

Sample Response

{
    "id": 21,
    "draw_date": "2025-06-23",
    "draw_1pm": "15, 28, 47, 59",
    "draw_6pm": "11, 22, 35, 64",
    "draw_8pm": "09, 16, 43, 78"
  }
Test this API

Endpoint 2: Get Monthly Paginated Results

Method: GET

Endpoint:

https://kljackpot.com/wp-json/dearjackpot/v1/month?month=2025-06&page=1

Parameters

Sample Response

{
  "draw_date": "2025-06-24",
  "draw_1pm": "14, 27, 35, 60",
  "draw_6pm": "10, 33, 45, 66",
  "draw_8pm": "18, 26, 52, 77"
}
Test this API

Notes