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-02-11T16:13:22.110Z",
"created_at": "2025-02-11T16:13:22.110Z",
"error": "Vc06bXLEHI",
"id": "b46046e1-a06d-46b9-bd18-e877f9823ae3",
"input": 14,
"input_unit": "radians",
"output": 32,
"output_unit": "degrees",
"started_at": "2025-02-11T16:13:22.110Z",
"status": "failed",
"updated_at": "2025-02-11T16:13:22.110Z",
"user_id": "63a8e73e-4481-4ad8-960e-119dda5b114c"
}