Math Equations API
This API can generate random math calculations based on your desired difficulty (easy, medium, hard, very hard). It will send you a result as well. This API is perfect for practicing mathematics or just an additional functionality to your app!
Math Equations API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Easy Calculation /easy |
This endpoint returns an easy equation with two numbers 1-100, a random operation (addition/subtraction/multiplication/division) and a result. |
| GET |
Medium Equation /medium |
This endpoint returns a medium difficulty equation with three numbers with two random operations (addition/subtraction/multiplication/division) and a result. |
| GET |
Hard Equation /hard |
This endpoint returns a hard difficulty equation with three numbers, two random operations (addition/subtraction/multiplication/division) and a result. |
| GET |
Very Hard Equation /veryhard |
This endpoint returns a very hard difficulty equation with three numbers, two random operations (square root/cube root/logarithm/power) and a result. |
Math Equations API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $8 / month | — |
|