Web of Science APIs · Example Payload

Web Of Science Journal Example

ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Journal Example is an example object payload from Web of Science APIs, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameissneissnpublishercountryopenAccesscategoriesjcrProfilelinks

Example Payload

Raw ↑
{
  "id": "example-string",
  "name": "example-string",
  "issn": "example-string",
  "eissn": "example-string",
  "publisher": "example-string",
  "country": "example-string",
  "openAccess": {
    "value": "example-string"
  },
  "categories": [
    "example-string"
  ],
  "jcrProfile": "https://example.com",
  "links": {
    "record": "https://example.com"
  }
}