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 journals API

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

Web of Science APIs journals 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 journals. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 3 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 3 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 journals 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.

journals 2
GET
/journals
Web of Science Starter Search Journals by ISSN
getJournals 4 params → 200400401
GET
/journals/{id}
Web of Science Starter Get Journal by ID
getJournal 1 param → 200404401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Journal (10 properties), JournalsSearchResponse (4 properties), ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
Error response from the API
3 properties
Journal
object
A Web of Science journal record
10 properties
JournalsSearchResponse
object
Response from journal search containing results and metadata
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

web-of-science-apis-journals-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 records API
Web of Science APIs reports API
Web of Science APIs search API