Data must 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/dataset-selection/1/query?eventid=IT-2012-0009"curl -X POST -F "message=@path/to/token.txt" "https://itaca.mi.ingv.it/itaca40ws/dataset-selection/1/query?eventid=IT-2012-*&station=NV?"curl -X POST -F "message=@path/to/token.txt" "https://itaca.mi.ingv.it/itaca40ws/dataset-selection/1/query?starttime=2012-01-10&endtime=2012-01-20&unprocessed=true"curl -X POST -F "message=@path/to/token.txt" "https://itaca.mi.ingv.it/itaca40ws/dataset-selection/1/query?network=IV&minmag=5&maxdist=30"| Option | Description | Default |
|---|---|---|
| message | The clearsign token obtained from the generate-signed-message authentication webservice or from EIDA authentication webpage. |
| Option | Description | Default |
|---|---|---|
| eventid | ITACA event ID. Supported wildcard are or '*' (matches zero or more characters) or '?' (matches just one character). | '*' |
| starttime | Limit to events on or after the specified start time. Allowed formats: 'YYYY-MM-DDTHH:MM:SS' and 'YYYY-MM- DD'. | '1900-01-01T00:00:00' |
| endtime | Limit to events on or before the specified end time. Allowed formats: 'YYYY-MM-DDTHH:MM:SS' and 'YYYY-MM- DD'. | '2100-01-01T00:00:00' |
| minmag | Limit to events with a magnitude larger than the specified minimum. | 0 |
| maxdist | Limit to stations with epicentral distance smaller than the specified maximum. | 3000 |
| network | ITACA network code (i.e. FDSN network code). Supported wildcard are or '*' or '?'. | '*' |
| station | ITACA station code (SEED station code or data center defined code). Supported wildcard are or '*' or '?'. | '*' |
| unprocessed | {true,false} List unprocessed or automatically processed data only. | false |
| format | {json} Specify format of result, currently only 'json' is supported. | 'json' |
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.