Endpoint
Description
Returns the complete list of INGV seismic monitoring stations formatted as GeoJSON FeatureCollection. This endpoint is optimized for mapping applications, GIS integration, and spatial visualization libraries like Mapbox, Leaflet, and Google Maps. Each station is represented as a GeoJSON Point Feature with 3D coordinates (longitude, latitude, elevation) and essential metadata in the properties object.Use Cases
- Interactive Maps: Display stations on web maps (Mapbox, Leaflet, Google Maps)
- GIS Analysis: Import into QGIS, ArcGIS, or other GIS software
- Spatial Queries: Perform geometric operations and spatial filtering
- Data Visualization: Create heatmaps, cluster maps, and coverage visualizations
- Mobile Apps: Integrate with mobile mapping SDKs
Parameters
Number of station features 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 (“Stations format geojson”)
Array of GeoJSON Feature objects (see GeoJSON Feature structure below)
Total number of station features available
Request metadata (method, path, timestamp)
GeoJSON Feature Structure
Each feature in thepayload array follows the GeoJSON specification:
Always “Feature” for GeoJSON features
GeoJSON Point geometry
Always “Point”
3D coordinate array: [longitude, latitude, elevation]
- [0] (longitude): East-west position in decimal degrees (-180 to 180)
- [1] (latitude): North-south position in decimal degrees (-90 to 90)
- [2] (elevation): Height above sea level in meters
Response Example
Error Responses
Invalid Limit Parameter
Invalid Page Parameter
Complete FeatureCollection Example
To use with most mapping libraries, wrap the payload in a FeatureCollection:Filtering by Status
Filter stations by operational status after fetching:Coordinate Reference System
All coordinates use the WGS84 datum (EPSG:4326):- Longitude/Latitude in decimal degrees
- Elevation in meters above mean sea level
Related Endpoints
Get All Stations
Get full station details (non-GeoJSON)
Active Stations
Filter for operational stations
Closed Stations
Get inactive station locations
Statistics
View network metrics