sudoku board
This API would help in creating, verifying and solving sudoku boards, its still very new and would get improvements along the way.
275 subscribers
389 ms avg latency
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
sudoku board endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
generateBoard /new-board |
This would generate a new sudoku board and provide the output as either a string or a list, if it is provided as a list the list would contain 9 sublists which would be a row in… |
| GET |
verifyBoard /verify-board |
This would verify if the inputted sudoku board is solvable, the board would have to be inputted as a string of 81 characters, the numbers should start from the first number on… |
| GET |
solveBoard /solve-board |
This would solve the inputted sudoku board and return the solution either as a string or as a list (default). The sudoku board to be solved would have to be inputted as a string… |
sudoku board pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|