> ## Documentation Index
> Fetch the complete documentation index at: https://chatobserver.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I retrieve AI citations and source domains through the API?

> Analyse cited domains, pages and ownership across answers.

Analyse cited domains, pages and ownership across answers.

Read [authentication](/docs/developers/authentication), [pagination and filters](/docs/developers/pagination-and-filters), and [safe writes and retries](/docs/developers/safe-writes) before integrating. Each endpoint below includes its request parameters, response schema, and code examples.

## Endpoints

* [Get citation analytics](/docs/api-reference/sources-and-citations/get-v2-citations-analytics) — `GET /api/v2/citations/analytics`
* [Analyse citation positions](/docs/api-reference/sources-and-citations/get-v2-citations-citation-rank-analysis) — `GET /api/v2/citations/citation-rank-analysis`
* [Track domain citations over time](/docs/api-reference/sources-and-citations/get-v2-citations-domain-citations-over-time) — `GET /api/v2/citations/domain-citations-over-time`
* [Compare cited domains by AI platform](/docs/api-reference/sources-and-citations/get-v2-citations-domains-by-llm) — `GET /api/v2/citations/domains-by-llm`
* [Compare sources by AI platform](/docs/api-reference/sources-and-citations/get-v2-citations-llm-sources) — `GET /api/v2/citations/llm-sources`
* [Measure citations to your own domain](/docs/api-reference/sources-and-citations/get-v2-citations-self-citation-frequency) — `GET /api/v2/citations/self-citation-frequency`
* [List the most cited pages](/docs/api-reference/sources-and-citations/get-v2-citations-top-cited-pages) — `GET /api/v2/citations/top-cited-pages`
* [Get source domains](/docs/api-reference/sources-and-citations/get-v2-sources-domains) — `GET /api/v2/sources/domains`
* [Get source overview](/docs/api-reference/sources-and-citations/get-v2-sources-overview) — `GET /api/v2/sources/overview`

[Download the complete OpenAPI specification](/docs/openapi.json) for client generation and schema validation.
