Get lottery result files
Important Notice: Before using our API, please carefully review our License Terms. By accessing or utilizing our API services, you explicitly agree to comply with all conditions and obligations outlined therein. Failure to comply may result in the immediate suspension or termination of your API access, along with potential legal action.
Query Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| access-token | string | Authentication token for API access | Yes |
| date | string | Draw date in DD-MM-YYYY format, within the past 30 days. | Yes |
| timePm | number | Draw time in IST: 1 = 1 PM, 6 = 6 PM, 8 = 8 PM. | Yes |
| fileType | string | File format: jpg, webp or pdf. Defaults to jpg. | No |
Example Request
GET https://api.sambad.com/lottery/result?access-token=your_token&date=13-09-2026&timePm=1&fileType=jpgSuccessful Response
{"success":true,"data":{"date":"13-09-2026","time":"1pm","status":"ready","image":"https://sambad.com/images/lottery-sambad-1pm-13-09-2026.jpg"},"statusCode":200,"statusText":"OK"}Error Response
{"success":false,"data":{"name":"Internal Server Error","message":"An internal server error occurred.","code":0,"status":500},"statusCode":500,"statusText":"Internal Server Error"}Get Lottery Prizes
Query Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| access-token | string | Authentication token for API access | Yes |
| date | string | Draw date in DD-MM-YYYY format, within the past 30 days. | Yes |
| timePm | number | Draw time in IST: 1 = 1 PM, 6 = 6 PM, 8 = 8 PM. | Yes |
Example Request
GET https://api.sambad.com/lottery/prizes?access-token=your_token&date=13-09-2026&timePm=1Response Structure
A successful response contains winning numbers for prize categories 1 to 5:
- 1st Prize: One winning entry: a two-digit serial, a series letter and a five-digit ticket number
- 2nd Prize: Ten 5-digit winning numbers
- 3rd Prize: Ten 4-digit winning numbers
- 4th Prize: Ten 4-digit winning numbers
- 5th Prize: Multiple 4-digit winning numbers
Successful Response
{"success":true,"data":{"1":{"result":"51C 83388"},"2":{"result":"04430, 13048, 27253, 42567, 47943, 48113, 61138, 68157, 71203, 97044"},"3":{"result":"0255, 2200, 2986, 3657, 4024, 4585, 6087, 6486, 7876, 9808"},"4":{"result":"0847, 2168, 2232, 2919, 3484, 3639, 5633, 5899, 6905, 9915"},"5":{"result":"0106, 0132, 0146, 0207, 0270, 0306, 0392, 0420, 0436, 0496, ..."}},"statusCode":200,"statusText":"OK"}Error Response
{"success":false,"data":{"errors":{"timePm":"TimePm must be one of these values: 1, 6, 8"}},"statusCode":400,"statusText":"Bad Request"}Get the YouTube draw video
Query Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| access-token | string | Authentication token for API access | Yes |
| date | string | Draw date in DD-MM-YYYY format, within the past 30 days. | Yes |
| timePm | number | Draw time in IST: 1 = 1 PM, 6 = 6 PM, 8 = 8 PM. | Yes |
Example Request
GET https://api.sambad.com/lottery/video?access-token=your_token&date=13-09-2026&timePm=6Response Structure
The response contains the YouTube video ID, viewing and embed URLs, and iframe code for the requested draw:
- videoId: YouTube video ID
- embedUrl: URL for embedding the video in an iframe
- watchUrl: Direct link to the video on YouTube
- embedCode: Ready-to-use HTML iframe embed code
Successful Response
{ "success": true, "data": { "date": "13-09-2026", "time": "6pm", "videoId": "2lVtmVkVmj0", "embedUrl": "https://www.youtube.com/embed/2lVtmVkVmj0", "watchUrl": "https://www.youtube.com/watch?v=2lVtmVkVmj0", "embedCode": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/2lVtmVkVmj0\" title=\"Lottery Sambad 6 PM Live Draw\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>" }, "statusCode": 200, "statusText": "OK" }Error Response
{ "success": false, "data": { "errors": { "video": "Video is not available for this date and draw yet." } }, "statusCode": 404, "statusText": "Not Found" }Data Source & Authenticity
All draw results available through the Sambad.com API are compiled by Sambad.com directly from the results officially published by the Directorate of Nagaland State Lotteries and the Directorate of Sikkim State Lotteries for the Dear Lottery draws (1 PM, 6 PM and 8 PM). We do not purchase, license or resell data from any third-party data provider.
Each result is captured from the official publication, archived in its original form, and cross-checked against a second independent copy of the same official publication before it is released through the API. Result images and PDF files returned by the API are hosted on Sambad.com servers. Live draw video links point to publicly available broadcasts of the official draw.
Sambad.com is an independent information service. It is not the lottery operator and is not affiliated with, endorsed by or acting on behalf of the Government of Nagaland, the Government of Sikkim or their lottery directorates. In the event of any discrepancy between data provided through the API and the official publication, the official publication prevails. Data is provided "as is" for informational purposes only, without warranty of any kind, as set out in our License Terms.
