Skip to main content
GET
/
projects
/
{projectId}
/
backlinks
/
summary
curl "https://app.ranked.ai/api/v1/projects/{projectId}/backlinks/summary" \
  -H "Authorization: Bearer rk_live_your_api_key"
{
  "success": true,
  "data": {
    "project_id": "40596405-c27c-4dfc-89e4-142c87846d66",
    "total_backlinks": 58,
    "total_referring_domains": 54,
    "average_domain_rank": 0,
    "dofollow_backlinks": 0,
    "nofollow_backlinks": 0,
    "broken_backlinks": 0,
    "tracked_domains_count": 1,
    "last_updated": "2026-05-02"
  }
}

Documentation Index

Fetch the complete documentation index at: https://dev.ranked.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns total backlinks, referring domains, and dofollow/nofollow breakdown.
projectId
string
required
Project UUID
curl "https://app.ranked.ai/api/v1/projects/{projectId}/backlinks/summary" \
  -H "Authorization: Bearer rk_live_your_api_key"
{
  "success": true,
  "data": {
    "project_id": "40596405-c27c-4dfc-89e4-142c87846d66",
    "total_backlinks": 58,
    "total_referring_domains": 54,
    "average_domain_rank": 0,
    "dofollow_backlinks": 0,
    "nofollow_backlinks": 0,
    "broken_backlinks": 0,
    "tracked_domains_count": 1,
    "last_updated": "2026-05-02"
  }
}