幸运时时彩开奖接口API演示:以下内容为幸运时时彩开奖接口返回的JSON格式示例数据。 除开奖号首位以*显示外,其余内容和格式与正式接口内容完全相同(注:同一开奖接口可包含1个或多个彩种、且期数和数据格式可以自行选择)
根部属性为彩种英文名称,expires为接口到期时间,term为开奖期次,time为开奖时间,nextTerm为下一期的期次,nextTime为下一期的开奖时间
{
  "xyssc": {
    "name": "幸运时时彩",
    "expires": "2025-07-08 19:43:43",
    "nextTerm": "20250708-083",
    "nextTime": "2025-07-08 19:50:00",
    "message": "",
    "opens": [
      {
        "term": "20250708-082",
        "number": "*,4,4,8,1",
        "time": "2025-07-08 19:40:00"
      },
      {
        "term": "20250708-081",
        "number": "*,2,5,4,5",
        "time": "2025-07-08 19:30:00"
      },
      {
        "term": "20250708-080",
        "number": "*,1,6,2,0",
        "time": "2025-07-08 19:20:00"
      },
      {
        "term": "20250708-079",
        "number": "*,3,1,0,4",
        "time": "2025-07-08 19:10:00"
      },
      {
        "term": "20250708-078",
        "number": "*,8,3,3,5",
        "time": "2025-07-08 19:00:00"
      }
    ]
  }
}