Docsv1Power

Power

power

Converts between different units of power.

Supported Units
The following units of power are supported:

Metric units:
W, watt, watts
kW, kilowatt, kilowatts
MW, megawatt, megawatts
GW, gigawatt, gigawatts
TW, terawatt, terawatts
PW, petawatt, petawatts

Mechanical units:
hp, horsepower, mechanical horsepower

Other units:
ps, Pferdestärke (metric horsepower)

Request
URL:

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

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

Body

{
  "access_token": "YOUR_LICENSE_KEY",
  "text": "1",
  "from": "W",
  "to": "hp"
}

Response

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