XML

Earthquake Magnitude Scale Classification - XML

Earthquake magnitude classification is a system based on magnitude values that quantify the energy released by earthquakes. Originating from the Richter scale (ML), the Moment Magnitude Scale (Mw) is now widely used as the international standard. Magnitude uses a logarithmic scale where each whole number increase represents approximately 32 times more energy release. It is an essential indicator for objectively comparing and evaluating earthquake sizes, from micro earthquakes to great earthquakes.

earthquake magnitude Richter scale moment magnitude hypocenter JMA USGS seismology
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>M1</code>
    <slug>magnitude-1</slug>
    <name>Magnitude 1.0</name>
    <description>Extremely small earthquakes generally not felt by humans.</description>
    <effects>Not felt by humans</effects>
    <energyRatio>1</energyRatio>
  </item>
  <item>
    <code>M2</code>
    <slug>magnitude-2</slug>
    <name>Magnitude 2.0</name>
    <description>Small earthquakes that may be slightly felt in quiet locations.</description>
    <effects>May be slightly felt in quiet locations</effects>
    <energyRatio>32</energyRatio>
  </item>
  <item>
    <code>M3</code>
    <slug>magnitude-3</slug>
    <name>Magnitude 3.0</name>
    <description>Minor earthquakes that may be felt by people indoors.</description>
    <effects>Felt by people indoors, slight vibration of window glass</effects>
    <energyRatio>1,000</energyRatio>
  </item>
  <item>
    <code>M4</code>
    <slug>magnitude-4</slug>
    <name>Magnitude 4.0</name>
    <description>Light earthquakes felt by many people; may cause minor damage.</description>
    <effects>Felt by many people, unstable objects may fall</effects>
    <energyRatio>32,000</energyRatio>
  </item>
  <item>
    <code>M5</code>
    <slug>magnitude-5</slug>
    <name>Magnitude 5.0</name>
    <description>Moderate earthquakes that can cause damage to buildings.</description>
    <effects>Damage to poorly constructed buildings, furniture may overturn</effects>
    <energyRatio>1,000,000</energyRatio>
  </item>
  <item>
    <code>M6</code>
    <slug>magnitude-6</slug>
    <name>Magnitude 6.0</name>
    <description>Strong earthquakes causing damage to buildings over a wide area.</description>
    <effects>Building damage within ~100 km area, strong shaking lasts ~10 seconds</effects>
    <energyRatio>32,000,000</energyRatio>
  </item>
  <item>
    <code>M7</code>
    <slug>magnitude-7</slug>
    <name>Magnitude 7.0</name>
    <description>Major earthquakes causing serious damage over large areas.</description>
    <effects>Serious damage over large areas, building collapse, tsunami risk</effects>
    <energyRatio>1,000,000,000</energyRatio>
  </item>
  <item>
    <code>M8</code>
    <slug>magnitude-8</slug>
    <name>Magnitude 8.0</name>
    <description>Great earthquakes causing catastrophic damage over hundreds of kilometers.</description>
    <effects>Catastrophic damage over hundreds of km, strong shaking ~1 minute, large tsunamis</effects>
    <energyRatio>32,000,000,000</energyRatio>
  </item>
  <item>
    <code>M9</code>
    <slug>magnitude-9</slug>
    <name>Magnitude 9.0 and above</name>
    <description>Extremely rare mega-earthquakes causing devastating damage over 1000+ km.</description>
    <effects>Devastating damage over 1000+ km, strong shaking ~3 minutes, massive tsunamis</effects>
    <energyRatio>1,000,000,000,000</energyRatio>
  </item>
</items>