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-05-30T23:20:24.135Z",
"created_at": "2025-05-30T23:20:24.135Z",
"error": "pI6cJL8DYVRVE04juLcVtXklZ00h0s",
"id": "c80f8287-bb03-43d7-a017-343411890a73",
"input": 24,
"input_unit": "degrees",
"output": 17,
"output_unit": "degrees",
"started_at": "2025-05-30T23:20:24.135Z",
"status": "in_progress",
"updated_at": "2025-05-30T23:20:24.135Z",
"user_id": "529f4c2c-a496-4535-8a2e-9b22d41af857"
}