Query:/fdsnws/station/1/query?[query-parameters] |
where query-parameters: |
Empty/No parameters |
Optional |
Will return all stations - level defaults to station. |
net="network" |
Optional |
Specify SEED network code, example net=CI. |
sta="station" |
Optional |
Specify SEED station code, example sta=BAK. |
cha="channel" |
Optional |
Specify SEED channel code mask, example: cha=BHE. |
loc="location" |
Optional |
Specify SEED location code mask, example: loc=00. substitute dash characters for white space, example: loc=--. |
minlat="degrees" |
Optional |
Specify minimum latitude, northern boundary [-90 <= X <= 90]. |
maxlat="degrees" |
Optional |
Specify maximum latitude, southern boundary [-90 <= X <= 90]. |
minlon="degrees" |
Optional |
Specify minimum longitude, western boundary [-180 <= X <= 180]. |
maxlon="degrees" |
Optional |
Specify maximum longitude, eastern boundary [-180 <= X <= 180]. |
[lat,lon,maxradius [minradius]]="degrees" |
Optional |
Geographic circular bounding area.
All lat, lon, maxradius parameters must be given together.
minradius parameter is optional and defaults to zero.
Cannot be combined with minlat, maxlat, minlon, maxlon. |
startbefore=YYYY-MM-DDThh:mm:ss |
Optional |
Specify channels starting before this date. |
startafter=YYYY-MM-DDThh:mm:ss |
Optional |
Specify channels starting after this date. |
endbefore=YYYY-MM-DDThh:mm:ss |
Optional |
Specify channels ending before this date. |
endafter=YYYY-MM-DDThh:mm:ss |
Optional |
Specify channels ending after this date. |
start=YYYY-MM-DDThh:mm:ss |
Optional |
Specify channels operating after this date. |
end=YYYY-MM-DDThh:mm:ss |
Optional |
Specify channels operating before this date. |
updatedafter=YYYY-MM-DDThh:mm:ss |
Optional |
Query stations updated after a specific date. |
level=network/station/channel/response |
Optional |
Specify whether to include channel/response metadata or not. |
includeavailability=true/false |
Optional |
Specify if results should include information about time series data availability. |
format=xml/text |
Optional |
Specify output format (Default is xml). |
nodata=204|404 |
Optional |
Specify which HTML status code is returned when no data is found (Default is 204). |