DomDetailer has been designed from the ground up to be utilised by any software or service to provide quality statistics for any domain.
The DomDetailer API will return the stats below for any domain:
There are 2 main request types that can be used with DomDetailer API:
We are currently running limited access trials of a new service for tracking backlinks pointing to any domain. This is very much in the testing phases and not all users will have access to this. If you wish to test this API out you can contact support for more information
To check the balance for an account you will need to send a request to the following URL:
https://domdetailer.com/api/checkBalance.php
The variables below need to be sent via a GET or POST request
When a successful balance check is performed the API will return the following values:
Example Request
https://domdetailer.com/api/checkBalance.php?apikey=asdfasdf&app=DomDetailer
Example Output:
["UnitsLeft","92921"]
Checking Balance does not use up any credits
To get the Moz and Majestic stats for a domain you will need to send a request to the following URL:
https://domdetailer.com/api/checkDomain.php
The variables below need to be sent via a GET or POST request
When a domain check is performed the API will return the following values:
Example Request
https://domdetailer.com/api/checkDomain.php?domain=domainhuntergatherer.com&app=DomDetailer&apikey=example&majesticChoice=root
Output Example:
{"domain":"domainhuntergatherer.com","mozLinks":"163","mozPA":"38.7","mozDA":"26.7","mozRank":"4.37","mozTrust":"4.47","majesticStatReturned":"root","FB_comments":"0","FB_shares":"1029","stumbles":0,"pinterest_pins":"0","majesticLinks":"93365","majesticRefDomains":"248","majesticRefEDU":"22","majesticRefGov":"0","majesticRefSubnets":"209","majesticIPs":"227","majesticCF":"30","majesticTTF0Name":"Society\/People","majesticTTF0Value":"17","majesticTTF1Name":"Regional\/Europe","majesticTTF1Value":"16","majesticTTF2Name":"Reference\/Education","majesticTTF2Value":"13","majesticTF":"18","google_plus_one":"","linkedin":""}
This endpoint is currently in early testing phase and as such will not be online 24/7. This is being run on a test server that may not be available for long durations at a time. Please be patient and report bugs if you find them
Get a list of backlinks and their anchor texts for any domain, past and present:
https://domdetailer.com/api/domainLinks.php
The variables below need to be sent via a GET or POST request
When a successful Domain Links request is performed the API will return json list of the following variables for each domain:
Example Request
https://domdetailer.com/api/domainLinks.php?apikey=asdfasdf&app=DomDetailer&domain=cheese.com
Example Output:
{ "links_in": 239132, "links_out": 20996, "page_count": 3560, "server_type": "", "backlinks": [ { "anchor": "Cheese.com", "nf": 0, "source": "https:\/\/article.wn.com\/view\/2025\/05\/12\/Pour_toujours_la_nouvelle_serie_addictive_de_Netflix_auratel\/", "target": "https:\/\/cheese.com\/" }, { "anchor": "Cheese.com", "nf": 0, "source": "https:\/\/wn.com\/Frequencies?upload_time=all_time&orderby=relevance", "target": "https:\/\/cheese.com\/" }, { "anchor": "Cheese.com", "nf": 0, "source": "https:\/\/wn.com\/Radio_f?upload_time=all_time&orderby=viewCount", "target": "https:\/\/cheese.com\/" } ] }
Currently this APi uses credits unique to this endpoint. Final credit cost will be determined when this goes live.