{ "opencollection": "1.0.0", "info": { "name": "Web of Science API Expanded citations journals API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-ApiKey", "value": "{{X-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "journals", "type": "folder" }, "items": [ { "info": { "name": "Web of Science Starter Search Journals by ISSN", "type": "http" }, "http": { "method": "GET", "url": "https://api.clarivate.com/api/wos/journals", "params": [ { "name": "issn", "value": "", "type": "query", "description": "ISSN (print or electronic) of the journal to retrieve." }, { "name": "q", "value": "", "type": "query", "description": "Free-text query to search journals by name or related terms." }, { "name": "limit", "value": "", "type": "query", "description": "Number of journals to return." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." } ] }, "docs": "Search and retrieve journal information from the Web of Science Journal Citation Reports. Query journals by ISSN to get metadata including impact factor, category, and JCR profile URL." }, { "info": { "name": "Web of Science Starter Get Journal by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.clarivate.com/api/wos/journals/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Web of Science journal identifier." } ] }, "docs": "Retrieve detailed information about a specific journal using its Web of Science journal identifier. Returns journal title, ISSN, publisher, categories, impact metrics, and JCR profile URL." } ] } ], "bundled": true }