Skip to main content
GET
Get Citation

Authorizations

Authorization
string
header
required

Personal API key created in the dashboard (Settings > API keys).

Headers

authorization
string | null

Bearer <api_key>

X-MCP-Secret
string | null

Path Parameters

citation_id
integer
required

Query Parameters

website_id
integer
required

Target website id

Response

Successful Response

Citation schema with linked prompt + per-competitor ranks for the detail page.

id
integer
required
content
string
required
platform
enum<string>
required
Available options:
ChatGPT,
Gemini,
AI Overviews,
Google AI Mode,
Perplexity,
Mistral,
Claude,
DeepSeek,
Grok,
Copilot
website_cited
boolean
required
created_at
string<date-time>
required
sources
string[] | null
mentioned_sources
string[] | null
match_types
enum<string>[]

How a website (or competitor) was matched in an AI response.

Non-exclusive — a single citation can carry multiple types (e.g. brand name in content AND URL in sources).

Available options:
brand_citation,
site_mention,
background_source
localization
string | null
competitors
CompetitorWithoutLogo · object[] | null
website_rank
integer | null
website_rank_total
integer | null
brand_mentions
CitationBrandMentionSchema · object[]
prompt
PromptInCitation · object | null

Prompt info embedded in citation response

competitor_ranks
CompetitorRankInCitation · object[]