{ "opencollection": "1.0.0", "info": { "name": "SkyWatch EarthCache Archive Search Locations API", "version": "1.7" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.skywatch.co/earthcache/locations" }, "docs": "List locations" }, { "info": { "name": "Create a location", "type": "http" }, "http": { "method": "POST", "url": "https://api.skywatch.co/earthcache/locations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a saved location from KML or GeoJSON, abstracted into a reusable server-side instance referenced by id." }, { "info": { "name": "Fetch a location", "type": "http" }, "http": { "method": "GET", "url": "https://api.skywatch.co/earthcache/locations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch a location" }, { "info": { "name": "Update a location", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.skywatch.co/earthcache/locations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a location" }, { "info": { "name": "Delete a location", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.skywatch.co/earthcache/locations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a location" } ] } ], "bundled": true }