Indexly

My Page Citations

Get detailed citation analysis across AI models including references to your specific URLs.

API Endpoint

GET /api/v1/citations/:siteId

Example cURL Request

curl --request GET \
  --url 'https://app.indexly.ai/api/v1/citations/SITE_ID?page=1&pageSize=20&scope=my&viewType=url&filter=all' \
  --header 'X-API-Key: YOUR_API_KEY'

Sample Response

{
  "citations": [
    {
      "url": "https://indexly.ai",
      "domain": "indexly.ai",
      "totalCitations": 345,
      "position": 1.02,
      "modelBreakdown": {
        "OPENAI": 68,
        "GOOGLE": 113,
        "PERPLEXITY": 73,
        "AIOVERVIEW": 10,
        "GROK": 81,
        "CLAUDE": 0
      },
      "statusCode": 200
    }
  ],
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "total": 125,
    "totalPages": 7
  },
  "lastCalculatedAt": "2026-03-17T08:38:34.458Z"
}

Authorizations

X-API-Key: string header required

API key for authentication. Get yours from the Indexly dashboard under Settings → API Access.

Path Parameters

Query Parameters

Response Structure