API → UnitConvert force units
Parameters
Name
Type
Req.
Possible values
dynes
: Dynes <https://en.wikipedia.org/wiki/Dyne>kiloponds
: Kiloponds <https://en.wikipedia.org/wiki/Kilopond>micronewtons
: Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>millinewtons
: Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>newtons
: Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>poundals
: Poundals <https://en.wikipedia.org/wiki/Poundal>pounds
: Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
Possible values
dynes
: Dynes <https://en.wikipedia.org/wiki/Dyne>kiloponds
: Kiloponds <https://en.wikipedia.org/wiki/Kilopond>micronewtons
: Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>millinewtons
: Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>newtons
: Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>poundals
: Poundals <https://en.wikipedia.org/wiki/Poundal>pounds
: Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
dynes
: Dynes <https://en.wikipedia.org/wiki/Dyne>kiloponds
: Kiloponds <https://en.wikipedia.org/wiki/Kilopond>micronewtons
: Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>millinewtons
: Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>newtons
: Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>poundals
: Poundals <https://en.wikipedia.org/wiki/Poundal>pounds
: Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
Possible values
dynes
: Dynes <https://en.wikipedia.org/wiki/Dyne>kiloponds
: Kiloponds <https://en.wikipedia.org/wiki/Kilopond>micronewtons
: Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>millinewtons
: Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>newtons
: Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>poundals
: Poundals <https://en.wikipedia.org/wiki/Poundal>pounds
: Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
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/force/{input_unit}/{output_unit}$ curl "https://api.zoo.dev/unit/conversion/force/{input_unit}/{output_unit}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-07-14T12:17:23.976Z",
"created_at": "2025-07-14T12:17:23.976Z",
"error": "CWavkJs7rSJhhjAxCQNCr1xuYIUr",
"id": "66cd3385-c2f3-46d0-ae68-94aac5ec9437",
"input": 6,
"input_unit": "poundals",
"output": 2,
"output_unit": "kiloponds",
"started_at": "2025-07-14T12:17:23.976Z",
"status": "completed",
"updated_at": "2025-07-14T12:17:23.976Z",
"user_id": "f92fa26d-bc57-49de-8ff4-831209fe3d6d"
}