UUMit Logo

Sudoku Generator · Sudoku Puzzle Generator

Sudoku Game Puzzle
A Sudoku puzzle and answer generator API. 4 difficulty levels, unlimited random Sudoku puzzle generation. Generate Sudoku puzzles and solutions.
趣味工具请求方式: GET

定价

0 UT/ 次
免费调用
接入 API

运行指标

%

成功率

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.

请求参数

参数名类型必填说明
difficultystringDifficulty level: easy, normal, hard, veryhard; default easy

响应字段

字段名类型说明
puzzlearrayThe puzzle; indices correspond to the nine 3x3 boxes of the Sudoku grid and the nine cells in each row
reasonstringResponse description
resultstringResult set
solutionarraySolution
error_codeintegerResponse 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