Sudoku Suite
Service provides API for making Sudoku games development easier.
1 subscribers
6 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 Suite endpoints
| Method | Endpoint | Description |
|---|---|---|
| / | ||
| GET |
/levels /levels |
List levels of difficulty for creating a new puzzle. The level is higher there is more empty cells in a grid. |
| game | ||
| GET |
/game/{gameId}/solution /game/{gameId}/solution |
Returns solved grid of a specific game |
| POST |
/game/{difficulty} /game/{difficulty} |
Generates a new puzzle with a given level of difficulty |
| GET |
/game/{gameId} /game/{gameId} |
Returns game information that includes an initial puzzle, solved state and a list of steps to solve the puzzle. |
| solution | ||
| POST |
/solution/solve /solution/solve |
Solves an arbitrary puzzle. Returns game information that includes an initial puzzle, solved state and a list of steps to solve the puzzle. |
| POST |
/solution/validate /solution/validate |
Validates if an arbitrary puzzle has been soled correcly. Returns a list with cells that are filled with mistake. |
Sudoku Suite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|