{ "opencollection": "1.0.0", "info": { "name": "USGS Earthquake Catalog Collections API", "version": "1.0" }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "Get Landing Page", "type": "http" }, "http": { "method": "GET", "url": "https://earthquake.usgs.gov/fdsnws/event/1/", "params": [ { "name": "f", "value": "", "type": "query", "description": "Response format" } ] }, "docs": "Returns the API landing page with links to available resources." }, { "info": { "name": "List Collections", "type": "http" }, "http": { "method": "GET", "url": "https://earthquake.usgs.gov/fdsnws/event/1/collections", "params": [ { "name": "f", "value": "", "type": "query", "description": "Response format" } ] }, "docs": "Returns a list of all available data collections in the USGS Water Data API." } ] } ], "bundled": true }