Create Sudoku grid with ease.
Our API not only provides you with a grid
but it also provides the unique solution of that grid.
You don't have to install any library or do any setup in order
to get a new sudoku board. Just make a GET request to
API: https://sudoku-api.vercel.app/api/dosuku
curl -v https://sudoku-api.vercel.app/api/dosukuhttps://sudoku-api.vercel.app/api/dosukuRequest from a client like Postman or Thunder Client.The API is made using graphql.
So you can just query a specified parameter.
You can ask for what you need and get excactly that.
https://sudoku-api.vercel.app/api/dosuku?query={newboard(limit:1){grids{value}}}https://sudoku-api.vercel.app/api/dosuku?query={newboard(limit:1){grids{solution}}}https://sudoku-api.vercel.app/api/dosuku?query={newboard(limit:1){grids{difficulty}}}https://sudoku-api.vercel.app/api/dosuku?query={newboard(limit:5){grids{value,solution,difficulty},results,message}}Dosuku is an open source API made solely for sudoku games and puzzles.
Make games and puzzle your friends.
Hope it will be of any help.
