API → Unit → Convert frequency units
Parameters
Name
Type
Req.
Possible values
gigahertz
: Gigahertz <https://en.wikipedia.org/wiki/Hertz>hertz
: Hertz <https://en.wikipedia.org/wiki/Hertz>kilohertz
: Kilohertz <https://en.wikipedia.org/wiki/Hertz>megahertz
: Megahertz <https://en.wikipedia.org/wiki/Hertz>microhertz
: Microhertz <https://en.wikipedia.org/wiki/Hertz>millihertz
: Millihertz <https://en.wikipedia.org/wiki/Hertz>nanohertz
: Nanohertz <https://en.wikipedia.org/wiki/Hertz>terahertz
: Terahertz <https://en.wikipedia.org/wiki/Hertz>
Possible values
gigahertz
: Gigahertz <https://en.wikipedia.org/wiki/Hertz>hertz
: Hertz <https://en.wikipedia.org/wiki/Hertz>kilohertz
: Kilohertz <https://en.wikipedia.org/wiki/Hertz>megahertz
: Megahertz <https://en.wikipedia.org/wiki/Hertz>microhertz
: Microhertz <https://en.wikipedia.org/wiki/Hertz>millihertz
: Millihertz <https://en.wikipedia.org/wiki/Hertz>nanohertz
: Nanohertz <https://en.wikipedia.org/wiki/Hertz>terahertz
: Terahertz <https://en.wikipedia.org/wiki/Hertz>
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
gigahertz
: Gigahertz <https://en.wikipedia.org/wiki/Hertz>hertz
: Hertz <https://en.wikipedia.org/wiki/Hertz>kilohertz
: Kilohertz <https://en.wikipedia.org/wiki/Hertz>megahertz
: Megahertz <https://en.wikipedia.org/wiki/Hertz>microhertz
: Microhertz <https://en.wikipedia.org/wiki/Hertz>millihertz
: Millihertz <https://en.wikipedia.org/wiki/Hertz>nanohertz
: Nanohertz <https://en.wikipedia.org/wiki/Hertz>terahertz
: Terahertz <https://en.wikipedia.org/wiki/Hertz>
Possible values
gigahertz
: Gigahertz <https://en.wikipedia.org/wiki/Hertz>hertz
: Hertz <https://en.wikipedia.org/wiki/Hertz>kilohertz
: Kilohertz <https://en.wikipedia.org/wiki/Hertz>megahertz
: Megahertz <https://en.wikipedia.org/wiki/Hertz>microhertz
: Microhertz <https://en.wikipedia.org/wiki/Hertz>millihertz
: Millihertz <https://en.wikipedia.org/wiki/Hertz>nanohertz
: Nanohertz <https://en.wikipedia.org/wiki/Hertz>terahertz
: Terahertz <https://en.wikipedia.org/wiki/Hertz>
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/frequency/{input_unit}/{output_unit}$ curl "https://api.zoo.dev/unit/conversion/frequency/{input_unit}/{output_unit}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-01-07T17:18:09.785Z",
"created_at": "2025-01-07T17:18:09.785Z",
"error": "6bhs3dOVhos5NAc6F",
"id": "a1570ae2-3b4f-4858-9748-9b3d2ff535ed",
"input": 8,
"input_unit": "microhertz",
"output": 10,
"output_unit": "megahertz",
"started_at": "2025-01-07T17:18:09.785Z",
"status": "in_progress",
"updated_at": "2025-01-07T17:18:09.785Z",
"user_id": "6e08cc62-40dd-45e7-ae7d-35ac37c97b80"
}