{
  "entity_type": "unit_conversion_page",
  "id": "degrees-to-milliradians",
  "name": "Degrees to Milliradians",
  "title": "Degrees to Milliradians Converter (° to mrad)",
  "description": "Convert degrees to milliradians: 1 ° = 17.4533 mrad. 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": "mrad",
    "display": "mrad",
    "name": "milliradians",
    "singular": "milliradian"
  },
  "linear": true,
  "factor": 17.45329252,
  "inverse_factor": 0.05729577951,
  "formula": "milliradians = degrees × 17.45329252",
  "reverse_formula": "degrees = milliradians × 0.05729577951",
  "unit_relation": "1 ° = 17.4533 mrad",
  "examples": [
    {
      "value": 5,
      "result": 87.2665,
      "text": "5 ° = 87.2665 mrad"
    },
    {
      "value": 12.5,
      "result": 218.166,
      "text": "12.5 ° = 218.166 mrad"
    },
    {
      "value": 100,
      "result": 1745.33,
      "text": "100 ° = 1745.33 mrad"
    }
  ],
  "table": [
    {
      "deg": 1,
      "mrad": 17.4533
    },
    {
      "deg": 2,
      "mrad": 34.9066
    },
    {
      "deg": 3,
      "mrad": 52.3599
    },
    {
      "deg": 4,
      "mrad": 69.8132
    },
    {
      "deg": 5,
      "mrad": 87.2665
    },
    {
      "deg": 6,
      "mrad": 104.72
    },
    {
      "deg": 7,
      "mrad": 122.173
    },
    {
      "deg": 8,
      "mrad": 139.626
    },
    {
      "deg": 9,
      "mrad": 157.08
    },
    {
      "deg": 10,
      "mrad": 174.533
    },
    {
      "deg": 15,
      "mrad": 261.799
    },
    {
      "deg": 20,
      "mrad": 349.066
    },
    {
      "deg": 25,
      "mrad": 436.332
    },
    {
      "deg": 30,
      "mrad": 523.599
    },
    {
      "deg": 40,
      "mrad": 698.132
    },
    {
      "deg": 50,
      "mrad": 872.665
    },
    {
      "deg": 75,
      "mrad": 1309
    },
    {
      "deg": 100,
      "mrad": 1745.33
    },
    {
      "deg": 200,
      "mrad": 3490.66
    },
    {
      "deg": 250,
      "mrad": 4363.32
    },
    {
      "deg": 500,
      "mrad": 8726.65
    },
    {
      "deg": 1000,
      "mrad": 17453.3
    }
  ],
  "faq": [
    {
      "q": "How many milliradians are in one degree?",
      "a": "1 ° = 17.4533 mrad. 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 milliradians?",
      "a": "Multiply the value in degrees by 17.45329252: milliradians = degrees × 17.45329252. For example, 5 ° = 87.2665 mrad."
    },
    {
      "q": "How do I convert milliradians back to degrees?",
      "a": "Multiply by the inverse factor 0.05729577951 (degrees = milliradians × 0.05729577951), or use the milliradians-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=mrad",
    "calculator": "https://tttkmbb.com/api/v1/calculate/angle?value=5&from_unit=deg&to_unit=mrad",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "deg",
      "to_unit": "mrad"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/degrees-to-milliradians",
    "markdown": "https://tttkmbb.com/conversion/degrees-to-milliradians.md",
    "json": "https://tttkmbb.com/conversion/degrees-to-milliradians.json",
    "reverse": "https://tttkmbb.com/conversion/milliradians-to-degrees",
    "quantity_converter": "https://tttkmbb.com/conversion/angle",
    "units": "https://tttkmbb.com/api/v1/units?quantity=angle"
  },
  "timestamp": "2026-09-24"
}