# Modern Converts > Convert between different units quickly and accurately in a modern way ## Single conversions - /measure/{measure_name}/{from}/{to}: Convert a value from one unit to another within the same measure. - `measure_name`: The type of measurement (e.g., length, area, volume, temperature). - `from`: The unit to convert from (e.g., meters, kilograms, Celsius). - `to`: The unit to convert to (e.g., feet, pounds, Fahrenheit). - Example: `/measure/length/cm/m` converts values from centimeters to meters. ## Multiple conversions - /measure/{measure_name}/{from}: Convert a value from one unit to all other units within the same measure. - `measure_name`: The type of measurement (e.g., length, area, volume, temperature). - `from`: The unit to convert from (e.g., meters, kilograms, Celsius). - Example: `/measure/length/m` converts values from meters to all other length units.