lottery-draw-query

Retrieve lottery draw results, history, prize checks, and classifications from structured APIs.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill lottery-draw-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lottery-draw-query
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/lottery-draw-query
Command: npx skills add https://github.com/qq5855144/GitHubM --skill lottery-draw-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

这个 Skill 帮你快速查询彩票开奖结果、历史开奖记录、中奖情况和彩票分类,省去手动查站点和反复核对号码的麻烦。

Core Features & Use Cases

  • 开奖结果查询:获取指定彩票当前期或指定期的开奖号码、截止日期和奖项信息。
  • 历史记录追溯:按期号、数量和分页参数查看历史开奖列表,适合回测和数据核对。
  • 中奖校验:输入投注号码后判断是否中奖,并返回奖项、要求和奖金。
  • 彩票分类映射:先查分类再获取对应 caipiaoid,适合做前端选择器或自动化流程。

Quick Start

请使用 lottery-draw-query skill 查询双色球 caipiaoid 为 11 的最新开奖结果,并返回开奖号码、蓝球和奖项明细。

Frequently Asked Questions about lottery-draw-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query lottery draw results and history using an API?

Query lottery draw results by sending JSON requests to structured lottery APIs to retrieve current draw numbers, deadlines, prize details, and historical records. You can trace history by period number, quantity, and pagination parameters for data backtesting and verification.

Can I verify winning lottery tickets automatically via an API?

Verify winning tickets automatically by inputting betting numbers into the lottery winning check endpoint. The API determines if the ticket won and returns the corresponding prize tier, matching requirements, and payout amount.

How do I map lottery types to IDs for an edge-function workflow?

Map lottery types to IDs by querying the lottery classification endpoint first. This returns the specific caipiaoid needed to query subsequent draw endpoints, enabling frontend selectors or automated edge-function integration workflows.

Do I need an INTEGRATIONS_API_KEY to build a lottery history query tool?

You need a platform-managed INTEGRATIONS_API_KEY to authorize requests when building a lottery history query tool. This key secures your JSON requests across query, history, winning, and class endpoints for web or edge-function environments.

What's the best way to retrieve historical lottery records for backtesting?

The best way to retrieve historical lottery records for backtesting is using the history tracing endpoint with specific period numbers and pagination parameters. This returns a structured list of past draws suitable for data verification workflows.

Can I use this lottery API query tool with Supabase and TypeScript?

You can use this lottery API query tool with Supabase and TypeScript because the Skill is designed for edge-function integration workflows. It handles JSON request processing seamlessly within these web development environments.