Pace Calculator API
https://api.findutils.com/api/tools/pace-calculator/execute Running pace calculator. Give any two of distance, finish time and pace, and it solves for the third, then projects 5K, 10K, half marathon and marathon times at that pace. Times accept mm:ss or h:mm:ss; pace is per kilometre or per mile.
Request body
application/json-
distance
number optional
Distance in the chosen unit. Needed unless solve_for is "distance".
-
time
string optional
Finish time as mm:ss or h:mm:ss. Needed unless solve_for is "time".
-
pace
string optional
Pace per unit as mm:ss. Needed unless solve_for is "pace".
-
unit
string optional
Distance unit for both the distance and the pace. One of
km · mi. Default"km". -
solve_for
string optional
Which value to compute from the other two. One of
pace · time · distance. Default"pace".
Example arguments
Verified{
"distance": 10,
"time": "50:00",
"unit": "km",
"solve_for": "pace"
} 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.