Kerala Jackpot Result API Documentation

API Base Information

Base URL: https://kljackpot.com

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

Endpoint 1: Get Result by Date

Method: GET

Endpoint:

/wp-json/kj3pm/v1/day?date=2025-06-14

Parameters

mple Response

{
  "id": 23,
  "draw_date": "2025-06-14",
  "draw_3pm": "2479"
}
Test this API

Endpoint 2: Get Monthly Paginated Results

Method: GET

Endpoint:

/wp-json/kj3pm/v1/month?month=2025-06&page=1

Parameters

ample Response

{
  "current_page": 1,
  "total": 18,
  "results": [
    {
      "id": 23,
      "draw_date": "2025-06-14",
      "draw_3pm": "2479"
    },
    {
      "id": 22,
      "draw_date": "2025-06-13",
      "draw_3pm": "5896"
    }
  ]
}
Test this API

Notes