API → UnitConvert angle units
Parameters
Name
Type
Req.
Possible values
degrees
: Degrees <https://en.wikipedia.org/wiki/Degree_(angle)>radians
: Radians <https://en.wikipedia.org/wiki/Radian>
Possible values
degrees
: Degrees <https://en.wikipedia.org/wiki/Degree_(angle)>radians
: Radians <https://en.wikipedia.org/wiki/Radian>
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
degrees
: Degrees <https://en.wikipedia.org/wiki/Degree_(angle)>radians
: Radians <https://en.wikipedia.org/wiki/Radian>
Possible values
degrees
: Degrees <https://en.wikipedia.org/wiki/Degree_(angle)>radians
: Radians <https://en.wikipedia.org/wiki/Radian>
Possible values
queued
: The async API call is queued.uploaded
: The async API call was uploaded to be converted.in_progress
: The async API call is in progress.completed
: The async API call has completed.failed
: The async API call has failed.
get
/unit/conversion/angle/{input_unit}/{output_unit}$ curl "https://api.zoo.dev/unit/conversion/angle/{input_unit}/{output_unit}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-08-14T21:15:10.099Z",
"created_at": "2025-08-14T21:15:10.099Z",
"error": "OBWgX8KTjwblwrjF",
"id": "34d66301-ac42-4e49-9ffc-dad07c71008a",
"input": 31,
"input_unit": "degrees",
"output": 19,
"output_unit": "radians",
"started_at": "2025-08-14T21:15:10.099Z",
"status": "failed",
"updated_at": "2025-08-14T21:15:10.099Z",
"user_id": "772a98ef-7278-452e-a407-4fef6a4b6ea8"
}