{ "opencollection": "1.0.0", "info": { "name": "Europeana Search and Record API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "wskey", "value": "{{wskey}}", "placement": "query" } }, "items": [ { "info": { "name": "Record", "type": "folder" }, "items": [ { "info": { "name": "Get record", "type": "http" }, "http": { "method": "GET", "url": "https://api.europeana.eu/record/v2/:datasetId/:localId.json", "params": [ { "name": "datasetId", "value": "", "type": "path", "description": "Dataset identifier (collection prefix)." }, { "name": "localId", "value": "", "type": "path", "description": "Local identifier within the dataset." }, { "name": "profile", "value": "", "type": "query" } ] }, "docs": "Returns the full metadata record for a Europeana object." } ] } ], "bundled": true }