{ "opencollection": "1.0.0", "info": { "name": "W3C Affiliations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Affiliations", "type": "folder" }, "items": [ { "info": { "name": "List affiliations", "type": "http" }, "http": { "method": "GET", "url": "https://api.w3.org/affiliations", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number (default 1)." }, { "name": "items", "value": "", "type": "query", "description": "Page size (default 100, max 1000)." } ] }, "docs": "List affiliations" }, { "info": { "name": "Get an affiliation by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.w3.org/affiliations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an affiliation by ID" } ] } ], "bundled": true }