Docs Home
/
Developer Tools
/
API
/
Unit
/
Convert Frequency Units

Convert frequency units

Path parameters

  • /{input_unit}

    "gigahertz"+7
    • //Gigahertz <https://en.wikipedia.org/wiki/Hertz>
      "gigahertz"
    • //Hertz <https://en.wikipedia.org/wiki/Hertz>
      "hertz"
    • //Kilohertz <https://en.wikipedia.org/wiki/Hertz>
      "kilohertz"
    • //Megahertz <https://en.wikipedia.org/wiki/Hertz>
      "megahertz"
    • //Microhertz <https://en.wikipedia.org/wiki/Hertz>
      "microhertz"
    • //Millihertz <https://en.wikipedia.org/wiki/Hertz>
      "millihertz"
    • //Nanohertz <https://en.wikipedia.org/wiki/Hertz>
      "nanohertz"
    • //Terahertz <https://en.wikipedia.org/wiki/Hertz>
      "terahertz"
    //
  • /{output_unit}

    "gigahertz"+7
    • //Gigahertz <https://en.wikipedia.org/wiki/Hertz>
      "gigahertz"
    • //Hertz <https://en.wikipedia.org/wiki/Hertz>
      "hertz"
    • //Kilohertz <https://en.wikipedia.org/wiki/Hertz>
      "kilohertz"
    • //Megahertz <https://en.wikipedia.org/wiki/Hertz>
      "megahertz"
    • //Microhertz <https://en.wikipedia.org/wiki/Hertz>
      "microhertz"
    • //Millihertz <https://en.wikipedia.org/wiki/Hertz>
      "millihertz"
    • //Nanohertz <https://en.wikipedia.org/wiki/Hertz>
      "nanohertz"
    • //Terahertz <https://en.wikipedia.org/wiki/Hertz>
      "terahertz"
    //

Query string parameters

  • ?value=

    double
    //

Response

  • 200 OK
    • //
      • completed_at:

        stringISO-8601,
        //
      • created_at:

        stringISO-8601,
        //
      • error:

        string,
        //
      • id:

        stringUUID,
        //
      • input:

        numberdouble,
        //
      • output:

        numberdouble,
        //
      • started_at:

        stringISO-8601,
        //
      • updated_at:

        stringISO-8601,
        //
      • user_id:

        stringUUID,
        //
      • input_unit:

        "gigahertz"+7
        • //Gigahertz <https://en.wikipedia.org/wiki/Hertz>
          "gigahertz"
        • //Hertz <https://en.wikipedia.org/wiki/Hertz>
          "hertz"
        • //Kilohertz <https://en.wikipedia.org/wiki/Hertz>
          "kilohertz"
        • //Megahertz <https://en.wikipedia.org/wiki/Hertz>
          "megahertz"
        • //Microhertz <https://en.wikipedia.org/wiki/Hertz>
          "microhertz"
        • //Millihertz <https://en.wikipedia.org/wiki/Hertz>
          "millihertz"
        • //Nanohertz <https://en.wikipedia.org/wiki/Hertz>
          "nanohertz"
        • //Terahertz <https://en.wikipedia.org/wiki/Hertz>
          "terahertz"
        ,
        //
      • output_unit:

        "gigahertz"+7
        • //Gigahertz <https://en.wikipedia.org/wiki/Hertz>
          "gigahertz"
        • //Hertz <https://en.wikipedia.org/wiki/Hertz>
          "hertz"
        • //Kilohertz <https://en.wikipedia.org/wiki/Hertz>
          "kilohertz"
        • //Megahertz <https://en.wikipedia.org/wiki/Hertz>
          "megahertz"
        • //Microhertz <https://en.wikipedia.org/wiki/Hertz>
          "microhertz"
        • //Millihertz <https://en.wikipedia.org/wiki/Hertz>
          "millihertz"
        • //Nanohertz <https://en.wikipedia.org/wiki/Hertz>
          "nanohertz"
        • //Terahertz <https://en.wikipedia.org/wiki/Hertz>
          "terahertz"
        ,
        //
      • status:

        "queued"+4
        • //The async API call is queued.
          "queued"
        • //The async API call was uploaded to be converted.
          "uploaded"
        • //The async API call is in progress.
          "in_progress"
        • //The async API call has completed.
          "completed"
        • //The async API call has failed.
          "failed"
        //
      }

Examples

get
/unit/conversion/frequency/{input_unit}/{output_unit}
200 OK
Response