{
  "entity_type": "unit_conversion_page",
  "id": "yards-to-feet",
  "name": "Yards to Feet",
  "title": "Yards to Feet Converter (yd to ft)",
  "description": "Convert yards to feet: 1 yd = 3 ft. 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": "yd",
    "display": "yd",
    "name": "yards",
    "singular": "yard"
  },
  "to_unit": {
    "symbol": "ft",
    "display": "ft",
    "name": "feet",
    "singular": "foot"
  },
  "linear": true,
  "factor": 3,
  "inverse_factor": 0.3333333333,
  "formula": "feet = yards × 3",
  "reverse_formula": "yards = feet × 0.3333333333",
  "unit_relation": "1 yd = 3 ft",
  "examples": [
    {
      "value": 5,
      "result": 15,
      "text": "5 yd = 15 ft"
    },
    {
      "value": 12.5,
      "result": 37.5,
      "text": "12.5 yd = 37.5 ft"
    },
    {
      "value": 100,
      "result": 300,
      "text": "100 yd = 300 ft"
    }
  ],
  "table": [
    {
      "yd": 1,
      "ft": 3
    },
    {
      "yd": 2,
      "ft": 6
    },
    {
      "yd": 3,
      "ft": 9
    },
    {
      "yd": 4,
      "ft": 12
    },
    {
      "yd": 5,
      "ft": 15
    },
    {
      "yd": 6,
      "ft": 18
    },
    {
      "yd": 7,
      "ft": 21
    },
    {
      "yd": 8,
      "ft": 24
    },
    {
      "yd": 9,
      "ft": 27
    },
    {
      "yd": 10,
      "ft": 30
    },
    {
      "yd": 15,
      "ft": 45
    },
    {
      "yd": 20,
      "ft": 60
    },
    {
      "yd": 25,
      "ft": 75
    },
    {
      "yd": 30,
      "ft": 90
    },
    {
      "yd": 40,
      "ft": 120
    },
    {
      "yd": 50,
      "ft": 150
    },
    {
      "yd": 75,
      "ft": 225
    },
    {
      "yd": 100,
      "ft": 300
    },
    {
      "yd": 200,
      "ft": 600
    },
    {
      "yd": 250,
      "ft": 750
    },
    {
      "yd": 500,
      "ft": 1500
    },
    {
      "yd": 1000,
      "ft": 3000
    }
  ],
  "faq": [
    {
      "q": "How many feet are in one yard?",
      "a": "1 yd = 3 ft. 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 yards to feet?",
      "a": "Multiply the value in yards by 3: feet = yards × 3. For example, 5 yd = 15 ft."
    },
    {
      "q": "How do I convert feet back to yards?",
      "a": "Multiply by the inverse factor 0.3333333333 (yards = feet × 0.3333333333), or use the feet-to-yards 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=yd&to_unit=ft",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=yd&to_unit=ft",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "yd",
      "to_unit": "ft"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/yards-to-feet",
    "markdown": "https://tttkmbb.com/conversion/yards-to-feet.md",
    "json": "https://tttkmbb.com/conversion/yards-to-feet.json",
    "reverse": "https://tttkmbb.com/conversion/feet-to-yards",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}