Data can be obtained using any program supporting the HTTP-GET method, e.g. your favourite web browser:
https://itaca.mi.ingv.it/itaca40ws/asdf2json/1/query?eventid=INT-20220209_0000149&network=IT&station=NVL&location=00&instrument=HG
https://itaca.mi.ingv.it/itaca40ws/asdf2json/1/query?eventid=EMSC-20160824_0000006&network=IV&station=MODE&location=&instrument=HN&data=ACC
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" -o output.png "https://itaca.mi.ingv.it/itaca40ws/asdf2json/1/query?eventid=INT-20220829_0000132&network=NP&station=1581&location=10&instrument=HN"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 |
| processing | {preferred,MP,AP} Specify processing type for data selection; available types are: 'MP' (manually processed using Paolucci et al., 2011), 'AP' (automatically processed using Paolucci et al., 2011) and 'preferred' (whatever is set as 'preferred' in the ITACA database). | preferred |
| data | {ACC,VEL,DIS,SPE,ALL}. Specify the type of data for selection ; available types are: 'ACC' (acceleration, in cm/s^2), 'VEL' (velocity, in cm/s), 'DIS' (displacement, in cm), 'SPE' (acceleration response spectra, in cm/s^2) and 'ALL' (all available data types) | ALL |
| 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 Russo E. and Puglia R., and it is currently mantained by Russo E. and Felicetta C.