USGS Earthquake Catalog
Mock the USGS Earthquake Catalog (FDSN web service) to feed simulated quake events, counts, catalogs, and contributor lists into demos and tests.
[01]
About
Emulate application info, catalog and contributor lists, event counts, and the main event query with magnitude, location, and time-range filters so you can build against the USGS FDSN-shaped API without depending on the live earthquake.usgs.gov feed.
Endpoints
5 across 1 resource group
Methods
GET 5 none deprecated
OpenAPI
3.0.0 spec version 1.0.0
Source spec
28 KB · YAML
[02]
Endpoints
| GET |
/application.json
|
Get Application Information Request known enumerated parameter values for the interface. Mocked via Mockzilla.
|
| GET |
/catalogs
|
request available catalogs
|
| GET |
/contributors
|
request available contributors
|
| GET |
/count
|
Get Count to perform a count on a data request. Count uses the same parameters as the query method, and is available in these formats: plain text (default), geojson, and xml.
|
| GET |
/query
|
Query the USGS Earthquake Database
|