Data can be obtained using any program supporting the HTTP-GET method, e.g. your favourite web browser:
https://itaca.mi.ingv.it/itaca40ws/waveform-quality/1/query?eventid=INT-20220209_0000149&network=IT&station=NVL&location=00&instrument=HG&mode=db&indent=true
https://itaca.mi.ingv.it/itaca40ws/waveform-quality/1/query?eventid=INT-20220209_0000149&network=IT&station=NVL&location=00&instrument=HG&mode=exec¶meters=true&indent=true
ITACA 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://itaca.mi.ingv.it/itaca40ws/waveform-quality/1/query?eventid=INT-20220829_0000132&network=NP&station=1581&location=10&instrument=HN&mode=db&indent=true"HTTP-POST variables (required)
| Option | Description |
|---|---|
| message | The clearsign token obtained from the generate-signed-message authentication webservice. |
| Option | Description | Default |
|---|---|---|
| eventid | Select a specific event ID. | n/a |
| network | Select one network code. | n/a |
| station | Select one SEED station code. | n/a |
| location | Select one SEED location identifier. | n/a |
| instrument | Select one SEED instrument code. | n/a |
| mode | Query modes. Available modes are 'db' (fetch current db values) and 'exec' (run automatic quality assessment routines) | db |
| parameters | {true,false} Also output details such as signal and noise windows (and more). Valid only in combination with 'json' format | false |
| 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 developed and maintained by Russo E., Mascandola C., D'Amico M., and Felicetta C.