Docsv1Time

Time

power

Converts between different units of time.

Supported Units
The following units of time are supported:

Metric units:
fs, femtosecond, femtoseconds ps, picosecond, picoseconds ns, nanosecond, nanoseconds µs, microsecond, microseconds ms, millisecond, milliseconds s, second, seconds min, minute, minutes h, hour, hours d, day, days y, year, years

Imperial units:
wk, week, weeks fn, fortnight, fortnights

Other units:
md, milliday, millidays mo, month, months dec, decade, decades century, centuries millennium, millennia moment, moments shake, shakes TU, time unit S, svedberg, svedbergs

Request
URL:

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

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

Body

{
  "access_token": "YOUR_LICENSE_KEY",
  "text": "1",
  "from": "s",
  "to": "min"
}

Response

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