🚀 Experience the new and improved APIVoid! Check out what's new

Site Trustworthiness API: Website trust score made easy

A JSON API to check the trust score of any website, built primarily to detect misconfigured and potentially insecure web shops. Use this API to get the trust score of online shops and obtain an overview of their security and safety.

Consumes 10 credits per API call

# Example Curl request from the command line:
                          
curl -X POST "https://api.apivoid.com/v2/site-trust" \
     -H "Content-Type: application/json" \
     -H "X-API-Key: YOUR_API_KEY_HERE" \
     -d '{"host":"amazon.com"}'

# Example JSON output for a 200 HTTP status code:

{
    "host": "amazon.com",
    "dns_records": {
        "ns": [
            {
                "target": "ns1.amzndns.net",
                "ip": "156.154.65.10",
                "country_code": "US",
                "country_name": "United States of America",
                "isp": "Vercara LLC"
            },
            {
                "target": "ns1.amzndns.org",
                "ip": "156.154.66.10",
                "country_code": "US",
                "country_name": "United States of America",
                "isp": "Vercara LLC"
            },
            {
                "target": "ns2.amzndns.co.uk",
                "ip": "204.74.120.1",
                "country_code": "US",
                "country_name": "United States of America",
                "isp": "Vercara LLC"
            },
            {
                "target": "ns2.amzndns.com",
                "ip": "156.154.68.10",
                "country_code": "US",
                "country_name": "United States of America",
                "isp": "Vercara LLC"
            },
            {
                "target": "ns2.amzndns.net",
                "ip": "156.154.69.10",
                "country_code": "US",
                "country_name": "United States of America",
                "isp": "Vercara LLC"
            },
            {
                "target": "ns2.amzndns.org",
                "ip": "156.154.150.1",
                "country_code": "US",
                "country_name": "United States of America",
                "isp": "Vercara LLC"
            },
            {
                "target": "ns1.amzndns.co.uk",
                "ip": "156.154.67.10",
                "country_code": "US",
                "country_name": "United States of America",
                "isp": "Vercara LLC"
            }
        ],
        "mx": [
            {
                "target": "amazon-smtp.amazon.com",
                "ip": "35.172.144.184",
                "country_code": "US",
                "country_name": "United States of America",
                "isp": "Amazon Technologies Inc."
            }
        ],
        "cname": ""
    },
    "domain_blacklist": {
        "engines": [
            {
                "name": "AntiSocial Blacklist",
                "reference": "https://theantisocialengineer.com/",
                "detected": false
            },
            {
                "name": "Artists Against 419",
                "reference": "http://wiki.aa419.org/index.php/Main_Page",
                "detected": false
            },
            {
                "name": "Badbitcoin",
                "reference": "https://badbitcoin.org/",
                "detected": false
            },
            {
                "name": "Bambenek Consulting",
                "reference": "https://www.bambenekconsulting.com/",
                "detected": false
            },
            {
                "name": "CERT Polska",
                "reference": "https://www.cert.pl/",
                "detected": false
            },
            {
                "name": "CoinBlockerLists",
                "reference": "https://gitlab.com/ZeroDot1/CoinBlockerLists/",
                "detected": false
            },
            {
                "name": "CRDF",
                "reference": "https://threatcenter.crdf.fr/check.html",
                "detected": false
            },
            {
                "name": "CryptoScamDB",
                "reference": "https://cryptoscamdb.org/",
                "detected": false
            },
            {
                "name": "EtherAddressLookup",
                "reference": "https://github.com/409H/EtherAddressLookup/",
                "detected": false
            },
            {
                "name": "EtherScamDB",
                "reference": "https://etherscamdb.info/",
                "detected": false
            },
            {
                "name": "Fake Website Buster",
                "reference": "https://fakewebsitebuster.com/",
                "detected": false
            },
            {
                "name": "MetaMask EthPhishing",
                "reference": "https://github.com/MetaMask/eth-phishing-detect/",
                "detected": false
            },
            {
                "name": "NABP Not Recommended Sites",
                "reference": "https://safe.pharmacy/buy-safely/",
                "detected": false
            },
            {
                "name": "OpenPhish",
                "reference": "https://openphish.com/",
                "detected": false
            },
            {
                "name": "PetScams",
                "reference": "https://petscams.com/",
                "detected": false
            },
            {
                "name": "PhishFeed",
                "reference": "https://phishfeed.com/",
                "detected": false
            },
            {
                "name": "Phishing.Database",
                "reference": "https://github.com/Phishing-Database/Phishing.Database",
                "detected": false
            },
            {
                "name": "PhishStats",
                "reference": "https://phishstats.info/",
                "detected": false
            },
            {
                "name": "PhishTank",
                "reference": "https://www.phishtank.com/",
                "detected": false
            },
            {
                "name": "Phishunt",
                "reference": "https://phishunt.io/",
                "detected": false
            },
            {
                "name": "RPiList Not Serious",
                "reference": "https://github.com/RPiList/specials",
                "detected": false
            },
            {
                "name": "Scam.Directory",
                "reference": "https://scam.directory/",
                "detected": false
            },
            {
                "name": "SecureReload Phishing List",
                "reference": "https://securereload.tech/",
                "detected": false
            },
            {
                "name": "Spam404",
                "reference": "https://www.spam404.com/",
                "detected": false
            },
            {
                "name": "StopGunScams",
                "reference": "https://stopgunscams.com/",
                "detected": false
            },
            {
                "name": "Suspicious Hosting IP",
                "reference": "https://www.novirusthanks.org/",
                "detected": false
            },
            {
                "name": "ThreatLog",
                "reference": "https://www.threatlog.com/",
                "detected": false
            },
            {
                "name": "TweetFeed",
                "reference": "https://github.com/0xDanielLopez/TweetFeed",
                "detected": false
            },
            {
                "name": "URLhaus",
                "reference": "https://urlhaus.abuse.ch/",
                "detected": false
            },
            {
                "name": "ViriBack C2 Tracker",
                "reference": "http://tracker.viriback.com/",
                "detected": false
            }
        ],
        "detections": 0,
        "engines_count": 30
    },
    "ecommerce_platform": {
        "is_shopify": false,
        "is_woocommerce": false,
        "is_opencart": false,
        "is_prestashop": false,
        "is_magento": false,
        "is_zencart": false,
        "is_other": false
    },
    "geo_location": {
        "countries": [
            "US"
        ]
    },
    "html_info": {
        "title": "Amazon.com. Spend less. Smile more.",
        "description": "Free shipping on millions of items. Get the best of Shopping and Entertainment with Prime. Enjoy low prices and great deals on the largest selection of everyday essentials and other products, including fashion, home, beauty, electronics, Alexa Devices, sporting goods, toys, automotive, pets, baby, books, video games, musical instruments, office supplies, and more.",
        "keywords": "Amazon, Amazon.com, Books, Online Shopping, Book Store, Magazine, Subscription, Music, CDs, DVDs, Videos, Electronics, Video Games, Computers, Cell Phones, Toys, Games, Apparel, Accessories, Shoes, Jewelry, Watches, Office Products, Sports & Outdoors, Sporting Goods, Baby Products, Health, Personal Care, Beauty, Home, Garden, Bed & Bath, Furniture, Tools, Hardware, Vacuums, Outdoor Living, Automotive Parts, Pet Supplies, Broadband, DSL",
        "robots": "",
        "canonical": "https://www.amazon.com/",
        "og_image": "https://m.media-amazon.com/images/I/31epF-8N9LL.png",
        "article_publisher": "",
        "og_site_name": "",
        "twitter_site": "",
        "generator": "",
        "ld_organization": "",
        "lang": "en-us"
    },
    "redirection": {
        "found": false,
        "external": false,
        "url": ""
    },
    "response_headers": {
        "code": 200,
        "status": "HTTP/2 200",
        "content-type": "text/html;charset=UTF-8",
        "server": "Server",
        "date": "Thu, 16 Jan 2025 19:03:30 GMT",
        "x-amz-rid": "ZY9VT8PEHA54QK8ZKFQ1",
        "set-cookie": "session-id=147-2632939-4059513; Domain=.amazon.com; Expires=Fri, 16-Jan-2026 19:03:30 GMT; Path=/; Secure session-id-time=2082787201l; Domain=.amazon.com; Expires=Fri, 16-Jan-2026 19:03:30 GMT; Path=/; Secure i18n-prefs=USD; Domain=.amazon.com; Expires=Fri, 16-Jan-2026 19:03:30 GMT; Path=/ skin=noskin; path=/; domain=.amazon.com",
        "content-encoding": "gzip",
        "cache-control": "no-cache",
        "accept-ch": "ect,rtt,downlink,device-memory,sec-ch-device-memory,viewport-width,sec-ch-viewport-width,dpr,sec-ch-dpr,sec-ch-ua-platform,sec-ch-ua-platform-version",
        "content-security-policy-report-only": "default-src 'self' blob: https: data: mediastream: 'unsafe-eval' 'unsafe-inline';report-uri https://metrics.media-amazon.com/",
        "content-language": "en-US",
        "x-xss-protection": "1;",
        "pragma": "no-cache",
        "content-security-policy": "upgrade-insecure-requests;report-uri https://metrics.media-amazon.com/",
        "accept-ch-lifetime": "86400",
        "x-content-type-options": "nosniff",
        "x-ua-compatible": "IE=edge",
        "expires": "-1",
        "strict-transport-security": "max-age=47474747; includeSubDomains; preload",
        "vary": "Content-Type,Accept-Encoding,User-Agent",
        "x-frame-options": "SAMEORIGIN",
        "x-cache": "Miss from cloudfront",
        "via": "1.1 fba964c0fe0a574ad166a8c459c9410a.cloudfront.net (CloudFront)",
        "x-amz-cf-pop": "ATL59-P3",
        "alt-svc": "h3=\":443\"; ma=86400",
        "x-amz-cf-id": "JP7GgQLx2NSLRcqiYE7Te-dl8kZ5i2-LuPT0aOyof2awd2-8hys7PQ=="
    },
    "security_checks": {
        "is_suspended_site": false,
        "is_most_abused_tld": false,
        "is_robots_noindex": false,
        "is_website_accessible": true,
        "is_empty_page_content": false,
        "is_redirect_to_search_engine": false,
        "is_suspicious_redirect": false,
        "is_http_status_error": false,
        "is_http_server_error": false,
        "is_http_client_error": false,
        "is_empty_page_title": false,
        "is_ipv6_enabled": false,
        "is_domain_blacklisted": false,
        "is_suspicious_domain": false,
        "is_sinkholed_domain": false,
        "is_directory_listing": false,
        "is_domain_ipv4_assigned": true,
        "is_domain_ipv4_private": false,
        "is_domain_ipv4_loopback": false,
        "is_domain_ipv4_reserved": false,
        "is_domain_ipv4_valid": true,
        "is_uncommon_host_length": false,
        "is_uncommon_dash_char_count": false,
        "is_uncommon_dot_char_count": false,
        "is_email_configured": true,
        "is_email_spoofable": true,
        "is_dmarc_configured": true,
        "is_dmarc_enforced": true,
        "is_caa_configured": false,
        "is_external_redirect": false,
        "is_custom_404_configured": true,
        "is_valid_https": true,
        "is_ssl_blacklisted": false,
        "is_hsts_header": true,
        "is_referrer_policy_header": false,
        "is_content_type_options_header": true,
        "is_csp_header": true,
        "is_defaced_heuristic": false,
        "is_website_popular": true,
        "is_domain_recent": "no",
        "is_domain_very_recent": "no",
        "domain_creation_date": "1994-11-01",
        "domain_age_in_days": 11034,
        "domain_age_in_months": 355,
        "domain_age_in_years": 30,
        "is_ecommerce_platform": false,
        "is_high_discounts": false,
        "is_fake_socials": false,
        "is_heuristic_pattern": false,
        "is_free_email": false,
        "is_risky_geo_location": false,
        "is_china_country": false,
        "is_nigeria_country": false
    },
    "server_details": {
        "ip": "205.251.242.103",
        "hostname": "s3-console-us-standard.console.aws.amazon.com",
        "continent_code": "NA",
        "continent_name": "North America",
        "country_code": "US",
        "country_name": "United States of America",
        "region_name": "Virginia",
        "city_name": "Ashburn",
        "latitude": 39.039474,
        "longitude": -77.491809,
        "isp": "Amazon.com Inc.",
        "asn": "AS16509"
    },
    "trust_score": {
        "result": 100
    },
    "url_parts": {
        "scheme": "https",
        "host": "www.amazon.com",
        "host_nowww": "amazon.com",
        "port": 0,
        "path": "/",
        "query": ""
    },
    "elapsed_ms": 2922
}
Domain: amazon(.)com

