Docsv1Length

Length

length

Converts between different units of length.

Supported Units
The following units of length are supported:

Metric units:
mm, millimeter, millimeters
cm, centimeter, centimeters
m, metre, meter, metres, meters
km, kilometer, kilometers

Imperial units:
in, inch, inches
ft, foot, feet, US survey foot, U.S. survey foot
yd, yard, yards
mi, mile, miles, US survey mile, U.S. survey mile

Nautical units:
M, NM, nmi, nautical mile, nautical miles

Astronomical units:
ly, light-year, light-years

Typographical units:
pc, pica, picas
pt, point, points

Request
URL:

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

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

Body

{
  "access_token": "YOUR_LICENSE_KEY",
  "text": "1",
  "from": "mm",
  "to": "M"
}

Response

{
  "status_code": 200,
    "data": {
        "value": 1,
        "c_value": 5.399568034557235e-7
    }
}