# QuakeFYI

> Comprehensive earthquake and seismology reference for researchers, emergency planners, and the general public. Covers recent and historical earthquakes, tectonic plates, fault lines, magnitude scales, country seismic profiles, case studies, interactive tools, glossary, and in-depth guides. 15 languages supported.

## Data Scope
- Recent earthquakes with magnitude, depth, location, and tsunami risk
- Historical earthquakes with casualties, damage, and tectonic context
- Tectonic plates with boundaries, velocity, and associated seismicity
- Fault lines with type (strike-slip, normal, reverse) and historical activity
- Countries with seismic risk profiles and earthquake history
- Magnitude scale reference (Richter, moment magnitude, intensity)
- Yearly earthquake summaries with statistics
- Case studies — in-depth analysis of major earthquakes
- Interactive tools: seismic risk checker, earthquake calculator, distance from epicenter, comparison, tsunami risk estimator, building safety, emergency kit, PGA estimator
- 2,488 city pages with nearby earthquakes, historical events, fault lines, FAQ, and seismic context
- City-vs-city seismic risk comparisons (50+ featured pairs)
- Earthquake alert subscriptions (email/Telegram) for M4+ events near a location
- PWA with offline support — installable web app with Service Worker
- Seismology glossary with cross-references
- In-depth guides on earthquake preparedness and science

## URL Patterns
- Append `.md` to any URL for plain-text markdown format.
- i18n: URL prefix `/{lang}` for non-English (ko, ja, zh-hans, es, fr, de, pt, ru, vi, tr, ar, hi, th, id).
- `/earthquakes/today/` — Earthquakes today (e.g. `/earthquakes/today/`)
- `/earthquakes/this-week/` — Earthquakes this week (e.g. `/earthquakes/this-week/`)
- `/earthquakes/this-month/` — Earthquakes this month (e.g. `/earthquakes/this-month/`)
- `/earthquakes/{year}/` — Earthquakes by year (e.g. `/earthquakes/2025/`)
- `/earthquake/{slug}/` — Earthquake detail (e.g. `/earthquake/2011-tohoku/`)
- `/country/` — Countries with seismic data (e.g. `/country/`)
- `/country/{slug}/` — Country seismic profile (e.g. `/country/japan/`)
- `/plate/` — Tectonic plates (e.g. `/plate/`)
- `/plate/{slug}/` — Plate detail (e.g. `/plate/pacific/`)
- `/fault/` — Fault lines (e.g. `/fault/`)
- `/fault/{slug}/` — Fault detail (e.g. `/fault/san-andreas/`)
- `/magnitude/` — Magnitude scale reference (e.g. `/magnitude/`)
- `/magnitude/{level}/` — Magnitude level detail (e.g. `/magnitude/7/`)
- `/case-studies/` — Earthquake case studies (e.g. `/case-studies/`)
- `/glossary/` — Seismology glossary (e.g. `/glossary/`)
- `/glossary/{slug}/` — Glossary term detail (e.g. `/glossary/epicenter/`)
- `/guides/` — In-depth guides (e.g. `/guides/`)
- `/guides/{slug}/` — Guide detail (e.g. `/guides/earthquake-preparedness/`)
- `/tools/` — Interactive tools (e.g. `/tools/`)
- `/tools/seismic-risk-checker/` — Seismic risk checker (e.g. `/tools/seismic-risk-checker/`)
- `/tools/earthquake-calculator/` — Earthquake energy calculator (e.g. `/tools/earthquake-calculator/`)
- `/tools/earthquake-comparison/` — Compare earthquakes (e.g. `/tools/earthquake-comparison/`)
- `/tools/tsunami-risk-estimator/` — Tsunami risk estimator (e.g. `/tools/tsunami-risk-estimator/`)
- `/tools/building-safety-checker/` — Building safety checker (e.g. `/tools/building-safety-checker/`)
- `/tools/emergency-kit-builder/` — Emergency kit builder (e.g. `/tools/emergency-kit-builder/`)
- `/search/` — Search earthquakes, faults, glossary (e.g. `/search/?q=tohoku`)
- `/nearby/{city-slug}-{country-iso2}/` — Earthquakes near a city (e.g. `/nearby/seoul-kr/`)
- `/nearby/compare/{city-a}-vs-{city-b}/` — City seismic risk comparison (e.g. `/nearby/compare/lima-vs-tokyo/`)
- `/near-me/` — Browser geolocation redirect to nearest city (e.g. ``)
- `/alerts/subscribe/` — Subscribe to earthquake alerts (POST, JSON) (e.g. ``)

