- Developers
- API Reference
- Backlinks
List Backlink Targets
Get tracked backlink targets for a project
GET
https://app.ranked.ai/api/v1/projects/{projectId}/backlinksReturns all active tracked backlink targets for a project with their latest metrics.
projectIdstringrequiredProject UUID
Request
curl "https://app.ranked.ai/api/v1/projects/{projectId}/backlinks" \
-H "Authorization: Bearer rk_live_your_api_key"Response
{
"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"
}
]
}This page is also available as markdown for AI agents, and the whole reference as an OpenAPI spec. Questions? Developer support.