New Backlinks
Parameters
enter your website url
your Vebapi api key
Example Request
curl -X GET "https://vebapi.com/api/seo/newbacklinks?website=codeconia.com" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
{
"backlinks": [
{
"url_from": "https://urls-shortener.eu/share/2421620",
"url_to": "https://codeconia.com/",
"title": "\u2764\ufe0f URL Shared \u2764\ufe0f",
"anchor": "codeconia.com",
"alt": "",
"nofollow": true,
"image": false,
"image_source": "",
"inlink_rank": 0,
"domain_inlink_rank": 63,
"first_seen": "2025-07-25",
"last_visited": "2025-07-25"
},
{
"url_from": "https://chargers.alianzaestrategica.edu.pe/en/expo-calendar.html",
"url_to": "https://codeconia.com/wp-content/uploads/2022/09/How-to-split-numbers-from-a-string-using-PHP-12-1536x864.jpg",
"title": "Expo Calendar - calendar",
"anchor": "Adding Calendar Feature in React Native Expo SDK",
"alt": "",
"nofollow": false,
"image": true,
"image_source": "https://codeconia.com/wp-content/uploads/2022/09/How-to-split-numbers-from-a-string-using-PHP-12-1536x864.jpg",
"inlink_rank": 0,
"domain_inlink_rank": 34,
"first_seen": "2025-07-23",
"last_visited": "2025-07-23"
},
{
"url_from": "https://chargers.alianzaestrategica.edu.pe/en/how-to-stop-form-from-refreshing-page.html",
"url_to": "https://codeconia.com/wp-content/uploads/2021/09/Javascript-1024x576.jpg",
"title": "How To Stop Form From Refreshing Page - form",
"anchor": "Submit Form Without Refreshing Page PHP and Javascript",
"alt": "",
"nofollow": false,
"image": true,
"image_source": "https://codeconia.com/wp-content/uploads/2021/09/Javascript-1024x576.jpg",
"inlink_rank": 0,
"domain_inlink_rank": 34,
"first_seen": "2025-07-23",
"last_visited": "2025-07-23"
}
]
}
🔍 New Backlinks API – VebAPI
Track recently discovered backlinks to a website along with key quality metrics like domain authority, link type, and anchor information.
📝 Description
The New Backlinks API provides a list of freshly detected backlinks pointing to your domain. It includes details such as link origin, anchor text, dofollow/nofollow status, link type (text/image), and inlink ranks. This is ideal for monitoring link-building efforts and spotting new link opportunities or spam.
🎯 Key Benefits
-
📡 Detect newly acquired backlinks in near real-time
-
🕵️♂️ Analyze quality using inlink and domain authority metrics
-
🔎 Track backlink sources, anchor text, and images
-
⚖️ Know whether new links are dofollow or nofollow
-
🧰 Great for SEO agencies, backlink monitoring, and outreach tools
🌐 Base URL
https://vebapi.com/api/seo/newbacklinks
📥 Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
website |
string | ✅ Yes | The domain name to check for new backlinks (e.g., codeconia.com) |
Headers Required:
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
📤 Output Response
The response returns a JSON object with a list of newly discovered backlinks.
backlinks (Array of Objects)
| Field | Type | Description |
|---|---|---|
url_from |
string | Source URL where the backlink is located |
url_to |
string | Target URL on your domain |
title |
string | Title of the referring page |
anchor |
string | Anchor text used in the backlink |
alt |
string | Alternative text (for image links) |
nofollow |
boolean | Indicates if the link is nofollow |
image |
boolean | Whether the backlink is from an image |
image_source |
string | URL of the image used (if any) |
inlink_rank |
int | Page-level inlink authority score (0–100) |
domain_inlink_rank |
int | Domain-level authority score (0–100) |
first_seen |
string | Date when the backlink was first detected |
last_visited |
string | Date when the backlink was last verified active |