{
  "entity_type": "unit_conversion_page",
  "id": "bar-to-atm",
  "name": "Bar to Atmospheres",
  "title": "Bar to Atmospheres Converter (bar to atm)",
  "description": "Convert bar to atmospheres: 1 bar = 0.986923 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": "bar",
    "display": "bar",
    "name": "bar",
    "singular": "bar"
  },
  "to_unit": {
    "symbol": "atm",
    "display": "atm",
    "name": "atmospheres",
    "singular": "atmosphere"
  },
  "linear": true,
  "factor": 0.9869232667,
  "inverse_factor": 1.01325,
  "formula": "atmospheres = bar × 0.9869232667",
  "reverse_formula": "bar = atmospheres × 1.01325",
  "unit_relation": "1 bar = 0.986923 atm",
  "examples": [
    {
      "value": 5,
      "result": 4.93462,
      "text": "5 bar = 4.93462 atm"
    },
    {
      "value": 12.5,
      "result": 12.3365,
      "text": "12.5 bar = 12.3365 atm"
    },
    {
      "value": 100,
      "result": 98.6923,
      "text": "100 bar = 98.6923 atm"
    }
  ],
  "table": [
    {
      "bar": 1,
      "atm": 0.986923
    },
    {
      "bar": 2,
      "atm": 1.97385
    },
    {
      "bar": 3,
      "atm": 2.96077
    },
    {
      "bar": 4,
      "atm": 3.94769
    },
    {
      "bar": 5,
      "atm": 4.93462
    },
    {
      "bar": 6,
      "atm": 5.92154
    },
    {
      "bar": 7,
      "atm": 6.90846
    },
    {
      "bar": 8,
      "atm": 7.89539
    },
    {
      "bar": 9,
      "atm": 8.88231
    },
    {
      "bar": 10,
      "atm": 9.86923
    },
    {
      "bar": 15,
      "atm": 14.8038
    },
    {
      "bar": 20,
      "atm": 19.7385
    },
    {
      "bar": 25,
      "atm": 24.6731
    },
    {
      "bar": 30,
      "atm": 29.6077
    },
    {
      "bar": 40,
      "atm": 39.4769
    },
    {
      "bar": 50,
      "atm": 49.3462
    },
    {
      "bar": 75,
      "atm": 74.0192
    },
    {
      "bar": 100,
      "atm": 98.6923
    },
    {
      "bar": 200,
      "atm": 197.385
    },
    {
      "bar": 250,
      "atm": 246.731
    },
    {
      "bar": 500,
      "atm": 493.462
    },
    {
      "bar": 1000,
      "atm": 986.923
    }
  ],
  "faq": [
    {
      "q": "How many atmospheres are in one bar?",
      "a": "1 bar = 0.986923 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 bar to atmospheres?",
      "a": "Multiply the value in bar by 0.9869232667: atmospheres = bar × 0.9869232667. For example, 5 bar = 4.93462 atm."
    },
    {
      "q": "How do I convert atmospheres back to bar?",
      "a": "Multiply by the inverse factor 1.01325 (bar = atmospheres × 1.01325), or use the atmospheres-to-bar 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=bar&to_unit=atm",
    "calculator": "https://tttkmbb.com/api/v1/calculate/pressure?value=5&from_unit=bar&to_unit=atm",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "bar",
      "to_unit": "atm"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/bar-to-atm",
    "markdown": "https://tttkmbb.com/conversion/bar-to-atm.md",
    "json": "https://tttkmbb.com/conversion/bar-to-atm.json",
    "reverse": "https://tttkmbb.com/conversion/atm-to-bar",
    "quantity_converter": "https://tttkmbb.com/conversion/pressure",
    "units": "https://tttkmbb.com/api/v1/units?quantity=pressure"
  },
  "timestamp": "2026-09-24"
}