幸运时时彩开奖接口API演示:以下内容为幸运时时彩开奖接口返回的JSON格式示例数据。 除开奖号首位以*显示外,其余内容和格式与正式接口内容完全相同(注:同一开奖接口可包含1个或多个彩种、且期数和数据格式可以自行选择)
根部属性为彩种英文名称,expires为接口到期时间,term为开奖期次,time为开奖时间,nextTerm为下一期的期次,nextTime为下一期的开奖时间
{
  "xyssc": {
    "name": "幸运时时彩",
    "expires": "2025-07-07 06:33:28",
    "nextTerm": "20250707-024",
    "nextTime": "2025-07-07 10:00:00",
    "message": "",
    "opens": [
      {
        "term": "20250707-023",
        "number": "*,2,1,3,2",
        "time": "2025-07-07 01:55:00"
      },
      {
        "term": "20250707-022",
        "number": "*,2,8,4,3",
        "time": "2025-07-07 01:50:00"
      },
      {
        "term": "20250707-021",
        "number": "*,7,7,9,3",
        "time": "2025-07-07 01:45:00"
      },
      {
        "term": "20250707-020",
        "number": "*,5,3,9,5",
        "time": "2025-07-07 01:40:00"
      },
      {
        "term": "20250707-019",
        "number": "*,8,5,3,7",
        "time": "2025-07-07 01:35:00"
      }
    ]
  }
}