Illustration of a ruler and measuring tape converting between metric and imperial length units

Length Unit Converter

Enter a value in any unit and see it converted to every other unit at once. Runs entirely in your browser.


💻 Show API usage examples (cURL)
curl -sS -X POST https://devops.majbase.com/length-converter/api -H "Content-Type: application/json" -d '{"value":100,"unit":"centimeter"}'

Returns {"millimeter", "centimeter", "meter", "kilometer", "inch", "foot", "yard", "mile"}, or {"error": "..."}.