Unit Converter
# Unit Converter API The **Unit Converter API** offers a simple and reliable way to convert between a wide range of measurement units and physical quantities. It is designed for easy integration and straightforward usage, making it ideal for both developers and end-users who need fast and accurate unit conversions. ## What does it do? This API allows you to convert values between units of the…
Unit Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1.0 | ||
| GET |
list_unit_types /api/v1.0/units/types/ |
Get a list of all unit types with their available units |
| GET |
list_units_of_specific_type /api/v1.0/units/types/{unit_type}/ |
Get all units of a specific type |
| GET |
list_units /api/v1.0/units/ |
Get a list of all available units, optionally filtered by unit type. Supports pagination and custom page size. |
| GET |
covert_to /api/v1.0/convert/ |
Convert a value from one unit to another unit of the same type using URL parameters. All parameters are validated as enums |
| GET |
covert_value_to_all_other_units_of_same_type /api/v1.0/convert/all/ |
Convert a value to all other units of the same type |
Unit Converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3 / month | 20 / second |
|
| ULTRA | $6 / month | 25 / second |
|
| MEGA | $10 / month | 40000 / second |
|