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-02-07T21:10:29.083Z",
"created_at": "2025-02-07T21:10:29.083Z",
"error": "IDIqMs11BR58n7q",
"id": "eeeff653-6579-4e8a-b1fb-fdfc3e796a96",
"input": 17,
"input_unit": "millihertz",
"output": 22,
"output_unit": "gigahertz",
"started_at": "2025-02-07T21:10:29.083Z",
"status": "queued",
"updated_at": "2025-02-07T21:10:29.083Z",
"user_id": "af771039-03d1-40e8-a9b6-2ddd07e4488b"
}