FOR RESEARCHERS AND TEACHERS

What you can do with the data.

Every station on the network streams continuously. The waveforms, the metadata and the event catalogue are all open. This page is the honest version — what is available, how to reach it, and what it is not good for.

Using GeoShake with jAmaSeis

jAmaSeis is free seismograph software from IRIS, widely used in classrooms. It has no GeoShake preset, but our stream is a standard SeedLink feed, so it connects through an existing source type.

  1. Add a new station and choose the Raspberry Shake source type.
  2. Enter the host and port above.
  3. Pick a station from the list and start the stream.

Use the LNZ channel for classroom work — it runs continuously, so there is always a trace to look at. ENZ, EN1 and EN2 only carry data during a trigger.

Station metadata (FDSN)

Station, channel and response metadata in StationXML 1.1, through the standard FDSN web service. level=response returns a nominal, datasheet-derived sensitivity, not a per-unit calibration.

https://api.geoshake.org/fdsnws/station/1/

Event catalogue in QuakeML 1.2, through the same standard service. It is empty today (HTTP 204): an origin is published only once at least three stations associate the same event, and our station density does not yet support that.

https://api.geoshake.org/fdsnws/event/1/

Our network code GW is permanent and registered with the FDSN, as of 27 August 2026. The network is registered as GeoShake Global Seismic Network with the DOI 10.7914/ft1b-4x43; the FDSN registry entry is public.

If you publish work that uses this network, cite it as:

GeoShake (2026): GeoShake Global Seismic Network. International Federation of Digital Seismograph Networks. Dataset/Seismic Network. https://doi.org/10.7914/ft1b-4x43

Since 6 September 2026 GeoShake is also listed in the FDSN data centre registry as GEOSHAKE, with three services declared there: fdsnws-station, fdsnws-event and SeedLink.

Licence and citation

Seismic data is CC BY 4.0 — free to use, redistribute and build on, with attribution.

10.5281/zenodo.21313786 — GeoShake Community Seismic Event Catalog

Cite the concept DOI. It always resolves to the newest version of the catalogue, so a citation written today keeps working as the dataset grows. For a fixed snapshot, cite the version DOI instead.

ComponentLicence
T1 firmwareGPL-3.0-or-later
DSP reference implementationGPL-3.0-or-later
Enclosure designs (STL, STEP, CAD)CC BY-SA 4.0
DocumentationCC BY-SA 4.0
Seismic dataCC BY 4.0

The PCB design and the cloud backend are proprietary. We say so plainly, because "open source hardware" would not be true and the people who care about that distinction are exactly the people who would check.

Before you use this for research

Being straight about what this network is not is what makes the rest of it credible.

Developer portal

REST API documentation with live responses, plus a free API key for the endpoints that need one.