Skip to main content
GET
/
projects
/
{projectId}
/
backlinks
curl "https://app.ranked.ai/api/v1/projects/{projectId}/backlinks" \
  -H "Authorization: Bearer rk_live_your_api_key"
{
  "success": true,
  "data": [
    {
      "id": "abc-123",
      "target_domain": "siouxcitytreeco.com",
      "total_backlinks": 58,
      "total_referring_domains": 54,
      "rank": 0,
      "last_summary_update": "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 all active tracked backlink targets for a project with their latest metrics.
projectId
string
required
Project UUID
curl "https://app.ranked.ai/api/v1/projects/{projectId}/backlinks" \
  -H "Authorization: Bearer rk_live_your_api_key"
{
  "success": true,
  "data": [
    {
      "id": "abc-123",
      "target_domain": "siouxcitytreeco.com",
      "total_backlinks": 58,
      "total_referring_domains": 54,
      "rank": 0,
      "last_summary_update": "2026-05-02"
    }
  ]
}