## Earthquakes
- [Today](https://quakefyi.com/earthquakes/today/)
- [This Week](https://quakefyi.com/earthquakes/this-week/)
- [This Month](https://quakefyi.com/earthquakes/this-month/)
- [By Country](https://quakefyi.com/country/)
- [By Year](https://quakefyi.com/earthquakes/2025/)

## Tectonics
- [Tectonic Plates](https://quakefyi.com/plate/)
- [Fault Lines](https://quakefyi.com/fault/)
- [Magnitude Scale](https://quakefyi.com/magnitude/)

## Interactive Tools
- [Seismic Risk Checker](https://quakefyi.com/tools/seismic-risk-checker/)
- [Earthquake Calculator](https://quakefyi.com/tools/earthquake-calculator/)
- [Earthquake Comparison](https://quakefyi.com/tools/earthquake-comparison/)
- [Tsunami Risk Estimator](https://quakefyi.com/tools/tsunami-risk-estimator/)
- [Building Safety Checker](https://quakefyi.com/tools/building-safety-checker/)
- [Emergency Kit Builder](https://quakefyi.com/tools/emergency-kit-builder/)

## Learn
- [Case Studies](https://quakefyi.com/case-studies/)
- [Glossary](https://quakefyi.com/glossary/)
- [Guides](https://quakefyi.com/guides/)

## Location-Based
- [Nearby Cities Hub](https://quakefyi.com/nearby/)
- [Find Earthquakes Near Me](https://quakefyi.com/near-me/)
- [City Seismic Comparison](https://quakefyi.com/nearby/compare/lima-vs-tokyo/)

## Alerts
- [Subscribe to Alerts](https://quakefyi.com/alerts/subscribe/)

## Embed Widget
- [QuakeFYI Widget Docs](https://widget.quakefyi.com)
- [quakefyi-embed on npm](https://www.npmjs.com/package/quakefyi-embed)
- [quakefyi-embed on GitHub](https://github.com/fyipedia/quakefyi-embed)

## REST API

Free REST API. No authentication required. JSON responses. CORS enabled.

| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `/api/v1/countries/` | Countries with seismic data |
| GET | `/api/v1/plates/` | Tectonic plates |
| GET | `/api/v1/faults/` | Fault lines |
| GET | `/api/v1/earthquakes/` | Recent earthquakes |
| GET | `/api/v1/historical/` | Historical earthquakes |
| GET | `/api/v1/glossary/` | Seismology glossary |
| GET | `/api/v1/guides/` | Guide articles |
| GET | `/api/v1/case-studies/` | Case studies |
| GET | `/api/v1/yearly-summaries/` | Yearly summaries |
| GET | `/api/v1/faqs/` | FAQs |
| GET | `/api/v1/stats/` | Site statistics |
| GET | `/api/v1/cities/` | Cities with nearby earthquake data |
| GET | `/api/v1/cities/{slug}/` | City detail |
| GET | `/api/v1/cities/nearest/?lat={lat}&lon={lon}` | Nearest city to coordinates |
| GET | `/api/v1/earthquakes/nearby/?lat={lat}&lon={lon}` | Nearby earthquakes |
| GET | `/api/v1/my-location/` | GeoIP location detection |
| GET | `/api/v1/search/?q={query}` | Search across all content |
| GET | `/api/recent/` | Recent earthquakes feed |
| GET | `/api/live-feed/` | Live earthquake feed |

```bash
curl -s "https://quakefyi.com/api/v1/earthquakes/"
```

[API Docs](https://quakefyi.com/developers/) · [OpenAPI Spec](https://quakefyi.com/api/openapi.json)

## Developer Tools
- **PyPI**: `pip install quakefyi` — [quakefyi](https://pypi.org/project/quakefyi/) — Earthquake seismic data and tectonic plates API client
- **Embed Widget**: [quakefyi-embed](https://widget.quakefyi.com)

## Geo FYI Family

Part of [FYIPedia](https://fyipedia.com) developer tools ecosystem.
- [DistanceFYI](https://distancefyi.com) — Haversine distance, travel times, city pairs
- [MountainFYI](https://mountainfyi.com) — Mountains, peaks, elevation, climbing routes
- [ZipFYI](https://zipfyi.com) — ZIP/postal codes, geocoding, area lookup

## Countries
- [Afghanistan](https://quakefyi.com/country/afghanistan/)
- [Åland Islands](https://quakefyi.com/country/aland-islands/)
- [Albania](https://quakefyi.com/country/albania/)
- [Algeria](https://quakefyi.com/country/algeria/)
- [American Samoa](https://quakefyi.com/country/american-samoa/)
- [Andorra](https://quakefyi.com/country/andorra/)
- [Angola](https://quakefyi.com/country/angola/)
- [Anguilla](https://quakefyi.com/country/anguilla/)
- [Antarctica](https://quakefyi.com/country/antarctica/)
- [Antigua and Barbuda](https://quakefyi.com/country/antigua-and-barbuda/)
- [Argentina](https://quakefyi.com/country/argentina/)
- [Armenia](https://quakefyi.com/country/armenia/)
- [Aruba](https://quakefyi.com/country/aruba/)
- [Australia](https://quakefyi.com/country/australia/)
- [Austria](https://quakefyi.com/country/austria/)
- [Azerbaijan](https://quakefyi.com/country/azerbaijan/)
- [Bahamas](https://quakefyi.com/country/bahamas/)
- [Bahrain](https://quakefyi.com/country/bahrain/)
- [Bangladesh](https://quakefyi.com/country/bangladesh/)
- [Barbados](https://quakefyi.com/country/barbados/)
- [Belarus](https://quakefyi.com/country/belarus/)
- [Belgium](https://quakefyi.com/country/belgium/)
- [Belize](https://quakefyi.com/country/belize/)
- [Benin](https://quakefyi.com/country/benin/)
- [Bermuda](https://quakefyi.com/country/bermuda/)
- [Bhutan](https://quakefyi.com/country/bhutan/)
- [Bolivia](https://quakefyi.com/country/bolivia/)
- [Bosnia and Herzegovina](https://quakefyi.com/country/bosnia-and-herzegovina/)
- [Botswana](https://quakefyi.com/country/botswana/)
- [Bouvet Island](https://quakefyi.com/country/bouvet-island/)
- [Brazil](https://quakefyi.com/country/brazil/)
- [British Indian Ocean Territory](https://quakefyi.com/country/british-indian-ocean-territory/)
- [British Virgin Islands](https://quakefyi.com/country/british-virgin-islands/)
- [Brunei](https://quakefyi.com/country/brunei/)
- [Bulgaria](https://quakefyi.com/country/bulgaria/)
- [Burkina Faso](https://quakefyi.com/country/burkina-faso/)
- [Burundi](https://quakefyi.com/country/burundi/)
- [Cambodia](https://quakefyi.com/country/cambodia/)
- [Cameroon](https://quakefyi.com/country/cameroon/)
- [Canada](https://quakefyi.com/country/canada/)
- [Cape Verde](https://quakefyi.com/country/cape-verde/)
- [Caribbean Netherlands](https://quakefyi.com/country/caribbean-netherlands/)
- [Cayman Islands](https://quakefyi.com/country/cayman-islands/)
- [Central African Republic](https://quakefyi.com/country/central-african-republic/)
- [Chad](https://quakefyi.com/country/chad/)
- [Chile](https://quakefyi.com/country/chile/)
- [China](https://quakefyi.com/country/china/)
- [Christmas Island](https://quakefyi.com/country/christmas-island/)
- [Cocos (Keeling) Islands](https://quakefyi.com/country/cocos-keeling-islands/)
- [Colombia](https://quakefyi.com/country/colombia/)
- [Comoros](https://quakefyi.com/country/comoros/)
- [Cook Islands](https://quakefyi.com/country/cook-islands/)
- [Costa Rica](https://quakefyi.com/country/costa-rica/)
- [Croatia](https://quakefyi.com/country/croatia/)
- [Cuba](https://quakefyi.com/country/cuba/)
- [Curaçao](https://quakefyi.com/country/curacao/)
- [Cyprus](https://quakefyi.com/country/cyprus/)
- [Czechia](https://quakefyi.com/country/czechia/)
- [Denmark](https://quakefyi.com/country/denmark/)
- [Djibouti](https://quakefyi.com/country/djibouti/)
- [Dominica](https://quakefyi.com/country/dominica/)
- [Dominican Republic](https://quakefyi.com/country/dominican-republic/)
- [DR Congo](https://quakefyi.com/country/dr-congo/)
- [Ecuador](https://quakefyi.com/country/ecuador/)
- [Egypt](https://quakefyi.com/country/egypt/)
- [El Salvador](https://quakefyi.com/country/el-salvador/)
- [Equatorial Guinea](https://quakefyi.com/country/equatorial-guinea/)
- [Eritrea](https://quakefyi.com/country/eritrea/)
- [Estonia](https://quakefyi.com/country/estonia/)
- [Eswatini](https://quakefyi.com/country/eswatini/)
- [Ethiopia](https://quakefyi.com/country/ethiopia/)
- [Falkland Islands](https://quakefyi.com/country/falkland-islands/)
- [Faroe Islands](https://quakefyi.com/country/faroe-islands/)
- [Fiji](https://quakefyi.com/country/fiji/)
- [Finland](https://quakefyi.com/country/finland/)
- [France](https://quakefyi.com/country/france/)
- [French Guiana](https://quakefyi.com/country/french-guiana/)
- [French Polynesia](https://quakefyi.com/country/french-polynesia/)
- [French Southern and Antarctic Lands](https://quakefyi.com/country/french-southern-and-antarctic-lands/)
- [Gabon](https://quakefyi.com/country/gabon/)
- [Gambia](https://quakefyi.com/country/gambia/)
- [Georgia](https://quakefyi.com/country/georgia/)
- [Germany](https://quakefyi.com/country/germany/)
- [Ghana](https://quakefyi.com/country/ghana/)
- [Gibraltar](https://quakefyi.com/country/gibraltar/)
- [Greece](https://quakefyi.com/country/greece/)
- [Greenland](https://quakefyi.com/country/greenland/)
- [Grenada](https://quakefyi.com/country/grenada/)
- [Guadeloupe](https://quakefyi.com/country/guadeloupe/)
- [Guam](https://quakefyi.com/country/guam/)
- [Guatemala](https://quakefyi.com/country/guatemala/)
- [Guernsey](https://quakefyi.com/country/guernsey/)
- [Guinea](https://quakefyi.com/country/guinea/)
- [Guinea-Bissau](https://quakefyi.com/country/guinea-bissau/)
- [Guyana](https://quakefyi.com/country/guyana/)
- [Haiti](https://quakefyi.com/country/haiti/)
- [Heard Island and McDonald Islands](https://quakefyi.com/country/heard-island-and-mcdonald-islands/)
- [Honduras](https://quakefyi.com/country/honduras/)
- [Hong Kong](https://quakefyi.com/country/hong-kong/)
- [Hungary](https://quakefyi.com/country/hungary/)
- [Iceland](https://quakefyi.com/country/iceland/)
- [India](https://quakefyi.com/country/india/)
- [Indonesia](https://quakefyi.com/country/indonesia/)
- [Iran](https://quakefyi.com/country/iran/)
- [Iraq](https://quakefyi.com/country/iraq/)
- [Ireland](https://quakefyi.com/country/ireland/)
- [Isle of Man](https://quakefyi.com/country/isle-of-man/)
- [Israel](https://quakefyi.com/country/israel/)
- [Italy](https://quakefyi.com/country/italy/)
- [Ivory Coast](https://quakefyi.com/country/ivory-coast/)
- [Jamaica](https://quakefyi.com/country/jamaica/)
- [Japan](https://quakefyi.com/country/japan/)
- [Jersey](https://quakefyi.com/country/jersey/)
- [Jordan](https://quakefyi.com/country/jordan/)
- [Kazakhstan](https://quakefyi.com/country/kazakhstan/)
- [Kenya](https://quakefyi.com/country/kenya/)
- [Kiribati](https://quakefyi.com/country/kiribati/)
- [Kosovo](https://quakefyi.com/country/kosovo/)
- [Kuwait](https://quakefyi.com/country/kuwait/)
- [Kyrgyzstan](https://quakefyi.com/country/kyrgyzstan/)
- [Laos](https://quakefyi.com/country/laos/)
- [Latvia](https://quakefyi.com/country/latvia/)
- [Lebanon](https://quakefyi.com/country/lebanon/)
- [Lesotho](https://quakefyi.com/country/lesotho/)
- [Liberia](https://quakefyi.com/country/liberia/)
- [Libya](https://quakefyi.com/country/libya/)
- [Liechtenstein](https://quakefyi.com/country/liechtenstein/)
- [Lithuania](https://quakefyi.com/country/lithuania/)
- [Luxembourg](https://quakefyi.com/country/luxembourg/)
- [Macau](https://quakefyi.com/country/macau/)
- [Madagascar](https://quakefyi.com/country/madagascar/)
- [Malawi](https://quakefyi.com/country/malawi/)
- [Malaysia](https://quakefyi.com/country/malaysia/)
- [Maldives](https://quakefyi.com/country/maldives/)
- [Mali](https://quakefyi.com/country/mali/)
- [Malta](https://quakefyi.com/country/malta/)
- [Marshall Islands](https://quakefyi.com/country/marshall-islands/)
- [Martinique](https://quakefyi.com/country/martinique/)
- [Mauritania](https://quakefyi.com/country/mauritania/)
- [Mauritius](https://quakefyi.com/country/mauritius/)
- [Mayotte](https://quakefyi.com/country/mayotte/)
- [Mexico](https://quakefyi.com/country/mexico/)
- [Micronesia](https://quakefyi.com/country/micronesia/)
- [Moldova](https://quakefyi.com/country/moldova/)
- [Monaco](https://quakefyi.com/country/monaco/)
- [Mongolia](https://quakefyi.com/country/mongolia/)
- [Montenegro](https://quakefyi.com/country/montenegro/)
- [Montserrat](https://quakefyi.com/country/montserrat/)
- [Morocco](https://quakefyi.com/country/morocco/)
- [Mozambique](https://quakefyi.com/country/mozambique/)
- [Myanmar](https://quakefyi.com/country/myanmar/)
- [Namibia](https://quakefyi.com/country/namibia/)
- [Nauru](https://quakefyi.com/country/nauru/)
- [Nepal](https://quakefyi.com/country/nepal/)
- [Netherlands](https://quakefyi.com/country/netherlands/)
- [New Caledonia](https://quakefyi.com/country/new-caledonia/)
- [New Zealand](https://quakefyi.com/country/new-zealand/)
- [Nicaragua](https://quakefyi.com/country/nicaragua/)
- [Niger](https://quakefyi.com/country/niger/)
- [Nigeria](https://quakefyi.com/country/nigeria/)
- [Niue](https://quakefyi.com/country/niue/)
- [Norfolk Island](https://quakefyi.com/country/norfolk-island/)
- [Northern Mariana Islands](https://quakefyi.com/country/northern-mariana-islands/)
- [North Korea](https://quakefyi.com/country/north-korea/)
- [North Macedonia](https://quakefyi.com/country/north-macedonia/)
- [Norway](https://quakefyi.com/country/norway/)
- [Oman](https://quakefyi.com/country/oman/)
- [Pakistan](https://quakefyi.com/country/pakistan/)
- [Palau](https://quakefyi.com/country/palau/)
- [Palestine](https://quakefyi.com/country/palestine/)
- [Panama](https://quakefyi.com/country/panama/)
- [Papua New Guinea](https://quakefyi.com/country/papua-new-guinea/)
- [Paraguay](https://quakefyi.com/country/paraguay/)
- [Peru](https://quakefyi.com/country/peru/)
- [Philippines](https://quakefyi.com/country/philippines/)
- [Pitcairn Islands](https://quakefyi.com/country/pitcairn-islands/)
- [Poland](https://quakefyi.com/country/poland/)
- [Portugal](https://quakefyi.com/country/portugal/)
- [Puerto Rico](https://quakefyi.com/country/puerto-rico/)
- [Qatar](https://quakefyi.com/country/qatar/)
- [Republic of the Congo](https://quakefyi.com/country/republic-of-the-congo/)
- [Réunion](https://quakefyi.com/country/reunion/)
- [Romania](https://quakefyi.com/country/romania/)
- [Russia](https://quakefyi.com/country/russia/)
- [Rwanda](https://quakefyi.com/country/rwanda/)
- [Saint Barthélemy](https://quakefyi.com/country/saint-barthelemy/)
- [Saint Helena, Ascension and Tristan da Cunha](https://quakefyi.com/country/saint-helena-ascension-and-tristan-da-cunha/)
- [Saint Kitts and Nevis](https://quakefyi.com/country/saint-kitts-and-nevis/)
- [Saint Lucia](https://quakefyi.com/country/saint-lucia/)
- [Saint Martin](https://quakefyi.com/country/saint-martin/)
- [Saint Pierre and Miquelon](https://quakefyi.com/country/saint-pierre-and-miquelon/)
- [Saint Vincent and the Grenadines](https://quakefyi.com/country/saint-vincent-and-the-grenadines/)
- [Samoa](https://quakefyi.com/country/samoa/)
- [San Marino](https://quakefyi.com/country/san-marino/)
- [São Tomé and Príncipe](https://quakefyi.com/country/sao-tome-and-principe/)
- [Saudi Arabia](https://quakefyi.com/country/saudi-arabia/)
- [Senegal](https://quakefyi.com/country/senegal/)
- [Serbia](https://quakefyi.com/country/serbia/)
- [Seychelles](https://quakefyi.com/country/seychelles/)
- [Sierra Leone](https://quakefyi.com/country/sierra-leone/)
- [Singapore](https://quakefyi.com/country/singapore/)
- [Sint Maarten](https://quakefyi.com/country/sint-maarten/)
- [Slovakia](https://quakefyi.com/country/slovakia/)
- [Slovenia](https://quakefyi.com/country/slovenia/)
- [Solomon Islands](https://quakefyi.com/country/solomon-islands/)
- [Somalia](https://quakefyi.com/country/somalia/)
- [South Africa](https://quakefyi.com/country/south-africa/)
- [South Georgia](https://quakefyi.com/country/south-georgia/)
- [South Korea](https://quakefyi.com/country/south-korea/)
- [South Sudan](https://quakefyi.com/country/south-sudan/)
- [Spain](https://quakefyi.com/country/spain/)
- [Sri Lanka](https://quakefyi.com/country/sri-lanka/)
- [Sudan](https://quakefyi.com/country/sudan/)
- [Suriname](https://quakefyi.com/country/suriname/)
- [Svalbard and Jan Mayen](https://quakefyi.com/country/svalbard-and-jan-mayen/)
- [Sweden](https://quakefyi.com/country/sweden/)
- [Switzerland](https://quakefyi.com/country/switzerland/)
- [Syria](https://quakefyi.com/country/syria/)
- [Taiwan](https://quakefyi.com/country/taiwan/)
- [Tajikistan](https://quakefyi.com/country/tajikistan/)
- [Tanzania](https://quakefyi.com/country/tanzania/)
- [Thailand](https://quakefyi.com/country/thailand/)
- [Timor-Leste](https://quakefyi.com/country/timor-leste/)
- [Togo](https://quakefyi.com/country/togo/)
- [Tokelau](https://quakefyi.com/country/tokelau/)
- [Tonga](https://quakefyi.com/country/tonga/)
- [Trinidad and Tobago](https://quakefyi.com/country/trinidad-and-tobago/)
- [Tunisia](https://quakefyi.com/country/tunisia/)
- [Turkey](https://quakefyi.com/country/turkey/)
- [Turkmenistan](https://quakefyi.com/country/turkmenistan/)
- [Turks and Caicos Islands](https://quakefyi.com/country/turks-and-caicos-islands/)
- [Tuvalu](https://quakefyi.com/country/tuvalu/)
- [Uganda](https://quakefyi.com/country/uganda/)
- [Ukraine](https://quakefyi.com/country/ukraine/)
- [United Arab Emirates](https://quakefyi.com/country/united-arab-emirates/)
- [United Kingdom](https://quakefyi.com/country/united-kingdom/)
- [United States](https://quakefyi.com/country/united-states/)
- [United States Minor Outlying Islands](https://quakefyi.com/country/united-states-minor-outlying-islands/)
- [United States Virgin Islands](https://quakefyi.com/country/united-states-virgin-islands/)
- [Uruguay](https://quakefyi.com/country/uruguay/)
- [Uzbekistan](https://quakefyi.com/country/uzbekistan/)
- [Vanuatu](https://quakefyi.com/country/vanuatu/)
- [Vatican City](https://quakefyi.com/country/vatican-city/)
- [Venezuela](https://quakefyi.com/country/venezuela/)
- [Vietnam](https://quakefyi.com/country/vietnam/)
- [Wallis and Futuna](https://quakefyi.com/country/wallis-and-futuna/)
- [Western Sahara](https://quakefyi.com/country/western-sahara/)
- [Yemen](https://quakefyi.com/country/yemen/)
- [Zambia](https://quakefyi.com/country/zambia/)
- [Zimbabwe](https://quakefyi.com/country/zimbabwe/)

## Tectonic Plates
- [African](https://quakefyi.com/plate/african/)
- [Antarctic](https://quakefyi.com/plate/antarctic/)
- [Arabian](https://quakefyi.com/plate/arabian/)
- [Caribbean](https://quakefyi.com/plate/caribbean/)
- [Cocos](https://quakefyi.com/plate/cocos/)
- [Eurasian](https://quakefyi.com/plate/eurasian/)
- [Indo-Australian](https://quakefyi.com/plate/indo-australian/)
- [Juan de Fuca](https://quakefyi.com/plate/juan-de-fuca/)
- [Nazca](https://quakefyi.com/plate/nazca/)
- [North American](https://quakefyi.com/plate/north-american/)
- [Pacific](https://quakefyi.com/plate/pacific/)
- [Philippine Sea](https://quakefyi.com/plate/philippine-sea/)
- [Scotia](https://quakefyi.com/plate/scotia/)
- [Somali](https://quakefyi.com/plate/somali/)
- [South American](https://quakefyi.com/plate/south-american/)

> 4 sections omitted due to size limit: Fault Lines, Glossary, Guides, Case Studies.

## Full Index
- [XML Sitemap](https://quakefyi.com/sitemap.xml)