{
  "entity_type": "unit_conversion_page",
  "id": "kilonewtons-to-kips",
  "name": "Kilonewtons to Kips",
  "title": "Kilonewtons to Kips Converter (kN to kip)",
  "description": "Convert kilonewtons to kips: 1 kN = 0.224809 kip. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "force",
  "quantity_name": "Force",
  "base_unit": "N",
  "from_unit": {
    "symbol": "kN",
    "display": "kN",
    "name": "kilonewtons",
    "singular": "kilonewton"
  },
  "to_unit": {
    "symbol": "kip",
    "display": "kip",
    "name": "kips",
    "singular": "kip"
  },
  "linear": true,
  "factor": 0.2248089431,
  "inverse_factor": 4.448221615,
  "formula": "kips = kilonewtons × 0.2248089431",
  "reverse_formula": "kilonewtons = kips × 4.448221615",
  "unit_relation": "1 kN = 0.224809 kip",
  "examples": [
    {
      "value": 5,
      "result": 1.12404,
      "text": "5 kN = 1.12404 kip"
    },
    {
      "value": 12.5,
      "result": 2.81011,
      "text": "12.5 kN = 2.81011 kip"
    },
    {
      "value": 100,
      "result": 22.4809,
      "text": "100 kN = 22.4809 kip"
    }
  ],
  "table": [
    {
      "kN": 1,
      "kip": 0.224809
    },
    {
      "kN": 2,
      "kip": 0.449618
    },
    {
      "kN": 3,
      "kip": 0.674427
    },
    {
      "kN": 4,
      "kip": 0.899236
    },
    {
      "kN": 5,
      "kip": 1.12404
    },
    {
      "kN": 6,
      "kip": 1.34885
    },
    {
      "kN": 7,
      "kip": 1.57366
    },
    {
      "kN": 8,
      "kip": 1.79847
    },
    {
      "kN": 9,
      "kip": 2.02328
    },
    {
      "kN": 10,
      "kip": 2.24809
    },
    {
      "kN": 15,
      "kip": 3.37213
    },
    {
      "kN": 20,
      "kip": 4.49618
    },
    {
      "kN": 25,
      "kip": 5.62022
    },
    {
      "kN": 30,
      "kip": 6.74427
    },
    {
      "kN": 40,
      "kip": 8.99236
    },
    {
      "kN": 50,
      "kip": 11.2404
    },
    {
      "kN": 75,
      "kip": 16.8607
    },
    {
      "kN": 100,
      "kip": 22.4809
    },
    {
      "kN": 200,
      "kip": 44.9618
    },
    {
      "kN": 250,
      "kip": 56.2022
    },
    {
      "kN": 500,
      "kip": 112.404
    },
    {
      "kN": 1000,
      "kip": 224.809
    }
  ],
  "faq": [
    {
      "q": "How many kips are in one kilonewton?",
      "a": "1 kN = 0.224809 kip. 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 kilonewtons to kips?",
      "a": "Multiply the value in kilonewtons by 0.2248089431: kips = kilonewtons × 0.2248089431. For example, 5 kN = 1.12404 kip."
    },
    {
      "q": "How do I convert kips back to kilonewtons?",
      "a": "Multiply by the inverse factor 4.448221615 (kilonewtons = kips × 4.448221615), or use the kips-to-kilonewtons 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=kN&to_unit=kip",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=kN&to_unit=kip",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "kN",
      "to_unit": "kip"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kilonewtons-to-kips",
    "markdown": "https://tttkmbb.com/conversion/kilonewtons-to-kips.md",
    "json": "https://tttkmbb.com/conversion/kilonewtons-to-kips.json",
    "reverse": "https://tttkmbb.com/conversion/kips-to-kilonewtons",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}