Web of Science APIs · Example Payload

Web Of Science Journals Search Response Example

ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Journals 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": 82,
  "page": 41,
  "limit": 26,
  "hits": [
    {
      "id": "example-ref"
    }
  ]
}