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": "2024-09-20T22:41:50.912Z",
"created_at": "2024-09-20T22:41:50.912Z",
"error": "LJKdN5yXOcxDayTGvHDfdS2nKcE1wU",
"id": "ff9b8735-bdb8-43eb-b87b-d4c3fe1443b9",
"input": 20,
"input_unit": "kilohertz",
"output": 19,
"output_unit": "nanohertz",
"started_at": "2024-09-20T22:41:50.912Z",
"status": "in_progress",
"updated_at": "2024-09-20T22:41:50.912Z",
"user_id": "3dbe4a09-a846-4d94-b791-996210758a6f"
}