Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Web of Science APIs reports API

The reports API from Web of Science APIs — 2 operation(s) for reports.

Web of Science APIs reports API is one of 6 APIs that Web of Science APIs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include reports. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.clarivate.com/api/wos.

2 operations 2 paths 5 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Server
https://api.clarivate.com/api/wos
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Web of Science APIs reports API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-ApiKey (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Clarivate API key for Web of Science API Expanded

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

reports 2
GET
/citation-report/{queryId}
Web of Science Expanded Get Citation Report for Query
getCitationReport 3 params → 200400
GET
/category-context/{uniqueId}
Web of Science Expanded Get Category Context for Record
getCategoryContext 3 params → 200404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are CitationReport (6 properties), ErrorResponse (2 properties), YearCount (2 properties), CategoryCount (2 properties). Each schema is shown below with its type and property counts.

CitationReport
object
Citation report for a query result set
6 properties
CategoryCount
object
A category with its record count
2 properties
YearCount
object
Count value for a specific year
2 properties
CategoryContext
object
Category context for citing or referenced records
1 property
ErrorResponse
object
Error response from the API
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

web-of-science-apis-reports-api-openapi.yml Raw ↑

Other APIs Web of Science APIs publishes across the network.

Web of Science APIs citations API
Web of Science APIs documents API
Web of Science APIs journals API
Web of Science APIs records API
Web of Science APIs search API