Get aggregated explorer data for a domain
Aggregates citations from all analysis types (visibility, competition, sentiment, alignment)
API Key for programmatic access
In: header
Path Parameters
UUID of the domain
uuidQuery 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
11 <= valueItems per page for paginated responses
501 <= value <= 100Filter by specific market/language pair ID
Include detailed results in response (default: false for performance)
falseWhen true, competitor average scores are computed across ALL available models (treating missing models as 0). When false, only models with data are averaged.
falseFilter by tag IDs (visibility_result joined with prompt_tag)
Response Body
application/json
curl -X GET "https://example.com/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08/explorer/aggregated"{
"topKeywords": [
[
null
]
],
"topSources": [
[
null
]
],
"summary": {
"totalPrompts": 240,
"promptsWithWebAccess": 168,
"webAccessPercentage": 70,
"totalCitations": 512,
"uniqueSources": 86
},
"webSearchResults": [
[
null
]
],
"domainSourceAnalysis": {
"brandDomainPercentage": 22,
"otherSourcesPercentage": 78,
"brandDomainCount": 112,
"otherSourcesCount": 400,
"competitorBreakdown": [
{
"name": "Adidas",
"count": 64,
"percentage": 12.5
}
],
"unknownSourcesCount": 18,
"unknownSourcesPercentage": 3.5
},
"availableModels": [
"gpt-5",
"claude-sonnet-4"
],
"availableTopics": [
[
null
]
],
"reportCount": 12,
"dateRange": {
"start": "2026-04-25T00:00:00.000Z",
"end": "2026-05-25T10:30:00.000Z"
},
"totalAnswers": 480
}Get resolved category names for a domain GET
Returns cached domain categories with human-readable names and parent hierarchy
Get paginated citations for explorer table GET
Returns paginated and filtered inlined citations aggregated from all analysis types (visibility, competition, sentiment, alignment). Supports server-side filtering, sorting, and returns filter option values for building multi-select dropdowns. Responses are cached for 60 seconds.