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

Convert force units

Path parameters

  • /{input_unit}

    "dynes"+6
    • //Dynes <https://en.wikipedia.org/wiki/Dyne>
      "dynes"
    • //Kiloponds <https://en.wikipedia.org/wiki/Kilopond>
      "kiloponds"
    • //Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
      "micronewtons"
    • //Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
      "millinewtons"
    • //Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>
      "newtons"
    • //Poundals <https://en.wikipedia.org/wiki/Poundal>
      "poundals"
    • //Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
      "pounds"
    //
  • /{output_unit}

    "dynes"+6
    • //Dynes <https://en.wikipedia.org/wiki/Dyne>
      "dynes"
    • //Kiloponds <https://en.wikipedia.org/wiki/Kilopond>
      "kiloponds"
    • //Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
      "micronewtons"
    • //Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
      "millinewtons"
    • //Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>
      "newtons"
    • //Poundals <https://en.wikipedia.org/wiki/Poundal>
      "poundals"
    • //Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
      "pounds"
    //

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:

        "dynes"+6
        • //Dynes <https://en.wikipedia.org/wiki/Dyne>
          "dynes"
        • //Kiloponds <https://en.wikipedia.org/wiki/Kilopond>
          "kiloponds"
        • //Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
          "micronewtons"
        • //Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
          "millinewtons"
        • //Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>
          "newtons"
        • //Poundals <https://en.wikipedia.org/wiki/Poundal>
          "poundals"
        • //Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
          "pounds"
        ,
        //
      • output_unit:

        "dynes"+6
        • //Dynes <https://en.wikipedia.org/wiki/Dyne>
          "dynes"
        • //Kiloponds <https://en.wikipedia.org/wiki/Kilopond>
          "kiloponds"
        • //Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
          "micronewtons"
        • //Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
          "millinewtons"
        • //Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>
          "newtons"
        • //Poundals <https://en.wikipedia.org/wiki/Poundal>
          "poundals"
        • //Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
          "pounds"
        ,
        //
      • 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/force/{input_unit}/{output_unit}
200 OK
Response