{
  "entity_type": "unit_conversion_page",
  "id": "atm-to-psi",
  "name": "Atmospheres to Psi",
  "title": "Atmospheres to Psi Converter (atm to psi)",
  "description": "Convert atmospheres to psi: 1 atm = 14.6959 psi. 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": "atm",
    "display": "atm",
    "name": "atmospheres",
    "singular": "atmosphere"
  },
  "to_unit": {
    "symbol": "psi",
    "display": "psi",
    "name": "psi",
    "singular": "psi"
  },
  "linear": true,
  "factor": 14.69594878,
  "inverse_factor": 0.06804596391,
  "formula": "psi = atmospheres × 14.69594878",
  "reverse_formula": "atmospheres = psi × 0.06804596391",
  "unit_relation": "1 atm = 14.6959 psi",
  "examples": [
    {
      "value": 5,
      "result": 73.4797,
      "text": "5 atm = 73.4797 psi"
    },
    {
      "value": 12.5,
      "result": 183.699,
      "text": "12.5 atm = 183.699 psi"
    },
    {
      "value": 100,
      "result": 1469.59,
      "text": "100 atm = 1469.59 psi"
    }
  ],
  "table": [
    {
      "atm": 1,
      "psi": 14.6959
    },
    {
      "atm": 2,
      "psi": 29.3919
    },
    {
      "atm": 3,
      "psi": 44.0878
    },
    {
      "atm": 4,
      "psi": 58.7838
    },
    {
      "atm": 5,
      "psi": 73.4797
    },
    {
      "atm": 6,
      "psi": 88.1757
    },
    {
      "atm": 7,
      "psi": 102.872
    },
    {
      "atm": 8,
      "psi": 117.568
    },
    {
      "atm": 9,
      "psi": 132.264
    },
    {
      "atm": 10,
      "psi": 146.959
    },
    {
      "atm": 15,
      "psi": 220.439
    },
    {
      "atm": 20,
      "psi": 293.919
    },
    {
      "atm": 25,
      "psi": 367.399
    },
    {
      "atm": 30,
      "psi": 440.878
    },
    {
      "atm": 40,
      "psi": 587.838
    },
    {
      "atm": 50,
      "psi": 734.797
    },
    {
      "atm": 75,
      "psi": 1102.2
    },
    {
      "atm": 100,
      "psi": 1469.59
    },
    {
      "atm": 200,
      "psi": 2939.19
    },
    {
      "atm": 250,
      "psi": 3673.99
    },
    {
      "atm": 500,
      "psi": 7347.97
    },
    {
      "atm": 1000,
      "psi": 14695.9
    }
  ],
  "faq": [
    {
      "q": "How many psi are in one atmosphere?",
      "a": "1 atm = 14.6959 psi. 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 atmospheres to psi?",
      "a": "Multiply the value in atmospheres by 14.69594878: psi = atmospheres × 14.69594878. For example, 5 atm = 73.4797 psi."
    },
    {
      "q": "How do I convert psi back to atmospheres?",
      "a": "Multiply by the inverse factor 0.06804596391 (atmospheres = psi × 0.06804596391), or use the psi-to-atmospheres 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=atm&to_unit=psi",
    "calculator": "https://tttkmbb.com/api/v1/calculate/pressure?value=5&from_unit=atm&to_unit=psi",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "atm",
      "to_unit": "psi"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/atm-to-psi",
    "markdown": "https://tttkmbb.com/conversion/atm-to-psi.md",
    "json": "https://tttkmbb.com/conversion/atm-to-psi.json",
    "reverse": "https://tttkmbb.com/conversion/psi-to-atm",
    "quantity_converter": "https://tttkmbb.com/conversion/pressure",
    "units": "https://tttkmbb.com/api/v1/units?quantity=pressure"
  },
  "timestamp": "2026-09-24"
}