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.
GamesMethod: GET

Pricing

0 UT/ call
Free
Connect API

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

NameTypeRequiredDescription
difficultystringNoDifficulty level: easy, normal, hard, veryhard; default easy

Response Fields

NameTypeDescription
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

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