fdsn_get_earthquake_by_id
Retrieve basic earthquake details including preferred origin, magnitude, station magnitudes, and amplitudes using a specific event ID from a prior query.
Instructions
Get basic information about a specific earthquake event by event ID.
Returns the preferred origin, preferred magnitude, station magnitudes, and amplitudes. For detailed data (all alternative origins, all alternative magnitudes, or seismic arrivals/picks), use the specialized tools instead.
The eventid is an opaque, provider-specific string and MUST be copied verbatim from a prior fdsn_query_earthquakes result (EventID column). Never invent, guess, reformat, or use placeholder values.
Available datacenters: INGV (default), EMSC, GFZ, USGS, and others supported by ObsPy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventid | Yes | ||
| datacenter | No | INGV |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |