Summary: Get station metadata Operation ID: getStationMetadata Auth: none
Query seismic station metadata from the FDSN Station Web Service. This is the primary endpoint for discovering where seismic stations are located, what instruments they contain, and when they were operational. Returns station metadata in FDSN StationXML format (standard for seismology) or as delimited text. Use this when you need to: (1) find stations in a specific geographic region, (2) discover what networks exist, (3) understand station instrumentation and when it was active, or (4) prepare station lists for data requests. The metadata includes station coordinates, elevation, channel details (sampling rates, instrument types), and operational time periods.
Original spec description
Returns seismic station metadata in FDSN StationXML or text format. Supports queries by network, station, location, channel, geographic region, and time range.
Usage Tips
- Use the 'level' parameter to control detail: 'network' > 'station' > 'channel' > 'response'
- Geographic searches use latitude/longitude with min/max radius or bounding box
- Wildcards (* and ?) supported for network, station, location, and channel codes
- Always include format=xml for structured output; format=text for simple lists
- Use includeavailability=true to see which stations have actual data (slower but useful)
- Date filters (starttime/endtime) accept ISO 8601 format: 2024-01-01 or 2024-01-01T00:00:00
- For large queries, consider using the fedcatalog endpoint which searches multiple data centers
Parameters (27)
channel(string, query, optional)
Channel code(s). Accepts wildcards (*, ?), comma-separated lists, and exclusions with -
endafter(string, query, optional)
Limit to metadata epochs ending after specified time
endbefore(string, query, optional)
Limit to metadata epochs ending before specified time
endtime(string, query, optional)
Limit to metadata describing channels operating on or before the specified end time (ISO 8601)
format(string, query, optional)
Output format
Constraints: {'enum': ['xml', 'text', 'geocsv']}
includeavailability(boolean, query, optional)
Include information about time series data availability
includecomments(boolean, query, optional)
Include station and channel comments
includerestricted(boolean, query, optional)
Include information relating to restricted channels