{ "opencollection": "1.0.0", "info": { "name": "Liberty Mutual Renters Insurance Data Safety API", "version": "1.0.0" }, "items": [ { "info": { "name": "Safety", "type": "folder" }, "items": [ { "info": { "name": "Get Safe Routes", "type": "http" }, "http": { "method": "GET", "url": "https://api.libertymutual.com/safety/routes", "params": [ { "name": "city", "value": "", "type": "query" }, { "name": "origin", "value": "", "type": "query" }, { "name": "destination", "value": "", "type": "query" } ] }, "docs": "Retrieve safest driving routes for a given area." }, { "info": { "name": "Get Safe Parking", "type": "http" }, "http": { "method": "GET", "url": "https://api.libertymutual.com/safety/parking", "params": [ { "name": "city", "value": "", "type": "query" } ] }, "docs": "Retrieve safest parking locations in a city." } ] } ], "bundled": true }