Angle
angle
Converts between different units of angle.
Supported Units
The following units of angle are supported:
radian
, radians
, rad
, rads
, r
turn
, turns
degree
, degrees
, deg
, degs
gradian
, gradians
, gon
, gons
grad
, grads
grade
, grades
Request
URL:
https://api.convert.com.de/v1/angle
Method: POST
Headers: Content-Type: application/json
Body
{
"access_token": "YOUR_LICENSE_KEY",
"text": "1",
"from": "radian",
"to": "turn"
}
Response
{
"status_code": 200,
"data": {
"value": 1,
"c_value": 0.15915494309189535
}
}