Web of Science APIs · Example Payload

Web Of Science Citation Report Example

ResearchAcademicBibliometricsCitationsScienceScholarly

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

Top-level fields

timesCitedaveragePerItemhIndexcitingArticlesLinksyearPublishedcitationsByYear

Example Payload

Raw ↑
{
  "timesCited": 22,
  "averagePerItem": 14.45,
  "hIndex": 66,
  "citingArticlesLinks": "https://example.com",
  "yearPublished": [
    {
      "id": "example-ref"
    }
  ],
  "citationsByYear": [
    {
      "id": "example-ref"
    }
  ]
}