Lottery Check

Free online Lottery Check tool. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 5 种中国主流彩票 + 自定义规则
  • 主副区使用无放回抽样(无重复)
  • 号码排序显示
  • 每注号码独立,生成多注可一次看到

활용 사례

  • 娱乐/参考/概率研究
  • 请理性购彩,本工具不保证中奖

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/lottery_check/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/lottery_check/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 彩票 在工具页 JS 中实现