Release notes - Feb 23, 2023
Web of Science Expanded API
- Bugfix for /related endpoint: providing count=0 as a parameter to the /related endpoint is now supported.
Web of Science Researcher API
- The new country filter has been modified to only apply to a profile’s primary affiliation. Example request: https://api.clarivate.com/apis/wos-researcher/researchers?q=CU~”australia“
- Improvements were made to the endpoint’s documentation to improve usability.
Web of Science Starter API
- The Preprint Citation Index is now available as a database. Users that are entitled to preprints in the Web of Science platform will automatically have access to the database in the API.
Example request URL: https://api.clarivate.com/apis/wos-starter/v1/documents?db=PPRN&q=PY=2023 - URL-encoded input is now accepted for the sortField parameter, e.g. sortField=TC%2BD is now supported in addition to sortField=TC+D.
Web of Science Journals API
- Bugfix for ‘OR’ category code: the category code for Asian studies, ‘OR’ was being incorrectly parsed as a search operator. This caused valid requests including categoryCode=OR to result in a 500 Internal Server Error. This has now been fixed.