{
  "api": "richter-scale",
  "title": "Richter Scale",
  "description": "Earthquake magnitude classes from 0 to 10 with effects and frequency.",
  "emoji": "🌋",
  "license": "GPL-2.0-or-later",
  "count": 11,
  "self": "https://gratisapi.com/api/richter-scale/index",
  "endpoints": {
    "list": "https://gratisapi.com/api/richter-scale/index",
    "item": "https://gratisapi.com/api/richter-scale/{id}"
  },
  "fields": [
    "approx_frequency_per_year",
    "class",
    "effects",
    "id",
    "magnitude_range"
  ],
  "results": [
    {
      "id": 0,
      "magnitude_range": "0.0-0.9",
      "class": "Micro",
      "effects": "Not felt by people; recorded only by seismographs.",
      "approx_frequency_per_year": null,
      "url": "https://gratisapi.com/api/richter-scale/0"
    },
    {
      "id": 1,
      "magnitude_range": "1.0-1.9",
      "class": "Micro",
      "effects": "Not felt; detected only by instruments.",
      "approx_frequency_per_year": null,
      "url": "https://gratisapi.com/api/richter-scale/1"
    },
    {
      "id": 2,
      "magnitude_range": "2.0-2.9",
      "class": "Minor",
      "effects": "Generally not felt, but recorded.",
      "approx_frequency_per_year": 1000000,
      "url": "https://gratisapi.com/api/richter-scale/2"
    },
    {
      "id": 3,
      "magnitude_range": "3.0-3.9",
      "class": "Minor",
      "effects": "Often felt indoors; rarely causes damage.",
      "approx_frequency_per_year": 100000,
      "url": "https://gratisapi.com/api/richter-scale/3"
    },
    {
      "id": 4,
      "magnitude_range": "4.0-4.9",
      "class": "Light",
      "effects": "Noticeable shaking; minor damage to objects.",
      "approx_frequency_per_year": 10000,
      "url": "https://gratisapi.com/api/richter-scale/4"
    },
    {
      "id": 5,
      "magnitude_range": "5.0-5.9",
      "class": "Moderate",
      "effects": "Damage to weak or poorly built structures.",
      "approx_frequency_per_year": 1000,
      "url": "https://gratisapi.com/api/richter-scale/5"
    },
    {
      "id": 6,
      "magnitude_range": "6.0-6.9",
      "class": "Strong",
      "effects": "Damage in populated areas over tens of kilometers.",
      "approx_frequency_per_year": 100,
      "url": "https://gratisapi.com/api/richter-scale/6"
    },
    {
      "id": 7,
      "magnitude_range": "7.0-7.9",
      "class": "Major",
      "effects": "Serious damage over large areas.",
      "approx_frequency_per_year": 10,
      "url": "https://gratisapi.com/api/richter-scale/7"
    },
    {
      "id": 8,
      "magnitude_range": "8.0-8.9",
      "class": "Great",
      "effects": "Severe damage and destruction across hundreds of kilometers.",
      "approx_frequency_per_year": 1,
      "url": "https://gratisapi.com/api/richter-scale/8"
    },
    {
      "id": 9,
      "magnitude_range": "9.0-9.9",
      "class": "Great",
      "effects": "Devastating; near-total destruction near the epicenter.",
      "approx_frequency_per_year": null,
      "url": "https://gratisapi.com/api/richter-scale/9"
    },
    {
      "id": 10,
      "magnitude_range": "10.0 and greater",
      "class": "Epic",
      "effects": "Never recorded; theoretical extreme magnitude.",
      "approx_frequency_per_year": null,
      "url": "https://gratisapi.com/api/richter-scale/10"
    }
  ]
}
