---
title: "Get citation chart data for a Scholar author"
method: GET
path: "/v1/google/scholar/author/citation"
tags: ["Google Scholar"]
---

# Get citation chart data for a Scholar author

`GET /v1/google/scholar/author/citation`

Return the citations-per-year chart for a Google Scholar author.

## Query parameters

- `author_id` string, required — Scholar user ID
- `hl` string — Language code

## Response `200`

Successful Response

- ScholarAuthorCitationResponse — Response for GET /api/v1/scholar/author/citation.
  - `author_id` string, required
  - `citations_by_year` CitationByYear[]
    - `year` integer, required
    - `citations` integer, required
  - `total_citations` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
