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-07T01:33:52.906Z",
"created_at": "2025-01-07T01:33:52.906Z",
"error": "GM",
"id": "2ef709f8-a81a-48f3-b216-c54021bb2dbb",
"input": 16,
"input_unit": "hertz",
"output": 7,
"output_unit": "hertz",
"started_at": "2025-01-07T01:33:52.906Z",
"status": "failed",
"updated_at": "2025-01-07T01:33:52.906Z",
"user_id": "a227e244-e4c0-4a40-9cc0-9817be553ac1"
}