Open Source API

Da Ma Cai Draw Results

A lightweight, JSON-based API service for historical and latest Da Ma Cai lottery results. Hosted on GitHub for 100% uptime and zero latency.

Lightning Fast

Static JSON files served via high-speed CDN ensures your application gets data instantly.

Easy Integration

Simple RESTful structure. No API keys, no rate limits, just simple HTTP GET requests.

Always Updated

Automated scrapers ensure the latest draw results are pushed to the repository immediately.

API Documentation

GET

/results/draw_dates.json

Retrieve a comprehensive list of all available draw dates in the database.

curl https://damacai.hongineer.com/results/draw_dates.json
GET

/results/{YEAR}/{YYYYMMDD}.json

Retrieve specific draw results for a given date. Replace placeholders with the desired date.

# Example: Fetching results for Feb 25, 2026
curl https://damacai.hongineer.com/results/2026/20260225.json
Example JSON Response
{
  "drawNo": "6043/26",
  "drawDate": "25/02/2026",
  "p1": "7238",
  "p2": "3170",
  "p3": "9720",
  "consolidateList": [...],
  "starterList": [...],
  ...
}

Legal Disclaimer

Non-Affiliation: This project is an independent open-source initiative. It is neither affiliated with, nor endorsed by Pan Malaysian Pools Sdn. Bhd. (Da Ma Cai). All trademarks, logos, and brand names are the property of their respective owners.

Educational Use: This API and the associated scraper are provided strictly for educational and research purposes to demonstrate web data extraction and static API hosting techniques.

No Warranty: The data is provided "as-is" without any guarantees of accuracy, completeness, or timeliness. Use this data at your own risk. The developer is not responsible for any financial losses or damages resulting from the use of this service.

No Financial Advice: Lottery involves financial risk. This service does not encourage gambling. If you or someone you know has a gambling problem, please seek professional help.