{"seed":"48936.712162749.3...38219..625934187.4.276.599.7518..431.692.7.25.187493798453..1","difficulty":"easy","candidates":[["4","8","9","3","6","5","7","1","2"],["1","6","2","7","4","9","58","3","58"],["5","7","3","8","2","1","9","4","6"],["6","2","5","9","3","4","1","8","7"],["8","4","1","2","7","6","3","5","9"],["9","3","7","5","1","8","26","26","4"],["3","1","4","6","9","2","58","7","58"],["2","5","6","1","8","7","4","9","3"],["7","9","8","4","5","3","26","26","1"]],"grid":[["4","8","9","3","6",".","7","1","2"],["1","6","2","7","4","9",".","3","."],[".",".","3","8","2","1","9",".","."],["6","2","5","9","3","4","1","8","7"],[".","4",".","2","7","6",".","5","9"],["9",".","7","5","1","8",".",".","4"],["3","1",".","6","9","2",".","7","."],["2","5",".","1","8","7","4","9","3"],["7","9","8","4","5","3",".",".","1"]]}
curl --location --request POST 'https://zylalabs.com/api/852/sudoku+generator+api/627/get+mega+sudoku' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"difficulty": "easy",
"spaces": ".",
"candidates": true,
"list": false,
"grid": true
}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Sudoku Generator API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
You will get a 9x9 or 16x16 sudoku according to your choice.
You will receive a 16x16 Sudoku board with three levels.
You will receive a 9x9 Sudoku board with three levels.
This API is ideal for those looking to create related projects or study how to solve Sudoku puzzles.
Basic Plan: 20,000 API Calls and 5 requests per minute.
Pro Plan: 100,000 API Calls.
Pro Plus Plan: 200,000 API Calls.
Elite Plan: 500,000 API Calls.
The Get Mega Sudoku endpoint returns a 16x16 Sudoku board, including a grid of numbers, a difficulty level, and a list of candidates for each cell. The grid contains both filled and empty cells, represented by numbers and dots, respectively.
The key fields in the response data include "seed" (a unique identifier for the puzzle), "difficulty" (indicating the puzzle's challenge level), "candidates" (possible values for each cell), and "grid" (the actual Sudoku board layout).
The response data is structured in JSON format. It includes a string for the seed, a string for difficulty, an array of candidate arrays, and a 2D array for the grid, where each sub-array represents a row of the Sudoku board.
The Get Mega Sudoku endpoint allows users to specify the size of the Sudoku board (9x9 or 16x16) and the difficulty level (easy, medium, hard). Users can customize their requests by including these parameters in the API call.
The Get Mega Sudoku endpoint provides information about the Sudoku puzzle, including the board layout (grid), the difficulty level, and potential candidates for each cell. This allows users to understand the puzzle's complexity and possible solutions.
Users can utilize the returned data by parsing the JSON response to access the grid for display, the difficulty for user guidance, and the candidates for solving strategies. This information can be integrated into applications or used for educational purposes.
Typical use cases for the Sudoku Generator API include creating Sudoku games, educational tools for teaching problem-solving skills, and applications that generate puzzles for entertainment or cognitive training.
Data accuracy is maintained through algorithmic generation of Sudoku puzzles, ensuring that each generated board adheres to Sudoku rules. The API's logic checks for valid configurations, providing reliable puzzles for users.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund