{
  "entity_type": "unit_conversion_page",
  "id": "pa-to-atm",
  "name": "Pascals to Atmospheres",
  "title": "Pascals to Atmospheres Converter (Pa to atm)",
  "description": "Convert pascals to atmospheres: 1 Pa = 0.00000986923 atm. 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": "Pa",
    "display": "Pa",
    "name": "pascals",
    "singular": "pascal"
  },
  "to_unit": {
    "symbol": "atm",
    "display": "atm",
    "name": "atmospheres",
    "singular": "atmosphere"
  },
  "linear": true,
  "factor": 0.000009869232667,
  "inverse_factor": 101325,
  "formula": "atmospheres = pascals × 0.000009869232667",
  "reverse_formula": "pascals = atmospheres × 101325",
  "unit_relation": "1 Pa = 0.00000986923 atm",
  "examples": [
    {
      "value": 5,
      "result": 0.0000493462,
      "text": "5 Pa = 0.0000493462 atm"
    },
    {
      "value": 12.5,
      "result": 0.000123365,
      "text": "12.5 Pa = 0.000123365 atm"
    },
    {
      "value": 100,
      "result": 0.000986923,
      "text": "100 Pa = 0.000986923 atm"
    }
  ],
  "table": [
    {
      "Pa": 1,
      "atm": 0.00000986923
    },
    {
      "Pa": 2,
      "atm": 0.0000197385
    },
    {
      "Pa": 3,
      "atm": 0.0000296077
    },
    {
      "Pa": 4,
      "atm": 0.0000394769
    },
    {
      "Pa": 5,
      "atm": 0.0000493462
    },
    {
      "Pa": 6,
      "atm": 0.0000592154
    },
    {
      "Pa": 7,
      "atm": 0.0000690846
    },
    {
      "Pa": 8,
      "atm": 0.0000789539
    },
    {
      "Pa": 9,
      "atm": 0.0000888231
    },
    {
      "Pa": 10,
      "atm": 0.0000986923
    },
    {
      "Pa": 15,
      "atm": 0.000148038
    },
    {
      "Pa": 20,
      "atm": 0.000197385
    },
    {
      "Pa": 25,
      "atm": 0.000246731
    },
    {
      "Pa": 30,
      "atm": 0.000296077
    },
    {
      "Pa": 40,
      "atm": 0.000394769
    },
    {
      "Pa": 50,
      "atm": 0.000493462
    },
    {
      "Pa": 75,
      "atm": 0.000740192
    },
    {
      "Pa": 100,
      "atm": 0.000986923
    },
    {
      "Pa": 200,
      "atm": 0.00197385
    },
    {
      "Pa": 250,
      "atm": 0.00246731
    },
    {
      "Pa": 500,
      "atm": 0.00493462
    },
    {
      "Pa": 1000,
      "atm": 0.00986923
    }
  ],
  "faq": [
    {
      "q": "How many atmospheres are in one pascal?",
      "a": "1 Pa = 0.00000986923 atm. 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 pascals to atmospheres?",
      "a": "Multiply the value in pascals by 0.000009869232667: atmospheres = pascals × 0.000009869232667. For example, 5 Pa = 0.0000493462 atm."
    },
    {
      "q": "How do I convert atmospheres back to pascals?",
      "a": "Multiply by the inverse factor 101325 (pascals = atmospheres × 101325), or use the atmospheres-to-pascals 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=Pa&to_unit=atm",
    "calculator": "https://tttkmbb.com/api/v1/calculate/pressure?value=5&from_unit=Pa&to_unit=atm",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "Pa",
      "to_unit": "atm"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/pa-to-atm",
    "markdown": "https://tttkmbb.com/conversion/pa-to-atm.md",
    "json": "https://tttkmbb.com/conversion/pa-to-atm.json",
    "reverse": "https://tttkmbb.com/conversion/atm-to-pa",
    "quantity_converter": "https://tttkmbb.com/conversion/pressure",
    "units": "https://tttkmbb.com/api/v1/units?quantity=pressure"
  },
  "timestamp": "2026-09-24"
}