Overview
/
Developer Tools
/
API Reference
/
Unit
/
Convert temperature units.

Convert temperature units

Path parameters

  • /{input_unit}

    "celsius"+3
    • //Celsius <https://en.wikipedia.org/wiki/Celsius>
      "celsius"
    • //Fahrenheit <https://en.wikipedia.org/wiki/Fahrenheit>
      "fahrenheit"
    • //Kelvin <https://en.wikipedia.org/wiki/Kelvin>
      "kelvin"
    • //Rankine <https://en.wikipedia.org/wiki/Rankine_scale>
      "rankine"
    //
  • /{output_unit}

    "celsius"+3
    • //Celsius <https://en.wikipedia.org/wiki/Celsius>
      "celsius"
    • //Fahrenheit <https://en.wikipedia.org/wiki/Fahrenheit>
      "fahrenheit"
    • //Kelvin <https://en.wikipedia.org/wiki/Kelvin>
      "kelvin"
    • //Rankine <https://en.wikipedia.org/wiki/Rankine_scale>
      "rankine"
    //

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:

        "celsius"+3
        • //Celsius <https://en.wikipedia.org/wiki/Celsius>
          "celsius"
        • //Fahrenheit <https://en.wikipedia.org/wiki/Fahrenheit>
          "fahrenheit"
        • //Kelvin <https://en.wikipedia.org/wiki/Kelvin>
          "kelvin"
        • //Rankine <https://en.wikipedia.org/wiki/Rankine_scale>
          "rankine"
        ,
        //
      • output_unit:

        "celsius"+3
        • //Celsius <https://en.wikipedia.org/wiki/Celsius>
          "celsius"
        • //Fahrenheit <https://en.wikipedia.org/wiki/Fahrenheit>
          "fahrenheit"
        • //Kelvin <https://en.wikipedia.org/wiki/Kelvin>
          "kelvin"
        • //Rankine <https://en.wikipedia.org/wiki/Rankine_scale>
          "rankine"
        ,
        //
      • 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/temperature/{input_unit}/{output_unit}
200 OK
Response