Energy
energy
Converts between different units of energy.
Supported Units
The following units of energy are supported:
J
, joule
, joules
Wh
, watt-hour
, watt-hours
, W⋅h
, W h
kWh
, kilowatt-hour
, kilowatt-hours
MWh
, megawatt-hour
, megawatt-hours
GWh
, gigawatt-hour
, gigawatt-hours
Request
URL:
https://api.convert.com.de/v1/energy
Method: POST
Headers: Content-Type: application/json
Body
{
"access_token": "YOUR_LICENSE_KEY",
"text": "1",
"from": "J",
"to": "Wh"
}
Response
{
"status_code": 200,
"data": {
"value": 1,
"c_value": 0.0002777777777777778
}
}