Skip to main content
GET
Get Citations by Domain
Returns citation data grouped by domain. Each domain entry includes citation count, unique URLs, average rank, and category. Results are paginated and include period-over-period deltas.

Parameters

string
required
Bearer token. Format: Bearer slat_<your-token>.
integer
Number of days for the analysis window.
string
Start of date range. ISO 8601 format.
string
End of date range. ISO 8601 format.
number
Brand ID. Optional — if omitted, uses the workspace’s default brand.
number
Filter by topic ID.
string[]
Filter by one or more platforms.
string
Filter by citation category (e.g., OWNED, EARNED, COMPETITOR).
Search domains by name. Case-insensitive partial match.
string
Filter by ISO country code.
integer
Number of results per page. Default: 20. Maximum: 100.
integer
Number of results to skip. Default: 0.
number
Filter by a single prompt ID.
number[]
Filter by multiple prompt IDs. Maximum 10 values.

Response

Returns 200 OK with a paginated list of domain citation data.
object[]
required
Array of domain citation objects.
object
required
Pagination metadata.

Example

Response

Status codes

What’s next