Convert pressure units
Path parameters
/{input_unit}
"atmospheres"+6▾- //Atmospheres <https://en.wikipedia.org/wiki/Standard_atmosphere_(unit)>
"atmospheres" - //Bars <https://en.wikipedia.org/wiki/Bar_(unit)>
"bars" - //Hectopascals <https://en.wikipedia.org/wiki/Hectopascal>
"hectopascals" - //Kilopascals <https://en.wikipedia.org/wiki/Kilopascal>
"kilopascals" - //Millibars <https://en.wikipedia.org/wiki/Bar_(unit)>
"millibars" - //Pascals <https://en.wikipedia.org/wiki/Pascal_(unit)>
"pascals" - //Pounds per square inch (PSI) - <https://en.wikipedia.org/wiki/Pound_per_square_inch>
"psi"
///{output_unit}
"atmospheres"+6▾- //Atmospheres <https://en.wikipedia.org/wiki/Standard_atmosphere_(unit)>
"atmospheres" - //Bars <https://en.wikipedia.org/wiki/Bar_(unit)>
"bars" - //Hectopascals <https://en.wikipedia.org/wiki/Hectopascal>
"hectopascals" - //Kilopascals <https://en.wikipedia.org/wiki/Kilopascal>
"kilopascals" - //Millibars <https://en.wikipedia.org/wiki/Bar_(unit)>
"millibars" - //Pascals <https://en.wikipedia.org/wiki/Pascal_(unit)>
"pascals" - //Pounds per square inch (PSI) - <https://en.wikipedia.org/wiki/Pound_per_square_inch>
"psi"
//
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:
,"atmospheres"+6▾- //Atmospheres <https://en.wikipedia.org/wiki/Standard_atmosphere_(unit)>
"atmospheres" - //Bars <https://en.wikipedia.org/wiki/Bar_(unit)>
"bars" - //Hectopascals <https://en.wikipedia.org/wiki/Hectopascal>
"hectopascals" - //Kilopascals <https://en.wikipedia.org/wiki/Kilopascal>
"kilopascals" - //Millibars <https://en.wikipedia.org/wiki/Bar_(unit)>
"millibars" - //Pascals <https://en.wikipedia.org/wiki/Pascal_(unit)>
"pascals" - //Pounds per square inch (PSI) - <https://en.wikipedia.org/wiki/Pound_per_square_inch>
"psi"
//output_unit:
,"atmospheres"+6▾- //Atmospheres <https://en.wikipedia.org/wiki/Standard_atmosphere_(unit)>
"atmospheres" - //Bars <https://en.wikipedia.org/wiki/Bar_(unit)>
"bars" - //Hectopascals <https://en.wikipedia.org/wiki/Hectopascal>
"hectopascals" - //Kilopascals <https://en.wikipedia.org/wiki/Kilopascal>
"kilopascals" - //Millibars <https://en.wikipedia.org/wiki/Bar_(unit)>
"millibars" - //Pascals <https://en.wikipedia.org/wiki/Pascal_(unit)>
"pascals" - //Pounds per square inch (PSI) - <https://en.wikipedia.org/wiki/Pound_per_square_inch>
"psi"
//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/pressure/{input_unit}/{output_unit}200 OK
Response