{ "opencollection": "1.0.0", "info": { "name": "Web of Science API Expanded citations search API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-ApiKey", "value": "{{X-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "search", "type": "folder" }, "items": [ { "info": { "name": "Web of Science Expanded Search Documents via GET", "type": "http" }, "http": { "method": "GET", "url": "https://api.clarivate.com/api/wos/", "params": [ { "name": "databaseId", "value": "", "type": "query", "description": "Database to search (e.g., WOS for Web of Science Core Collection)." }, { "name": "usrQuery", "value": "", "type": "query", "description": "Advanced search query string using Web of Science query syntax. Field tags include TS (topic), AU (author), TI (title), SO (source), DO (DOI), OG (organization), etc." }, { "name": "count", "value": "", "type": "query", "description": "Number of records to return (1-100)." }, { "name": "firstRecord", "value": "", "type": "query", "description": "Starting record number for pagination." }, { "name": "lang", "value": "", "type": "query", "description": "Language of the results (default en)." }, { "name": "editions", "value": "", "type": "query", "description": "Comma-separated list of WOS database editions to search." }, { "name": "publishTimeSpan", "value": "", "type": "query", "description": "Publication date range filter in format begin=YYYY-MM-DD&end=YYYY-MM-DD." }, { "name": "sortField", "value": "", "type": "query", "description": "Field and direction for sorting results." }, { "name": "loadRecord", "value": "", "type": "query", "description": "Include full record in response." } ] }, "docs": "Submit search queries to retrieve Web of Science document metadata. Supports the Web of Science Advanced Search Query syntax with field tags, boolean operators, and wildcard characters. Returns a query ID and initial results page for subsequent pagination." }, { "info": { "name": "Web of Science Expanded Search Documents via POST", "type": "http" }, "http": { "method": "POST", "url": "https://api.clarivate.com/api/wos/", "body": { "type": "json", "data": "{}" } }, "docs": "Submit search queries via POST to retrieve Web of Science document metadata. Equivalent to the GET search endpoint but allows larger query parameters in the request body." }, { "info": { "name": "Web of Science Expanded Fetch Query Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.clarivate.com/api/wos/query/:queryId", "params": [ { "name": "queryId", "value": "", "type": "path", "description": "Query identifier returned from the search endpoint." }, { "name": "count", "value": "", "type": "query", "description": "Number of records to return (1-100)." }, { "name": "firstRecord", "value": "", "type": "query", "description": "Starting record number for pagination." }, { "name": "sortField", "value": "", "type": "query", "description": "Field and direction for sorting results." }, { "name": "viewField", "value": "", "type": "query", "description": "Comma-separated list of fields to include in response." } ] }, "docs": "Retrieve records from a previously submitted search query using the query ID returned from the search endpoint. Supports pagination through large result sets with configurable record counts and sorting." }, { "info": { "name": "Web of Science Expanded Get Record IDs for Query", "type": "http" }, "http": { "method": "GET", "url": "https://api.clarivate.com/api/wos/recordids/:queryId", "params": [ { "name": "queryId", "value": "", "type": "path", "description": "Query identifier returned from the search endpoint." }, { "name": "count", "value": "", "type": "query", "description": "Number of record IDs to return." }, { "name": "firstRecord", "value": "", "type": "query", "description": "Starting record number for pagination." } ] }, "docs": "Retrieve only the unique identifiers for records matching a previously submitted search query. More efficient than retrieving full records when only UIDs are needed for deduplication or subsequent lookups." } ] } ], "bundled": true }