CitationCount

Citation count for a specific database

ResearchAcademicBibliometricsCitationsScienceScholarly

Properties

Name Type Description
db string Database code (e.g., WOS)
count integer Number of times cited
View JSON Schema on GitHub

JSON Schema

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