Endpoint
Description
Retrieves detailed information for a single seismic monitoring station based on its unique station code. The lookup is case-insensitive, meaning “ACATE”, “acate”, and “Acate” will all return the same result. Station codes follow FDSN naming conventions (e.g., “ACATE”, “IV.ACER”) and uniquely identify each monitoring station in the INGV network.Use Cases
- Station Lookup: Get complete details for a specific station
- Validation: Verify station existence and current status
- Deep Dive: Access full metadata for individual stations
- Integration: Retrieve station info for event analysis workflows
Parameters
The unique station code to search for. Case-insensitive.Examples: “ACATE”, “IV.ACER”, “MONC”Format: Alphanumeric, may include periods for network prefix
Request Examples
Response Format
Indicates if the request was successful
HTTP status code (200 for success, 404 if station not found)
HTTP status message
Human-readable message (e.g., “Station found with code ‘ACATE’”)
Array containing the matched station object (single element)
The station code that was searched for (uppercase)
Request metadata including method, path, and timestamp
Station Object Structure
Station metadata attributes
Unique station code (uppercase)
Full station name including network prefix
Operational status: “open”, “closed”, “inactive”, “deprecated”, or “unavailable”
ISO 8601 date when the station became operational
ISO 8601 date when the station was closed (if applicable)
Station latitude in decimal degrees (-90 to 90)
Station longitude in decimal degrees (-180 to 180)
Station elevation above sea level in meters
ISO 8601 timestamp when the station record was created
Response Example
Successful Response
Error Responses
Missing Code Parameter
Station Not Found
Service Error
Case Insensitivity
The code parameter is case-insensitive. All of these requests return the same result:Common Station Codes
Here are some example station codes from the INGV network:| Code | Location | Status |
|---|---|---|
| ACATE | Acate (RG) | Open |
| ACER | Acerenza (PZ) | Open |
| ASSISI | Assisi (PG) | Open |
| MONC | Montecilfone (CB) | Open |
| NRCA | Norcia (PG) | Open |
| PESA | Pesaro (PU) | Open |
Practical Example
Check if a station is operational before using it for analysis:Related Endpoints
Get All Stations
Browse all available stations
Active Stations
List all operational stations
GeoJSON Format
Get station location data for mapping
Statistics
View network statistics