v1
latestOpenAPI 3.0.02026-07-222980136.7 KBGet citation statistics for a brand report
Path parameters
Brand report identifier.
Brand report identifier.
Query parameters
Start date for the stats window (inclusive).
Start date for the stats window (inclusive).
End date for the stats window (inclusive).
End date for the stats window (inclusive).
Country code to filter by. Lowercase ISO 3166-1 alpha-2; use uk for the United Kingdom.
Country code to filter by. Lowercase ISO 3166-1 alpha-2; use uk for the United Kingdom.
Optional. AI engine(s) to filter by. Repeat the param or pass a single value.
Optional. Filter stats by tag id.
Optional. Filter stats by tag id.
Optional. Cap on number of distinct domains aggregated into the response. Positive integer.
Optional. Cap on number of distinct domains aggregated into the response. Positive integer.
Response
Citation statistics for the brand report.
Example response
{
"domainRank": {
"citations": [
{
"domain": "adidas.com",
"rank": 1,
"citations": 42,
"logoUrl": "https://logo.clearbit.com/adidas.com",
"citationShare": 0.42,
"main": true
}
]
},
"domainCitations": {
"current": 42,
"total": 100,
"citationShare": 0.42,
"mostCitedUrls": [
{
"url": "https://www.adidas.com/us/running",
"rank": 1,
"currentCitations": 18,
"citationShare": 0.42
}
]
},
"citations": [
{
"url": "https://www.adidas.com/us/running",
"rank": 1,
"currentCitations": 18,
"logoUrl": "https://logo.clearbit.com/adidas.com",
"citationShare": 0.42
}
],
"competitors": [
{
"brandDomain": "nike.com",
"domainCitations": {
"current": 12,
"total": 100,
"citationShare": 0.12
}
}
]
}