{ "opencollection": "1.0.0", "info": { "name": "DataFirst Microdata Catalog API (NADA) articles collections API", "version": "1.0" }, "items": [ { "info": { "name": "collections", "type": "folder" }, "items": [ { "info": { "name": "List public collections", "type": "http" }, "http": { "method": "GET", "url": "https://www.datafirst.uct.ac.za/dataportal/index.php/api/collections", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page." }, { "name": "institution", "value": "", "type": "query" } ] }, "docs": "List public collections" }, { "info": { "name": "Get a public collection", "type": "http" }, "http": { "method": "GET", "url": "https://www.datafirst.uct.ac.za/dataportal/index.php/api/collections/:collection_id", "params": [ { "name": "collection_id", "value": "", "type": "path" } ] }, "docs": "Get a public collection" } ] } ], "bundled": true }