{
  "entity_type": "unit_conversion_page",
  "id": "kpa-to-pa",
  "name": "Kilopascals to Pascals",
  "title": "Kilopascals to Pascals Converter (kPa to Pa)",
  "description": "Convert kilopascals to pascals: 1 kPa = 1000 Pa. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "pressure",
  "quantity_name": "Pressure",
  "base_unit": "Pa",
  "from_unit": {
    "symbol": "kPa",
    "display": "kPa",
    "name": "kilopascals",
    "singular": "kilopascal"
  },
  "to_unit": {
    "symbol": "Pa",
    "display": "Pa",
    "name": "pascals",
    "singular": "pascal"
  },
  "linear": true,
  "factor": 1000,
  "inverse_factor": 0.001,
  "formula": "pascals = kilopascals × 1000",
  "reverse_formula": "kilopascals = pascals × 0.001",
  "unit_relation": "1 kPa = 1000 Pa",
  "examples": [
    {
      "value": 5,
      "result": 5000,
      "text": "5 kPa = 5000 Pa"
    },
    {
      "value": 12.5,
      "result": 12500,
      "text": "12.5 kPa = 12500 Pa"
    },
    {
      "value": 100,
      "result": 100000,
      "text": "100 kPa = 100000 Pa"
    }
  ],
  "table": [
    {
      "kPa": 1,
      "Pa": 1000
    },
    {
      "kPa": 2,
      "Pa": 2000
    },
    {
      "kPa": 3,
      "Pa": 3000
    },
    {
      "kPa": 4,
      "Pa": 4000
    },
    {
      "kPa": 5,
      "Pa": 5000
    },
    {
      "kPa": 6,
      "Pa": 6000
    },
    {
      "kPa": 7,
      "Pa": 7000
    },
    {
      "kPa": 8,
      "Pa": 8000
    },
    {
      "kPa": 9,
      "Pa": 9000
    },
    {
      "kPa": 10,
      "Pa": 10000
    },
    {
      "kPa": 15,
      "Pa": 15000
    },
    {
      "kPa": 20,
      "Pa": 20000
    },
    {
      "kPa": 25,
      "Pa": 25000
    },
    {
      "kPa": 30,
      "Pa": 30000
    },
    {
      "kPa": 40,
      "Pa": 40000
    },
    {
      "kPa": 50,
      "Pa": 50000
    },
    {
      "kPa": 75,
      "Pa": 75000
    },
    {
      "kPa": 100,
      "Pa": 100000
    },
    {
      "kPa": 200,
      "Pa": 200000
    },
    {
      "kPa": 250,
      "Pa": 250000
    },
    {
      "kPa": 500,
      "Pa": 500000
    },
    {
      "kPa": 1000,
      "Pa": 1000000
    }
  ],
  "faq": [
    {
      "q": "How many pascals are in one kilopascal?",
      "a": "1 kPa = 1000 Pa. 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 kilopascals to pascals?",
      "a": "Multiply the value in kilopascals by 1000: pascals = kilopascals × 1000. For example, 5 kPa = 5000 Pa."
    },
    {
      "q": "How do I convert pascals back to kilopascals?",
      "a": "Multiply by the inverse factor 0.001 (kilopascals = pascals × 0.001), or use the pascals-to-kilopascals 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=kPa&to_unit=Pa",
    "calculator": "https://tttkmbb.com/api/v1/calculate/pressure?value=5&from_unit=kPa&to_unit=Pa",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "kPa",
      "to_unit": "Pa"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kpa-to-pa",
    "markdown": "https://tttkmbb.com/conversion/kpa-to-pa.md",
    "json": "https://tttkmbb.com/conversion/kpa-to-pa.json",
    "reverse": "https://tttkmbb.com/conversion/pa-to-kpa",
    "quantity_converter": "https://tttkmbb.com/conversion/pressure",
    "units": "https://tttkmbb.com/api/v1/units?quantity=pressure"
  },
  "timestamp": "2026-09-24"
}