Convert volume units
Path parameters
/{input_unit}
"mm3"+9▾- //Cubic millimeters (mm³)
"mm3" - //Cubic centimeters (cc or cm³) <https://en.wikipedia.org/wiki/Cubic_centimeter>
"cm3" - //Cubic feet (ft³) <https://en.wikipedia.org/wiki/Cubic_foot>
"ft3" - //Cubic inches (cu in or in³) <https://en.wikipedia.org/wiki/Cubic_inch>
"in3" - //Cubic meters (m³) <https://en.wikipedia.org/wiki/Cubic_meter>
"m3" - //Cubic yards (yd³) <https://en.wikipedia.org/wiki/Cubic_yard>
"yd3" - //US Fluid Ounces (fl oz) <https://en.wikipedia.org/wiki/Fluid_ounce>
"usfloz" - //US Gallons (gal US) <https://en.wikipedia.org/wiki/Gallon>
"usgal" - //Liters (l) <https://en.wikipedia.org/wiki/Litre>
"l" - //Milliliters (ml) <https://en.wikipedia.org/wiki/Litre>
"ml"
///{output_unit}
"mm3"+9▾- //Cubic millimeters (mm³)
"mm3" - //Cubic centimeters (cc or cm³) <https://en.wikipedia.org/wiki/Cubic_centimeter>
"cm3" - //Cubic feet (ft³) <https://en.wikipedia.org/wiki/Cubic_foot>
"ft3" - //Cubic inches (cu in or in³) <https://en.wikipedia.org/wiki/Cubic_inch>
"in3" - //Cubic meters (m³) <https://en.wikipedia.org/wiki/Cubic_meter>
"m3" - //Cubic yards (yd³) <https://en.wikipedia.org/wiki/Cubic_yard>
"yd3" - //US Fluid Ounces (fl oz) <https://en.wikipedia.org/wiki/Fluid_ounce>
"usfloz" - //US Gallons (gal US) <https://en.wikipedia.org/wiki/Gallon>
"usgal" - //Liters (l) <https://en.wikipedia.org/wiki/Litre>
"l" - //Milliliters (ml) <https://en.wikipedia.org/wiki/Litre>
"ml"
//
Query string parameters
?value=
double//
Response
- 200 OK
- //
completed_at:
stringISO-8601,//created_at:
stringISO-8601,//error:
string,//id:
stringUUID,//input:
numberdouble,//output:
numberdouble,//started_at:
stringISO-8601,//updated_at:
stringISO-8601,//user_id:
stringUUID,//input_unit:
,"mm3"+9▾- //Cubic millimeters (mm³)
"mm3" - //Cubic centimeters (cc or cm³) <https://en.wikipedia.org/wiki/Cubic_centimeter>
"cm3" - //Cubic feet (ft³) <https://en.wikipedia.org/wiki/Cubic_foot>
"ft3" - //Cubic inches (cu in or in³) <https://en.wikipedia.org/wiki/Cubic_inch>
"in3" - //Cubic meters (m³) <https://en.wikipedia.org/wiki/Cubic_meter>
"m3" - //Cubic yards (yd³) <https://en.wikipedia.org/wiki/Cubic_yard>
"yd3" - //US Fluid Ounces (fl oz) <https://en.wikipedia.org/wiki/Fluid_ounce>
"usfloz" - //US Gallons (gal US) <https://en.wikipedia.org/wiki/Gallon>
"usgal" - //Liters (l) <https://en.wikipedia.org/wiki/Litre>
"l" - //Milliliters (ml) <https://en.wikipedia.org/wiki/Litre>
"ml"
//output_unit:
,"mm3"+9▾- //Cubic millimeters (mm³)
"mm3" - //Cubic centimeters (cc or cm³) <https://en.wikipedia.org/wiki/Cubic_centimeter>
"cm3" - //Cubic feet (ft³) <https://en.wikipedia.org/wiki/Cubic_foot>
"ft3" - //Cubic inches (cu in or in³) <https://en.wikipedia.org/wiki/Cubic_inch>
"in3" - //Cubic meters (m³) <https://en.wikipedia.org/wiki/Cubic_meter>
"m3" - //Cubic yards (yd³) <https://en.wikipedia.org/wiki/Cubic_yard>
"yd3" - //US Fluid Ounces (fl oz) <https://en.wikipedia.org/wiki/Fluid_ounce>
"usfloz" - //US Gallons (gal US) <https://en.wikipedia.org/wiki/Gallon>
"usgal" - //Liters (l) <https://en.wikipedia.org/wiki/Litre>
"l" - //Milliliters (ml) <https://en.wikipedia.org/wiki/Litre>
"ml"
//status:
"queued"+4▾- //The async API call is queued.
"queued" - //The async API call was uploaded to be converted.
"uploaded" - //The async API call is in progress.
"in_progress" - //The async API call has completed.
"completed" - //The async API call has failed.
"failed"
//
}
Examples
get
/unit/conversion/volume/{input_unit}/{output_unit}200 OK
Response