API → Unit → Convert 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-04-17T14:09:58.355Z",
"created_at": "2025-04-17T14:09:58.355Z",
"error": "jX0zghtElNE5rmPP8Z5jpqS8",
"id": "32f70f1b-c1b8-4db9-8d08-618efff53ded",
"input": 15,
"input_unit": "degrees",
"output": 27,
"output_unit": "degrees",
"started_at": "2025-04-17T14:09:58.355Z",
"status": "queued",
"updated_at": "2025-04-17T14:09:58.355Z",
"user_id": "75ec43f7-f591-449f-a3fb-c1167d315e02"
}