Data can be obtained using any program supporting the HTTP-GET method, e.g. your favourite web browser:
ESM Administrators and users with special authorizations can access data intended for internal use and/or embargoed.
Data can be obtained using any program supporting the HTTP-POST method, e.g. CURL:
curl -X POST -F "message=@path/to/token.txt" "https://esm-db.eu/esmws/event-processing-update/1/query?updatedafter=2025-05-01&starttime=2022-01-01"HTTP-POST variables (required)
| Option | Description |
|---|---|
| message | The clearsign token obtained from the generate-signed-message authentication webservice. |
| Option | Description | Default |
|---|---|---|
| updatedafter | Limit to events for which metadata and/or associated waveforms have changed after the specified start time. | 1900-01-01T00:00:00 |
| updatedbefore | Limit to events for which metadata and/or associated waveforms have changed before the specified end time. | 2100-01-01T00:00:00 |
| starttime | Limit to events on or after the specified start time. | 1900-01-01T00:00:00 |
| endtime | Limit to events on or before the specified end time. | 1900-01-01T00:00:00 |
| minlatitude | Square selection: limit to events with a latitude larger than or equal to the specified minimum. | -90 |
| maxlatitude | Square selection: limit to events with a latitude smaller than or equal to the specified maximum. | 90 |
| minlongitude | Square selection: limit to events with a longitude larger than or equal to the specified minimum. | -180 |
| maxlongitude | Square selection: limit to events with a longitude smaller than or equal to the specified maximum. | 180 |
| minmagnitude | Limit to events with a magnitude larger than the specified minimum. | 0 |
| ptype | Specify processing type; available types are: 'mp' (manually processed using Paolucci et al., 2011), 'all' (all available processing types). | mp |
| discarded | {true,false} Include data with manually discarded processing. | true |
| format | Specify format of result, currently only 'json' is supported. | json |
| indent | {true,false} Prettifies output setting a 4 spaces indentation style. Valid only in combination with 'json' format | false |
Backend Python software used by this web service is mantained and was originally developed by Russo E. and Felicetta C.