Web of Science APIs · Example Payload

Web Of Science Document Source Example

ResearchAcademicBibliometricsCitationsScienceScholarly

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

Top-level fields

sourceTitlepublishYearpublishMonthvolumeissuepagesarticleNumbersupplement

Example Payload

Raw ↑
{
  "sourceTitle": "example-string",
  "publishYear": 58,
  "publishMonth": "example-string",
  "volume": "example-string",
  "issue": "example-string",
  "pages": {
    "id": "example-ref"
  },
  "articleNumber": "example-string",
  "supplement": "example-string"
}