Simple Math Problems
An API that generates 10 simple math problems, either addition, subtraction, multiplication, or division with either single digits numbers, double digit numbers, or one of either.
Simple Math Problems endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Subtraction Problems /subtraction/{digits} |
This endpoint retrieves 10 subtraction problems, with one correct answer and three incorrect answers. The additional parameter specifies if the problem includes single digit… |
| GET |
Get Multiplication Problems /multiplication/{digits} |
This endpoint retrieves 10 multiplication problems, with one correct answer and three incorrect answers. The additional parameter specifies if the problem includes single digit… |
| GET |
Get Division Problems /division/{digits} |
This endpoint retrieves 10 division problems, with one correct answer and three incorrect answers. The additional parameter specifies if the problem includes single digit numbers… |
| GET |
Get Addition Problems /addition/{digits} |
This endpoint retrieves 10 addition problems, with one correct answer and three incorrect answers. The additional parameter specifies if the problem includes single digit numbers… |
Simple Math Problems pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|