Referral Domains
Parameters
enter the website url
your vebapi api key
Example Request
curl -X GET "https://vebapi.com/api/seo/referraldomains?website=codeconia.com" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
{
"referrers": [
{
"refdomain": "quabr.com",
"backlinks": 4,
"dofollow_backlinks": 0,
"first_seen": "2021-12-14",
"domain_inlink_rank": 31
},
{
"refdomain": "www.tpsearchtool.com",
"backlinks": 4,
"dofollow_backlinks": 0,
"first_seen": "2022-11-12",
"domain_inlink_rank": 47
},
{
"refdomain": "alestat.com",
"backlinks": 4,
"dofollow_backlinks": 0,
"first_seen": "2021-07-13",
"domain_inlink_rank": 61
},
{
"refdomain": "dev.to",
"backlinks": 2,
"dofollow_backlinks": 2,
"first_seen": "2021-09-22",
"domain_inlink_rank": 91
}
]
}
🌐 Referral Domains API – VebAPI
Get a list of domains that link back to your website, along with backlink counts and authority scores.
📝 Description
The Referral Domains API provides a structured list of domains that have sent backlinks to your target website. It includes backlink counts, first-seen dates, dofollow status, and domain inlink ranks to help assess the quality and importance of each referring domain.
Ideal for SEO tools, link-building platforms, competitor backlink analysis, and digital PR monitoring.
🎯 Key Benefits
-
🔍 Identify all referring domains linking to your website
-
📈 Understand which domains send the most backlinks
-
🧠 Evaluate the domain authority of each referrer
-
🕵️ Track new and old referring sources by first-seen date
-
🧰 Use for backlink profiling, outreach targeting, and SEO audits
🌐 Base URL
https://vebapi.com/api/seo/referraldomains
📥 Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
website |
string | ✅ Yes | Domain name to analyze (e.g., codeconia.com) |
Headers Required:
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
📤 Output Response
The API returns a JSON object containing an array of referring domains.
referrers (Array of Referral Domain Objects)
| Field | Type | Description |
|---|---|---|
refdomain |
string | Referring domain name |
backlinks |
int | Total backlinks from this domain |
dofollow_backlinks |
int | Number of dofollow backlinks from this domain |
first_seen |
string | Date this domain was first seen linking to your site |
domain_inlink_rank |
int | Domain authority score (0–100) based on inlink rank |