Web of Science APIs · JSON Structure

Web Of Science Citation Count Structure

Citation count for a specific database

Type: object Properties: 2
ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Citation Count Structure is a JSON Structure definition published by Web of Science APIs, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

db count

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/web-of-science-apis/json-structure/web-of-science-citation-count-structure.json",
  "title": "CitationCount",
  "description": "Citation count for a specific database",
  "type": "object",
  "properties": {
    "db": {
      "type": "str",
      "description": "Database code (e.g., WOS)"
    },
    "count": {
      "type": "int32",
      "description": "Number of times cited"
    }
  }
}