{ "opencollection": "1.0.0", "info": { "name": "diaspora* Aspects Search API", "version": "1" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search for posts", "type": "http" }, "http": { "method": "GET", "url": "https://{pod}/api/v1/search/posts" }, "docs": "Required API scope: public:read" }, { "info": { "name": "Search for tags", "type": "http" }, "http": { "method": "GET", "url": "https://{pod}/api/v1/search/tags" }, "docs": "Required API scope: public:read" }, { "info": { "name": "Search for users", "type": "http" }, "http": { "method": "GET", "url": "https://{pod}/api/v1/search/users" }, "docs": "Required API scope: public:read" } ] } ], "bundled": true }