{
  "entity_type": "unit_conversion_page",
  "id": "feet-to-inches",
  "name": "Feet to Inches",
  "title": "Feet to Inches Converter (ft to in)",
  "description": "Convert feet to inches: 1 ft = 12 in. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "length",
  "quantity_name": "Length",
  "base_unit": "m",
  "from_unit": {
    "symbol": "ft",
    "display": "ft",
    "name": "feet",
    "singular": "foot"
  },
  "to_unit": {
    "symbol": "in",
    "display": "in",
    "name": "inches",
    "singular": "inch"
  },
  "linear": true,
  "factor": 12,
  "inverse_factor": 0.08333333333,
  "formula": "inches = feet × 12",
  "reverse_formula": "feet = inches × 0.08333333333",
  "unit_relation": "1 ft = 12 in",
  "examples": [
    {
      "value": 5,
      "result": 60,
      "text": "5 ft = 60 in"
    },
    {
      "value": 12.5,
      "result": 150,
      "text": "12.5 ft = 150 in"
    },
    {
      "value": 100,
      "result": 1200,
      "text": "100 ft = 1200 in"
    }
  ],
  "table": [
    {
      "ft": 1,
      "in": 12
    },
    {
      "ft": 2,
      "in": 24
    },
    {
      "ft": 3,
      "in": 36
    },
    {
      "ft": 4,
      "in": 48
    },
    {
      "ft": 5,
      "in": 60
    },
    {
      "ft": 6,
      "in": 72
    },
    {
      "ft": 7,
      "in": 84
    },
    {
      "ft": 8,
      "in": 96
    },
    {
      "ft": 9,
      "in": 108
    },
    {
      "ft": 10,
      "in": 120
    },
    {
      "ft": 15,
      "in": 180
    },
    {
      "ft": 20,
      "in": 240
    },
    {
      "ft": 25,
      "in": 300
    },
    {
      "ft": 30,
      "in": 360
    },
    {
      "ft": 40,
      "in": 480
    },
    {
      "ft": 50,
      "in": 600
    },
    {
      "ft": 75,
      "in": 900
    },
    {
      "ft": 100,
      "in": 1200
    },
    {
      "ft": 200,
      "in": 2400
    },
    {
      "ft": 250,
      "in": 3000
    },
    {
      "ft": 500,
      "in": 6000
    },
    {
      "ft": 1000,
      "in": 12000
    }
  ],
  "faq": [
    {
      "q": "How many inches are in one foot?",
      "a": "1 ft = 12 in. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert feet to inches?",
      "a": "Multiply the value in feet by 12: inches = feet × 12. For example, 5 ft = 60 in."
    },
    {
      "q": "How do I convert inches back to feet?",
      "a": "Multiply by the inverse factor 0.08333333333 (feet = inches × 0.08333333333), or use the inches-to-feet page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=ft&to_unit=in",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=ft&to_unit=in",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "ft",
      "to_unit": "in"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/feet-to-inches",
    "markdown": "https://tttkmbb.com/conversion/feet-to-inches.md",
    "json": "https://tttkmbb.com/conversion/feet-to-inches.json",
    "reverse": "https://tttkmbb.com/conversion/inches-to-feet",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}