Api 610 13th Edition -
While the 12th edition was largely in sync with ISO 13709:2009, the API 610 13th Edition has diverged slightly. ISO is expected to release an updated version later, but currently:
| Feature | API 610 13th Edition | ISO 13709 (current) | | :--- | :--- | :--- | | Vibration limits | Strict spectral band limits | Broadband only | | Seal flush plans | Mandates dual seals for Class I | Allows single seals more liberally | | Baseplate FEA | Required for >150 kW | No explicit FEA requirement | | Bearing temp sensors | Mandatory for >75 kW | Not explicitly required |
Recommendation: If you sell into North America or the Middle East, use API 610 13th Edition. For European projects, reference ISO 13709 but add a "supplement" requiring API 13th compliance for vibration and seals. Api 610 13th Edition
API 610 13th edition applies to centrifugal pumps designed for:
The standard specifies requirements for: While the 12th edition was largely in sync
Unlike ANSI/ISO process pumps, API 610 pumps are engineered for continuous, unattended operation in hazardous environments, with a minimum design life of 20 years and availability exceeding 99%.
pump = API610PumpVerification("Centrifugal OH2 Pump") pump.check_edition(13) pump.check_nozzle_loads(True) pump.check_minimum_continuous_flow(150, 200) pump.check_lube_system("oil mist") pump.check_seal_chamber_pressure(280, 300) print(pump.full_report()) API 610 13th edition applies to centrifugal pumps
Before analyzing the 13th edition, it is essential to understand the standard's hierarchy. API 610 is the "Centrifugal Pumps for Petroleum, Petrochemical and Natural Gas Industries." It is a global benchmark that distinguishes heavy-duty process pumps from the lower-cost, lower-reliability ANSI/ISO pumps.
The standard is harmonized with ISO 13709, though API editions often introduce clauses slightly ahead of ISO adoption. The previous 12th edition (released in 2010) focused on vibration limits, baseplate rigidity, and nozzle loading. The 13th edition, officially released in late 2021 (with full implementation rolling out through 2022-2023), is the most technically aggressive update in a decade.