Convert between any units instantly. Free, no signup.
POST /api/convert/units
{"value": 100, "from_unit": "km", "to_unit": "mi"}
curl -X POST https://toolpipe.dev/api/convert/units \
-H "Content-Type: application/json" \
-d '{"value":100,"from_unit":"km","to_unit":"mi"}'
Free: 100 calls/day. Get Pro access for 10,000 calls/day.
Convert between all common units of measurement. Supports length (meters, feet, inches, kilometers, miles, centimeters, millimeters, yards), weight (kilograms, pounds, ounces, grams, stone), temperature (Celsius, Fahrenheit, Kelvin), volume (liters, gallons, milliliters, fluid ounces, cups), speed (mph, kph, m/s), and data (bytes, KB, MB, GB, TB).
Access this converter via REST API. Perfect for apps, scripts, and AI agents that need unit conversion. Available as an MCP tool for Claude, GPT, and other AI agents.