Sudoku Generator · Sudoku Puzzle Generator
Pricing
Performance
—%
Success Rate
0ms
Avg Latency
0
Total Calls
Description
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.
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| difficulty | string | No | Difficulty level: easy, normal, hard, veryhard; default easy |
Response Fields
| Name | Type | Description |
|---|---|---|
| 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 |
Request Example
{
"difficulty": "easy"
}Response Example
{
"reason": "success",
"result": {
"puzzle": [],
"solution": []
},
"error_code": 0
}Changelog
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
Provider: UUMit Official