Fraction Calculator API
POST
https://api.findutils.com/api/tools/fraction-calculator/execute Add, subtract, multiply or divide two fractions, or simplify one. Accepts whole numbers (3), simple fractions (3/4), mixed numbers (2 1/2) and decimals (0.75). Returns the reduced fraction, the mixed-number form, the decimal value, and the steps. Exact integer arithmetic — no floating-point drift.
Request body
application/json-
a
string required
First value: 3, 3/4, 2 1/2, or 0.75.
-
b
string optional
Second value, same formats. Omit it to simply reduce the first value.
-
operation
string optional
What to do with the two values. Ignored when b is omitted. One of
add · subtract · multiply · divide. Default"add".
Example arguments
Verified{
"a": "1/3",
"b": "1/6",
"operation": "add"
} More Calculators tools
- Bmi Calculate Compute Body Mass Index (BMI) with metric (kg/cm) or imperial (lb/in) units.
- Body Fat Calculator Estimate body fat percentage, fat mass, lean mass, BMI, and a body-composition category.
- Calorie Calculator Work out how many calories to eat per day to lose, maintain, or gain weight.
- Carbon Footprint Calculator Estimate an annual personal carbon footprint in tonnes of CO2 from home energy, transportation, and lifestyle, with a per-category breakdown
- Chmod Calculate Convert between numeric (755) and symbolic (rwxr-xr-x) Unix file permissions.
- Cloudflare Cost Calculate Estimate monthly Cloudflare developer platform costs (Workers, D1, R2, KV, Durable Objects) under free or $5 Workers Paid plans.