{ "opencollection": "1.0.0", "info": { "name": "stargate AOI Archives API", "version": "v0.1.0" }, "items": [ { "info": { "name": "Archives", "type": "folder" }, "items": [ { "info": { "name": "List all collections", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/archives/collections", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Collection IDs" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of all collections available under archives." }, { "info": { "name": "Get a collection", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/archives/collections/:cid", "params": [ { "name": "cid", "value": "", "type": "path", "description": "Collection ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a STAC collection by it's ID" }, { "info": { "name": "List items in a collection", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/archives/collections/:cid/items", "params": [ { "name": "cid", "value": "", "type": "path", "description": "Collection ID" }, { "name": "limit", "value": "", "type": "query", "description": "Limit" }, { "name": "offset", "value": "", "type": "query", "description": "Offset" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List of items present in a collection" }, { "info": { "name": "Get item", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/archives/collections/:cid/items/:id", "params": [ { "name": "cid", "value": "", "type": "path", "description": "Collection ID" }, { "name": "id", "value": "", "type": "path", "description": "Item ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a STAC item by it's collection and item ID" }, { "info": { "name": "Search all items", "type": "http" }, "http": { "method": "POST", "url": "https://api.pixxel.space/v0/archives/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Search for STAC items according to attributes of the item" } ] } ], "bundled": true }