# SE Ranking backlinks API

**Canonical:** https://apis.io/apis/se-ranking/se-ranking-backlinks-api/  
**Provider:** SE Ranking — https://apis.io/providers/se-ranking/  
**Base URL:** https://api.seranking.com  
**Documentation:** https://seranking.com/api/data/reference/

SE Ranking backlinks API is one of 10 APIs that [SE Ranking](https://apis.io/providers/se-ranking/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Backlinks. The published artifact set on APIs.io includes an OpenAPI specification.

# Backlinks API This collection of requests allows you to conduct a comprehensive analysis of the backlink profile for any given target, whether it's a root domain, a specific host (subdomain), or a particular URL. You can use these endpoints to retrieve high-level statistics, fetch detailed backlink lists, analyze historical trends, and check authority scores. ### Summary & Core Metrics Use these endpoints to get a quick overview of a target's backlink profile. These requests support batching for up to 100 targets. - **`summary`**: Returns extended statistics, including the number of referring domains, IPs, top anchors, TLDs, and more. - **`metrics`**: Retrieves a set of key metrics, such as the total number of backlinks, referring domains, and dofollow/nofollow link counts. - **`count`**: Provides a simple count of the total number of live backlinks for a target. ### Detailed Backlink Retrieval Use these endpoints to get lists of the actual backlinks pointing to a target. - **`all`**: Fetches a detailed list of backlinks with powerful filtering and sorting options. This is ideal for getting the "top" backlinks based on criteria like InLink Rank. - **`raw`**: Retrieves a complete, unfiltered list of all backlinks using efficient cursor-based pagination. This is best for fetching an entire dataset in batches. - **`export`**: Exports all backlinks for a target into a downloadable `.csv.gz` file. This process is asynchronous and designed for very large-scale data retrieval. ### Historical Data & Trends Track changes in a backlink profile over time. - **`history`**: Get a list of new and lost backlinks within a specified date range. - **`history/count`**: Returns the number of new or lost backlinks for each day in a given period. - **`history/cumulative`**: Provides the total number of live backlinks for each day in a given period. ### Analyze Specific Backlink Aspects Dive deeper into specific components of the backlink profile. - **`anchors`**: Returns information about the anchor texts used in links pointing to a target. - **`refdomains`**: Provides details on the unique referring domains, including their authority and the number of links from each. - **`referring-ips`** **&** **`subnets`**: Analyzes the network distribution of backlinks by IP address and C-class subnets. - **`indexed-pages`**: Lists the pages on the target site that have received one or more backlinks. ### Authority Scores Check the calculated authority of a target based on its backlink profile. - **`authority`**: Retrieves both the InLink Rank (Page Authority) and Domain InLink Rank (Domain Authority). - **`authority/domain`**: Focuses specifically on Domain Authority, including its distribution and historical values. - **`authority/page`**: Focuses specifically on Page Authority and its historical values.

## Operations (44)

| Method | Path | Summary |
|---|---|---|
| GET | `/v1/backlinks/summary` | summary |
| POST | `/v1/backlinks/summary` | summary |
| GET | `/v1/backlinks/metrics` | metrics |
| POST | `/v1/backlinks/metrics` | metrics |
| GET | `/v1/backlinks/all` | all |
| POST | `/v1/backlinks/all` | all |
| GET | `/v1/backlinks/raw` | raw |
| GET | `/v1/backlinks/count` | count |
| POST | `/v1/backlinks/count` | count |
| GET | `/v1/backlinks/export` | export |
| GET | `/v1/backlinks/export/status` | export/status |
| GET | `/v1/backlinks/history` | history |
| POST | `/v1/backlinks/history` | history |
| GET | `/v1/backlinks/history/count` | history/count |
| POST | `/v1/backlinks/history/count` | history/count |
| GET | `/v1/backlinks/history/cumulative` | history/cumulative |
| POST | `/v1/backlinks/history/cumulative` | history/cumulative |
| GET | `/v1/backlinks/anchors` | anchors |
| POST | `/v1/backlinks/anchors` | anchors |
| GET | `/v1/backlinks/refdomains` | refdomains |
| POST | `/v1/backlinks/refdomains` | refdomains |
| GET | `/v1/backlinks/refdomains/count` | refdomains/count |
| POST | `/v1/backlinks/refdomains/count` | refdomains/count |
| GET | `/v1/backlinks/refdomains/history` | refdomains/history |
| POST | `/v1/backlinks/refdomains/history` | refdomains/history |
| GET | `/v1/backlinks/refdomains/history/count` | refdomains/history/count |
| POST | `/v1/backlinks/refdomains/history/count` | refdomains/history/count |
| GET | `/v1/backlinks/referring-ips` | referring-ips |
| POST | `/v1/backlinks/referring-ips` | referring-ips |
| GET | `/v1/backlinks/referring-ips/count` | referring-ips/count |
| POST | `/v1/backlinks/referring-ips/count` | referring-ips/count |
| GET | `/v1/backlinks/referring-subnets/count` | referring-subnets/count |
| POST | `/v1/backlinks/referring-subnets/count` | referring-subnets/count |
| GET | `/v1/backlinks/indexed-pages` | indexed-pages |
| POST | `/v1/backlinks/indexed-pages` | indexed-pages |
| GET | `/v1/backlinks/authority` | authority |
| POST | `/v1/backlinks/authority` | authority |
| GET | `/v1/backlinks/authority/domain` | authority/domain |
| POST | `/v1/backlinks/authority/domain` | authority/domain |
| GET | `/v1/backlinks/authority/domain/distribution` | authority/domain/distribution |
| GET | `/v1/backlinks/authority/page` | authority/page |
| POST | `/v1/backlinks/authority/page` | authority/page |
| GET | `/v1/backlinks/authority/page/history` | authority/page/history |
| GET | `/v1/backlinks/authority/domain/history` | authority/domain/history |

## Machine-readable artifacts (1)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/se-ranking/refs/heads/main/openapi/se-ranking-backlinks-api-openapi.yml

## Other SE Ranking APIs (9)

- [SE Ranking Data API](https://apis.io/apis/se-ranking/data-api/)
- [SE Ranking Project API](https://apis.io/apis/se-ranking/project-api/)
- [SE Ranking Account & system API](https://apis.io/apis/se-ranking/se-ranking-account-system-api/)
- [SE Ranking AI search API](https://apis.io/apis/se-ranking/se-ranking-ai-search-api/)
- [SE Ranking Domain Analysis API](https://apis.io/apis/se-ranking/se-ranking-domain-analysis-api/)
- [SE Ranking Keyword Research API](https://apis.io/apis/se-ranking/se-ranking-keyword-research-api/)
- [SE Ranking SERP Results > classic API](https://apis.io/apis/se-ranking/se-ranking-serp-results-classic-api/)
- [SE Ranking Website Audit API](https://apis.io/apis/se-ranking/se-ranking-website-audit-api/)
- [SE Ranking MCP Server](https://apis.io/apis/se-ranking/mcp-server/)

## Tags

Backlinks

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/se-ranking/se-ranking-backlinks-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/se-ranking/.
