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/asdf-instument/1/query?eventid=INT-20161030_0000029&network=IV&station=ROM9&location=&instrument=HN&orientation=E&processing=AP&data=ACC&group=all&indent=true&group=orientations"HTTP-POST variables (required)
| Option | Description |
|---|---|
| message | The clearsign token obtained from the generate-signed-message authentication webservice. |
| Option | Description | Default |
|---|---|---|
| eventid | Select one event ID | n/a |
| network | Select one network code. | n/a |
| station | Select one station code | n/a |
| location | Select one location code | n/a |
| instrument | Select one instrument code | n/a |
| orientation | Select one orientation code | n/a |
| processing | {CV,MP,AP} Specify processing type for data selection; available types are: 'CV' (data converted to cm/s^2), 'MP' (manually processed using Paolucci et al., 2011) and 'AP' (automatically processed using Paolucci et al., 2011) | n/a |
| data | {ACC,VEL,DIS,SA,SD} Specify data type for data selection; available types are: 'ACC' (acceleration, in cm/s^2), 'VEL' (velocity, in cm/s), 'DIS' (displacement, in cm), 'SA' (acceleration response spectra, in cm/s^2) and 'SD' (displacement response spectra, in cm) | n/a |
| group | Select a specific thematic group of information. Available groups are: 'echo', 'orientations', 'processing_gui', 'rexel', 'all' | all |
| 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 was originally developed by Puglia R. and Russo E., and it is currently maintained by Russo E. and Felicetta C.