Web of Science APIs · Example Payload

Web Of Science Document Example

ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Document 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

uidtitletypessourceTypessourcenameslinkscitationsidentifierskeywords

Example Payload

Raw ↑
{
  "uid": "example-string",
  "title": "example-string",
  "types": [
    "example-string"
  ],
  "sourceTypes": [
    "example-string"
  ],
  "source": {
    "id": "example-ref"
  },
  "names": {
    "id": "example-ref"
  },
  "links": {
    "id": "example-ref"
  },
  "citations": [
    {
      "id": "example-ref"
    }
  ],
  "identifiers": {
    "id": "example-ref"
  },
  "keywords": {
    "id": "example-ref"
  }
}