{"code": 0, "message": "ok", "name": "10000.ooo 开奖同步 API", "version": "v1", "docPage": "https://api.10000.ooo/docs", "docHint": "完整中文说明请打开 docPage（网页），本接口为机器可读的简要索引", "website": "https://10000.ooo", "timezone": "Asia/Shanghai", "method": "GET", "auth": "无需注册、无需 API Key", "cors": true, "quickStart": [{"step": 1, "do": "每 5～10 秒请求一次", "url": "https://api.10000.ooo/api/v1/draws/latest"}, {"step": 2, "do": "读取 games.dice.latest / games.zodiac.latest / games.lotto.latest", "note": "即为各游戏最新已开奖的一期"}, {"step": 3, "do": "对比上次保存的 latest.slot（或 drawnAt）", "note": "变化则表示新开奖，更新你方页面"}], "games": [{"id": "dice", "name": "鱼虾蟹", "every": "2分钟", "intervalSeconds": 120}, {"id": "zodiac", "name": "十二生肖", "every": "3分钟", "intervalSeconds": 180}, {"id": "lotto", "name": "48码六合", "every": "5分钟", "intervalSeconds": 300}], "response": {"code": "0=成功，非0=错误", "message": "说明文字", "latestPaths": {"all": "games.{dice|zodiac|lotto}.latest", "schedule": "games.*.schedule（倒计时 nextDrawAt、countdownMs）"}}, "interfaces": {"recommended": {"GET /api/v1/draws/latest": "三款游戏最新开奖+倒计时（优先用这个）"}, "singleLatest": {"GET /api/v1/draws/dice/latest": "仅鱼虾蟹", "GET /api/v1/draws/zodiac/latest": "仅十二生肖", "GET /api/v1/draws/lotto/latest": "仅48码六合"}, "history": {"GET /api/v1/draws/dice/history?limit=50": "鱼虾蟹历史，limit 1-500", "GET /api/v1/draws/zodiac/history?limit=50": "生肖历史", "GET /api/v1/draws/lotto/history?limit=50": "六合历史，items 从新到旧"}, "other": {"GET /api/v1/help": "本说明（JSON）", "GET /docs": "完整文档（HTML 网页）"}, "notRecommended": {"GET /api/v1/state": "数据量过大，一般对接不需要"}}}