{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Earthquakehistory API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Earthquakehistory", "type": "folder" }, "items": [ { "info": { "name": "Earthquake History", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/risks/v1/earthquakehistory", "params": [ { "name": "postCode", "value": "", "type": "query", "description": "5 digit Postal code to search" }, { "name": "startDate", "value": "", "type": "query", "description": "Start time in milliseconds(UTC)" }, { "name": "endDate", "value": "", "type": "query", "description": "End time in milliseconds(UTC)" }, { "name": "minMagnitude", "value": "", "type": "query", "description": "Minimum richter scale magnitude" }, { "name": "maxMagnitude", "value": "", "type": "query", "description": "Maximum Richter scale magnitude" }, { "name": "maxCandidates", "value": "", "type": "query", "description": "Maximum response events" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Accepts postcode as input and Returns historical earthquake details for a particular postcode." } ] } ], "bundled": true }