Weight
GET /convert/weightParameters
Parameter
Required
Description
Units
Code
Unit
Example
curl "https://api.uwuapps.org/convert/weight?value=1&from=kg&to=lb"Response
{
"success": true,
"value": 1,
"from": "kg",
"to": "lb",
"result": 2.2046
}Last updated
Was this helpful?
