Dear Lottery Machine API Documentation

API Overview

Base URL: https://kljackpot.com

Version: v1

Prefix: /wp-json/dlm1/v1/

Endpoint 1: Get Result by Date

Method: GET

URL:

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

Parameters

Sample Response

{
  "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

Endpoint 2: Get Monthly Results

Method: GET

URL:

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

Parameters

Sample Response

{
  "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

Notes