{ "opencollection": "1.0.0", "info": { "name": "W3C Affiliations Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.w3.org/groups", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number (default 1)." }, { "name": "items", "value": "", "type": "query", "description": "Page size (default 100, max 1000)." }, { "name": "embed", "value": "", "type": "query", "description": "Embed related resources on supported routes." } ] }, "docs": "List groups" }, { "info": { "name": "Get a group by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.w3.org/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a group by ID" } ] } ], "bundled": true }