Math Puzzles
# Math Puzzles API A simple and powerful REST API for generating and serving a wide variety of math puzzles, including arithmetic, logic, equations, true/false, and geometry puzzles. Designed for educational apps, verification, games, and learning platforms. ## Features - **Multiple Puzzle Types:** Arithmetic, Logic, Equation, True/False, Geometry - **Difficulty Levels:** Easy, Medium, Hard for…
Math Puzzles endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Random Puzzle /random |
Get a random puzzle, can be sorted by difficulty, type, sub_type |
| GET |
Daily Puzzle /daily |
Get a daily puzzle, can be sorted by difficulty, type, sub_type |
| GET |
Random Puzzles in bulk /random_bulk |
Get bulk random puzzles, can be sorted by difficulty, type, sub_type |
| GET |
Get Puzzle types and count / |
Returns counts/statistics of all puzzles by type, difficulty, and sub_type. |