API Documentation
/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
/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
{
"drawNo": "6043/26",
"drawDate": "25/02/2026",
"p1": "7238",
"p2": "3170",
"p3": "9720",
"consolidateList": [...],
"starterList": [...],
...
}