API → UnitConvert area units
Parameters
Name
Type
Req.
Possible values
cm2: Square centimeters <https://en.wikipedia.org/wiki/Square_centimeter>dm2: Square decimeters <https://en.wikipedia.org/wiki/Square_decimeter>ft2: Square feet <https://en.wikipedia.org/wiki/Square_foot>in2: Square inches <https://en.wikipedia.org/wiki/Square_inch>km2: Square kilometers <https://en.wikipedia.org/wiki/Square_kilometer>m2: Square meters <https://en.wikipedia.org/wiki/Square_meter>mm2: Square millimeters <https://en.wikipedia.org/wiki/Square_millimeter>yd2: Square yards <https://en.wikipedia.org/wiki/Square_mile>
Possible values
cm2: Square centimeters <https://en.wikipedia.org/wiki/Square_centimeter>dm2: Square decimeters <https://en.wikipedia.org/wiki/Square_decimeter>ft2: Square feet <https://en.wikipedia.org/wiki/Square_foot>in2: Square inches <https://en.wikipedia.org/wiki/Square_inch>km2: Square kilometers <https://en.wikipedia.org/wiki/Square_kilometer>m2: Square meters <https://en.wikipedia.org/wiki/Square_meter>mm2: Square millimeters <https://en.wikipedia.org/wiki/Square_millimeter>yd2: Square yards <https://en.wikipedia.org/wiki/Square_mile>
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
cm2: Square centimeters <https://en.wikipedia.org/wiki/Square_centimeter>dm2: Square decimeters <https://en.wikipedia.org/wiki/Square_decimeter>ft2: Square feet <https://en.wikipedia.org/wiki/Square_foot>in2: Square inches <https://en.wikipedia.org/wiki/Square_inch>km2: Square kilometers <https://en.wikipedia.org/wiki/Square_kilometer>m2: Square meters <https://en.wikipedia.org/wiki/Square_meter>mm2: Square millimeters <https://en.wikipedia.org/wiki/Square_millimeter>yd2: Square yards <https://en.wikipedia.org/wiki/Square_mile>
Possible values
cm2: Square centimeters <https://en.wikipedia.org/wiki/Square_centimeter>dm2: Square decimeters <https://en.wikipedia.org/wiki/Square_decimeter>ft2: Square feet <https://en.wikipedia.org/wiki/Square_foot>in2: Square inches <https://en.wikipedia.org/wiki/Square_inch>km2: Square kilometers <https://en.wikipedia.org/wiki/Square_kilometer>m2: Square meters <https://en.wikipedia.org/wiki/Square_meter>mm2: Square millimeters <https://en.wikipedia.org/wiki/Square_millimeter>yd2: Square yards <https://en.wikipedia.org/wiki/Square_mile>
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/area/{input_unit}/{output_unit}$ curl "https://api.zoo.dev/unit/conversion/area/{input_unit}/{output_unit}?value=REQUIRED" \
--header "Authorization: Bearer $TOKEN"200 OK
Response{}