Web of Science APIs · Example Payload

Web Of Science Documents Search Response Example

ResearchAcademicBibliometricsCitationsScienceScholarly

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

Top-level fields

totalpagelimithits

Example Payload

Raw ↑
{
  "total": 85,
  "page": 77,
  "limit": 48,
  "hits": [
    {
      "id": "example-ref"
    }
  ]
}