API → Unit → Convert current units
Parameters
Name
Type
Req.
Possible values
amperes
: Amperes <https://en.wikipedia.org/wiki/Ampere>microamperes
: Microamperes <https://en.wikipedia.org/wiki/Microampere>milliamperes
: Milliamperes <https://en.wikipedia.org/wiki/Milliampere>nanoamperes
: Nanoamperes <https://en.wikipedia.org/wiki/Nanoampere>
Possible values
amperes
: Amperes <https://en.wikipedia.org/wiki/Ampere>microamperes
: Microamperes <https://en.wikipedia.org/wiki/Microampere>milliamperes
: Milliamperes <https://en.wikipedia.org/wiki/Milliampere>nanoamperes
: Nanoamperes <https://en.wikipedia.org/wiki/Nanoampere>
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
amperes
: Amperes <https://en.wikipedia.org/wiki/Ampere>microamperes
: Microamperes <https://en.wikipedia.org/wiki/Microampere>milliamperes
: Milliamperes <https://en.wikipedia.org/wiki/Milliampere>nanoamperes
: Nanoamperes <https://en.wikipedia.org/wiki/Nanoampere>
Possible values
amperes
: Amperes <https://en.wikipedia.org/wiki/Ampere>microamperes
: Microamperes <https://en.wikipedia.org/wiki/Microampere>milliamperes
: Milliamperes <https://en.wikipedia.org/wiki/Milliampere>nanoamperes
: Nanoamperes <https://en.wikipedia.org/wiki/Nanoampere>
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/current/{input_unit}/{output_unit}$ curl "https://api.zoo.dev/unit/conversion/current/{input_unit}/{output_unit}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-01-09T18:27:12.750Z",
"created_at": "2025-01-09T18:27:12.750Z",
"error": "BAnpvfUGf",
"id": "7bc901bf-3fc2-4f76-b876-f75de18a3f72",
"input": 24,
"input_unit": "milliamperes",
"output": 13,
"output_unit": "amperes",
"started_at": "2025-01-09T18:27:12.750Z",
"status": "failed",
"updated_at": "2025-01-09T18:27:12.751Z",
"user_id": "d7fdc956-bdb9-44a0-a1c8-04cecf55a2af"
}