Docsv1Mass

Mass

mass

Converts between different units of mass.

Supported Units
The following units of mass are supported:

Metric units:
mg, milligram, milligrams
g, gram, grams
kg, kilogram, kilograms
t, tonne, tonnes, metric ton, metric tons

Imperial units:
oz, ounce, ounces
lb, pound, pounds, lbs
st, stone, stones

US customary units:
US ton, US tons, short ton, short tons
long ton, long tons, imperial ton, imperial tons

Nautical units:
displacement ton, displacement tons

Precious metal units:
troy ounce, oz t, toz

Request
URL:

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

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

Body

{
  "access_token": "YOUR_LICENSE_KEY",
  "text": "1",
  "from": "mg",
  "to": "oz"
}

Response

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