Checking reputation...

Domain: roupasales(.)shop

Checking reputation...

Domain: rhinousaoutlet(.)shop

Checking reputation...

Domain: moncler(.)com

Checking reputation...

Domain: kaminholz-sternal(.)shop

Checking reputation...

Domain: sportshopsale(.)click

Checking reputation...

Domain: ray-ban(.)com

Checking reputation...

Key Features

Gain a complete overview of a web shop safety and configuration

Businesses and startups use this Site Trustworthiness API to evaluate a web shop trust score, check for misconfigurations, spot unsecure and potentially suspicious or fake shops.

50+ Security Checks

The API performs 50+ security checks including blocklist status, HTTPS connection test, reputation, etc.

Detect Fake Shops

We created this API specifically for web shop to facilitate the detection of fake and scam online shops.

Complete Safety Insights

Obtain very detailed and complete insights about a web shop and get a trust score generated by our API.

Realtime Scanning

When you submit a website on this API it is always analyzed in real-time, the generated data is not cached.

Common Use Cases

Take a look at some real-world use cases of this API service

Our API can be used in many ways, from cybersecurity tasks to marketing and SEO-specific tasks. Here we showcase the most popular use cases according to our customers usage:

Verify Web Shops

Easily obtain and verify the online safety of web shopping websites with our smart security checks.

Risk Assessment

Before adding a new third-party supplier you can check the website to get additional security insights.

Check Websites List

Check a list of websites with this API to find out the ones with a low trust score for research purposes.

Improve Your Trust

Scan your website to check its score and resolve misconfigurations, improving your trust and SEO.

Use cases

USAGE EXAMPLE

Learn how seamless it is to add and use Site Trustworthiness API anywhere you want

All it takes is a HTTPS POST request with JSON payload to our endpoint, and you’ll receive the response within seconds, usually within 3-15 seconds. Here are a few code examples to use the API:

$host = 'amazon.com';

$apiUrl = 'https://api.apivoid.com/v2/site-trust';
$apiKey = 'your_api_key_here';

$ch = curl_init($apiUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ['Content-Type: application/json', 'X-API-Key: ' . $apiKey]);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode(['host' => $host]));
$response = curl_exec($ch);
$httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
curl_close($ch);

if ($httpCode === 200) {
    $responseData = json_decode($response, true);

    print_r($responseData);
}

Start using our API services, it takes just a few minutes

Create your account, pick a subscription plan, and make your first API call instantly with your API key—simple as that!

Get started now