Docsv1Force

Force

force

Converts between different units of force.

Supported Units
The following units of force are supported:
N, newton, newtons
lbf, pound of force, pound-force, pounds-force
dyne, dynes, dyn
kip, klb, kipf, klbf (1 kip = 1,000 lbf)
poundal, poundals, pdl
kgf, kp, kilogram-force, kilopond, kiloponds
tf, tonne-force, metric ton-force, megagram-force, megapond, Mp

Request
URL:

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

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

Body

{
  "access_token": "YOUR_LICENSE_KEY",
  "text": "1",
  "from": "N",
  "to": "lbf"
}

Response

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