Sources behind the answers that named one entity
Returns the citations of every answer that named the given brand, product line and place. Pass the row fields from the leaderboard individually; the row `groupKey` is a client-side id and is not accepted here.
In: header
Path Parameters
Domain under analysis
Query Parameters
Start date for the report range (ISO 8601). On aggregated endpoints, omit to default to the last 6 months (there is no "all time"); an explicit start is honoured at any length.
End date for the report range (ISO 8601). Defaults to now when omitted.
Filter by specific models
Filter by specific topic ID
Filter raw results to a single prompt ID. Used by the sentiment heatmap drawer to lazy-load one cell's LLM response instead of bundling all responses in the aggregate.
Include variation calculation comparing to previous period
truePage number for paginated responses
1 <= value1Items per page for paginated responses
1 <= value <= 10050Filter by specific market/language pair ID
Filter by tag IDs (visibility_result joined with prompt_tag)
Restrict to namings of this brand, as the analyzer resolved it.
Restrict to this product line, as a folded product key.
Restrict to this place, as a folded country|city|locality key.
Restrict to namings that carry no product line. An entity row whose product is empty counted exactly those, so its drill-down must exclude namings that have one.
falseRestrict to namings that carry no place. The counterpart of withoutProduct for an entity row whose location is empty.
falseResponse Body
application/json
curl -X GET "https://example.com/api/domains/string/mention-entities/citations"{ "data": [ { "url": "https://www.nike.com/fr/running", "title": "Running shoes | Nike FR", "website": "nike.com", "createdAt": "2026-05-25T10:30:00.000Z" } ], "answerCount": 87}