Get Started

Working

About

数 dosuku 独

A Sudoku Api made in graphql

Get Started

Create Sudoku grid with ease.
Our API not only provides you with a grid
but it also provides the unique solution of that grid.

No setup required

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

Make a GET request using following:

  • curl -v https://sudoku-api.vercel.app/api/dosuku

Direct access through URL bar

  • https://sudoku-api.vercel.app/api/dosuku

Use a client

  • Request from a client like Postman or Thunder Client.
installlogo
nodeslogo

Query various parameters

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.

Send a request to get a new grid only

  • https://sudoku-api.vercel.app/api/dosuku?query={newboard(limit:1){grids{value}}}

Send a request to get the solution of grid only

  • https://sudoku-api.vercel.app/api/dosuku?query={newboard(limit:1){grids{solution}}}

Send a request to get the difficulty

  • https://sudoku-api.vercel.app/api/dosuku?query={newboard(limit:1){grids{difficulty}}}

Get Multiple results by changing the limit

  • https://sudoku-api.vercel.app/api/dosuku?query={newboard(limit:5){grids{value,solution,difficulty},results,message}}

About

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.

Who's using this API?

Doskuku is being used in a game made by AdditcoX "Puzzle.It"

Logo