Docsv1Pressure

Pressure

pressure

Converts between different units of pressure.

Supported Units
The following units of pressure are supported:

Metric units:
Pa, pascal, pascals
bar, bars
mbar, millibar, millibars

Imperial units:
psi, pound per square inch, pounds per square inch
lbf/in2, lbf/in²

Other units:
torr, torrs, Torr mTorr, millitorr atmosphere, atmospheres, atm

Request
URL:

https://api.convert.com.de/v1/pressure

Method: POST
Headers: Content-Type: application/json

Body

{
  "access_token": "YOUR_LICENSE_KEY",
  "text": "1",
  "from": "Pa",
  "to": "torr"
}

Response

{
  "status_code": 200,
    "data": {
        "value": 1,
        "c_value": 0.007500616827041697
    }
}