units converter
The Units Converter API allows developers to easily add a unit converter to their applications. The measurements available are acceleration, angle, area, data, density, energy, force, fuel economy, illuminance, length, luminance, mass, mass flow, power, pressure, speed, temperature, time, torque, volume, and volume flow.
units converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Convert to all units /dev/{measurement}/convertall |
Converts the given quantity of a unit to the equivalent amount of all other units of a given measurement that the API provides conversion between. The legal values for… |
| GET |
Get measurements /dev/measurements |
Returns an array of all the measurements for which the API provides conversion |
| GET |
Get all the units of a measurement /dev/{measurement}/allUnits |
Returns all the units of a measurement that the API provides conversion between. The legal values for measurement can be obtained from the API call GET: dev/measurements. |
| GET |
Convert a quantity from one unit to another /dev/{measurement} |
Converts the given quantity in one unit to the equivalent quantity in another, for a given measurement, and returns the answer. The legal values for measurement can be obtained… |
units converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|
| ULTRA | $1 / month | — |
|
| MEGA | $2.75 / month | — |
|