{
  "entity_type": "unit_conversion_page",
  "id": "degrees-to-radians",
  "name": "Degrees to Radians",
  "title": "Degrees to Radians Converter (° to rad)",
  "description": "Convert degrees to radians: 1 ° = 0.0174533 rad. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "angle",
  "quantity_name": "Angle",
  "base_unit": "rad",
  "from_unit": {
    "symbol": "deg",
    "display": "°",
    "name": "degrees",
    "singular": "degree"
  },
  "to_unit": {
    "symbol": "rad",
    "display": "rad",
    "name": "radians",
    "singular": "radian"
  },
  "linear": true,
  "factor": 0.01745329252,
  "inverse_factor": 57.29577951,
  "formula": "radians = degrees × 0.01745329252",
  "reverse_formula": "degrees = radians × 57.29577951",
  "unit_relation": "1 ° = 0.0174533 rad",
  "examples": [
    {
      "value": 5,
      "result": 0.0872665,
      "text": "5 ° = 0.0872665 rad"
    },
    {
      "value": 12.5,
      "result": 0.218166,
      "text": "12.5 ° = 0.218166 rad"
    },
    {
      "value": 100,
      "result": 1.74533,
      "text": "100 ° = 1.74533 rad"
    }
  ],
  "table": [
    {
      "deg": 1,
      "rad": 0.0174533
    },
    {
      "deg": 2,
      "rad": 0.0349066
    },
    {
      "deg": 3,
      "rad": 0.0523599
    },
    {
      "deg": 4,
      "rad": 0.0698132
    },
    {
      "deg": 5,
      "rad": 0.0872665
    },
    {
      "deg": 6,
      "rad": 0.10472
    },
    {
      "deg": 7,
      "rad": 0.122173
    },
    {
      "deg": 8,
      "rad": 0.139626
    },
    {
      "deg": 9,
      "rad": 0.15708
    },
    {
      "deg": 10,
      "rad": 0.174533
    },
    {
      "deg": 15,
      "rad": 0.261799
    },
    {
      "deg": 20,
      "rad": 0.349066
    },
    {
      "deg": 25,
      "rad": 0.436332
    },
    {
      "deg": 30,
      "rad": 0.523599
    },
    {
      "deg": 40,
      "rad": 0.698132
    },
    {
      "deg": 50,
      "rad": 0.872665
    },
    {
      "deg": 75,
      "rad": 1.309
    },
    {
      "deg": 100,
      "rad": 1.74533
    },
    {
      "deg": 200,
      "rad": 3.49066
    },
    {
      "deg": 250,
      "rad": 4.36332
    },
    {
      "deg": 500,
      "rad": 8.72665
    },
    {
      "deg": 1000,
      "rad": 17.4533
    }
  ],
  "faq": [
    {
      "q": "How many radians are in one degree?",
      "a": "1 ° = 0.0174533 rad. 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 degrees to radians?",
      "a": "Multiply the value in degrees by 0.01745329252: radians = degrees × 0.01745329252. For example, 5 ° = 0.0872665 rad."
    },
    {
      "q": "How do I convert radians back to degrees?",
      "a": "Multiply by the inverse factor 57.29577951 (degrees = radians × 57.29577951), or use the radians-to-degrees 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=deg&to_unit=rad",
    "calculator": "https://tttkmbb.com/api/v1/calculate/angle?value=5&from_unit=deg&to_unit=rad",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "deg",
      "to_unit": "rad"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/degrees-to-radians",
    "markdown": "https://tttkmbb.com/conversion/degrees-to-radians.md",
    "json": "https://tttkmbb.com/conversion/degrees-to-radians.json",
    "reverse": "https://tttkmbb.com/conversion/radians-to-degrees",
    "quantity_converter": "https://tttkmbb.com/conversion/angle",
    "units": "https://tttkmbb.com/api/v1/units?quantity=angle"
  },
  "timestamp": "2026-09-24"
}