Sudoku Service
New features are coming soon! Don't see a feature you need? Send me a message and I'll implement it. Upcoming features: - Evaluate, complete an exhaustive evaluation of a puzzle by revealing the step by step process of solving a board using given solving techniques. This endpoint will allow you to specify which solving techniques to use, and see how far a given puzzle can be solved using just…
Sudoku Service endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Create /v1/sudoku |
Get a new Sudoku puzzle. Currently, this endpoint does not offer control over the difficulty level of the puzzle returned. It will be be made randomly, and can be anywhere from… |
| POST |
Solve /v1/sudoku/solve |
Find one or more solutions to a board, if possible. This endpoint will return all the solutions to the board up to either the total number of solutions, or the number specified… |
| POST |
Verify /v1/sudoku/verify |
Verify a solved or unsolved board. This endpoint returns true for boards that are valid according to the Sudoku rules, and false otherwise. |
| POST |
Hint /v1/sudoku/hint |
Reveal the value of a single cell, without solving the entire board. |
| POST |
Candidates /v1/sudoku/candidates |
Find all the candidates for all the empty cells. |
Sudoku Service pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|