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 Sample: 1 feet

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

InputResult
1 feet0.3048 meters
5 feet1.524 meters
10 feet3.048 meters

JSON API example

Use the public JSON endpoint with these query parameters.

  • value1
  • fromft
  • tom
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.