Each request to refdomains_new_lost costs 1 row.
Each result costs 1 row.
Using 'offset' costs 5 rows.
Using 'where' costs 5 rows.
Using 'having' costs 5 rows.
| Column | Type | Where | Having | Description |
|---|---|---|---|---|
| date | date | + | + | Date when the Ahrefs crawler was able to visit new or lost backlinks from the referring domain. |
| type | string | + | + | Indicates whether the backlinks from the referring domain are new or lost. |
| refdomain | string | + | + | Referring domain that contains at least one link to the target. |
| domain_rating | int | − | + | Domain Rating of the referring domain. |
<?xml version="1.0" encoding="UTF-8"?>
<AhrefsApiResponse>
<refdomains>
<refdomain>
<date>
2013-11-24
</date>
<type>
lost
</type>
<refdomain>
alloexpat.com
</refdomain>
<domain_rating>
63.876000
</domain_rating>
</refdomain>
<refdomain>
<date>
2013-11-24
</date>
<type>
lost
</type>
<refdomain>
dnslookup.fr
</refdomain>
<domain_rating>
54.011200
</domain_rating>
</refdomain>
<refdomain>
<date>
2013-11-24
</date>
<type>
lost
</type>
<refdomain>
acousticintegration.com
</refdomain>
<domain_rating>
49.512200
</domain_rating>
</refdomain>
</refdomains>
</AhrefsApiResponse>