Length
Feet to Meters Converter
Convert feet to meters for construction, travel and science references.
PopularAPI Ready
Focused calculator
Calculate Feet to Meters Converter
0.3048 m
Formula
Formula: meters = feet x 0.3048.
Factor: 1 feet = 0.3048 meters.
Example: 1 feet = 0.3048 meters.
The calculator keeps full precision internally and rounds only for display.
Common examples
| Input | Result |
|---|---|
| 1 feet | 0.3048 meters |
| 5 feet | 1.524 meters |
| 10 feet | 3.048 meters |
JSON API example
Use the public JSON endpoint with these query parameters.
value1fromfttom
GET https://api.convematik.com/convert?value=1.0&from=ft&to=m
{
"value": 1.0,
"from": "ft",
"to": "m",
"result": 0.3048
}
Common questions
What does the Feet to Meters Converter do?
It converts feet to meters using Convematik's unit conversion engine.
What formula does it use?
meters = feet x 0.3048.
Can I use decimal values?
Yes. Enter whole numbers or decimals and the calculator returns a decimal result.
Is this page free?
Yes. The converter runs as a free browser tool and can also be accessed through the API.