SE Ranking · Schema
SE Ranking Backlink Summary
Summary statistics for a domain's backlink profile including referring domains, total backlinks, authority scores, and link type breakdown.
SEOKeyword ResearchRank TrackingBacklinksCompetitor AnalysisWebsite AuditAI SearchGeoDigital MarketingMCPAI AgentsAgent Skills
Properties
| Name | Type | Description |
|---|---|---|
| target | string | The analyzed domain, host, or URL. |
| mode | string | Scope of analysis. |
| total_backlinks | integer | Total number of backlinks pointing to the target. |
| referring_domains | integer | Number of unique root domains linking to the target. |
| referring_ips | integer | Number of unique IP addresses with backlinks to the target. |
| referring_subnets | integer | Number of unique C-class IP subnets with backlinks to the target. |
| dofollow | integer | Count of dofollow backlinks. |
| nofollow | integer | Count of nofollow backlinks. |
| domain_inlink_rank | number | SE Ranking authority score for the target domain. |
| new_backlinks | integer | Number of new backlinks discovered in the last period. |
| lost_backlinks | integer | Number of backlinks lost in the last period. |
| text_links | integer | Count of text-based backlinks. |
| image_links | integer | Count of image-based backlinks. |
| redirect_links | integer | Count of redirect-based backlinks. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/se-ranking/main/json-schema/se-ranking-backlink-summary.json",
"title": "SE Ranking Backlink Summary",
"description": "Summary statistics for a domain's backlink profile including referring domains, total backlinks, authority scores, and link type breakdown.",
"type": "object",
"properties": {
"target": {
"type": "string",
"description": "The analyzed domain, host, or URL."
},
"mode": {
"type": "string",
"enum": ["domain", "host", "url"],
"description": "Scope of analysis."
},
"total_backlinks": {
"type": "integer",
"description": "Total number of backlinks pointing to the target.",
"minimum": 0
},
"referring_domains": {
"type": "integer",
"description": "Number of unique root domains linking to the target.",
"minimum": 0
},
"referring_ips": {
"type": "integer",
"description": "Number of unique IP addresses with backlinks to the target.",
"minimum": 0
},
"referring_subnets": {
"type": "integer",
"description": "Number of unique C-class IP subnets with backlinks to the target.",
"minimum": 0
},
"dofollow": {
"type": "integer",
"description": "Count of dofollow backlinks.",
"minimum": 0
},
"nofollow": {
"type": "integer",
"description": "Count of nofollow backlinks.",
"minimum": 0
},
"domain_inlink_rank": {
"type": "number",
"description": "SE Ranking authority score for the target domain.",
"minimum": 0,
"maximum": 100
},
"new_backlinks": {
"type": "integer",
"description": "Number of new backlinks discovered in the last period.",
"minimum": 0
},
"lost_backlinks": {
"type": "integer",
"description": "Number of backlinks lost in the last period.",
"minimum": 0
},
"text_links": {
"type": "integer",
"description": "Count of text-based backlinks.",
"minimum": 0
},
"image_links": {
"type": "integer",
"description": "Count of image-based backlinks.",
"minimum": 0
},
"redirect_links": {
"type": "integer",
"description": "Count of redirect-based backlinks.",
"minimum": 0
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/se-ranking-backlink-summary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.