Skip to main content
This section documents the citationPills data returned by the Google AI Mode endpoint. Citation pills are part of the AI Mode response — no separate API call is needed. For use cases, pricing context, and copy-paste examples, see the AI Mode citations API page on the product site.

Example request

This produces a response containing the citationPills array documented below.

Overview

Google renders inline pill chips (e.g. [Reddit +3]) next to AI Mode text to attribute each claim to one or more sources. The result.citationPills array exposes those pills denormalized: each entry is one (pill, source) pair carrying a per-source label (the source’s own page title), a citationPillId that groups entries from the same chip, and the per-source url/domain/description/position. When a pill cites N sources, the array contains N entries sharing the same citationPillId but carrying different per-source label, url, and domain. Group by citationPillId to recover the pill-level structure. The field is omitted from result when the answer has no pills.

Citation pill structure

Response example