{"date":"2026-06-17","game":"4d","id":"6145/26","jackpot":[8149403.94,587298.65],"numbers":["9088","1668","3668","----","1782","----","5823","0679","6197","----","0925","3148","8534","2067","3552","----","2699","0481","3979","4214","0627","7770","9740","3859","3694","2882"],"provider":"toto"}
curl --location --request GET 'https://zylalabs.com/api/13130/live+4d+draw+results+api/26629/get+4d+results&provider=Required&/=Required&game=Required&/=Required&date=Required' --header 'Authorization: Bearer YOUR_API_KEY'
{"9lotto":["4d","6d"],"cashsweep":["4d"],"damacai":["4d","6d"],"grand":["4d","6d"],"magnum":["4d","gold","life"],"sabah88":["4d","lotto"],"singapore":["4d","jackpot"],"stc":["4d"],"toto":["4d","5d6d","power","star","supreme"]}
curl --location --request GET 'https://zylalabs.com/api/13130/live+4d+draw+results+api/26630/get+available+4d+games' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Live 4D Draw Results API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
Use this API to retrieve real-time 4D results for Malaysia and Singapore. Including Magnum, Sportstoto, Damacai, STC, Cash Sweep, Sabah88 and SG 4d.
The "Get 4D Results" endpoint returns draw results including the date, game type, provider, jackpot amounts, and winning numbers. The "Get Available 4D Games" endpoint provides a list of available game names for specific providers.
Key fields in the "Get 4D Results" response include "date," "game," "provider," "jackpot," and "numbers." For "Get Available 4D Games," the response includes provider names as keys and their corresponding game types as values.
The "Get 4D Results" endpoint accepts parameters such as "provider," "game," and "date" to filter results. The "Get Available 4D Games" endpoint does not require parameters, as it returns all available games for each provider.
响应数据采用JSON格式结构。对于“获取4D结果”,它包括一个主对象,具有日期、游戏、提供者、奖池和号码字段。“获取可用4D游戏”响应是一个JSON对象,以提供者名称为键,以游戏类型数组为值
The data is sourced from official lottery providers in Malaysia and Singapore, including Magnum, Sportstoto, Damacai, and others. This ensures that the results are accurate and up-to-date.
Typical use cases include developing lottery tracking applications, providing real-time results for websites, and creating analytical tools for users interested in lottery trends and statistics.
Users can utilize the returned data by parsing the JSON response to extract relevant information, such as winning numbers and jackpot amounts, for display or analysis in their applications.
If the response contains partial or empty results, users should implement error handling to check for the presence of expected fields. They can also provide user feedback or default messages indicating no results were found.