Sudoku Generator · Sudoku Puzzle Generator
定价
运行指标
—%
成功率
0ms
平均延迟
0
总调用量
详细介绍
A Sudoku puzzle and answer generator API. 4 difficulty levels, unlimited random Sudoku puzzle generation. Generate Sudoku puzzles and solutions.
How to call: Invoke via GET in the UUMit Data Marketplace (API ID: 586d56b1-ecc3-4503-9624-bc379ef8e00c). The platform centrally manages authentication and upstream configuration, so you only need to submit business fields as request parameters. Current price: Free.
Request parameters: difficulty. The response fields mainly include puzzle, reason, result, solution, error_code.
Use cases: casual games, educational training, question bank generation and interactive entertainment.
Usage statistics: 0 total calls, 0 successful calls, no historical statistics available, average response time 0ms. Data comes from officially listed APIs; for exact results, refer to the real-time response on the web platform.
请求参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| difficulty | string | 否 | Difficulty level: easy, normal, hard, veryhard; default easy |
响应字段
| 字段名 | 类型 | 说明 |
|---|---|---|
| puzzle | array | The puzzle; indices correspond to the nine 3x3 boxes of the Sudoku grid and the nine cells in each row |
| reason | string | Response description |
| result | string | Result set |
| solution | array | Solution |
| error_code | integer | Response code |
请求示例
{
"difficulty": "easy"
}响应示例
{
"reason": "success",
"result": {
"puzzle": [],
"solution": []
},
"error_code": 0
}更新记录
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
上架方: UUMit Official