Endpoint
Description
Retrieves all available seismic monitoring stations from the INGV (Istituto Nazionale di Geofisica e Vulcanologia) network. The data is sourced from the FDSN Station service and includes complete metadata for each station including location, elevation, network affiliation, and operational status. Supports pagination for efficient data retrieval from the complete network of hundreds of stations.Use Cases
- Network Overview: Get a complete list of all monitoring stations
- Data Analysis: Analyze station distribution and network coverage
- Integration: Sync station metadata with local databases
- Research: Study network evolution and station deployment patterns
Parameters
Number of stations to return per page. Must be a positive integer greater than 0.Maximum: 1000Example:
?limit=100Page number for pagination. Must be a positive integer greater than 0.Example:
?page=2Request Examples
Response Format
Indicates if the request was successful
HTTP status code (200 for success)
HTTP status message
Human-readable description of the response
Array of station objects (see Station Object structure below)
Total number of stations in the network
Station Object
Each station in thepayload array has the following structure:
Station metadata attributes
Unique station code (e.g., “ACATE”, “IV.ACER”)
Station name
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
Error Responses
Invalid Limit Parameter
Invalid Page Parameter
Service Unavailable
Pagination Example
To retrieve all stations, iterate through pages:Related Endpoints
Get Station by Code
Search for a specific station
GeoJSON Format
Get stations for mapping
Active Stations
Filter for operational stations
Statistics
Get network metrics