LogoTrust2Api

Protect Your Digital Presence with Trust2Api

Comprehensive data intelligence for geodata, spam detection, domain insights, and email verification.

Our Features

Geodata Intelligence

Geodata Intelligence

Accurate location data for informed decision-making.

Spam Guard

Spam Guard

Advanced algorithms to identify and filter out spam.

Domain WHOIS

Domain WHOIS

Comprehensive domain registration and ownership data.

Disposable Email Detection

Disposable Email Detection

Identify and flag temporary or disposable email addresses.

Sample Requests

Whois Domain Check

cURL command for a domain check

curl --request POST
    --url https://whois-info-api.p.rapidapi.com/check
    --header 'Content-Type: application/json'
    --header 'x-rapidapi-host: whois-info-api.p.rapidapi.com'
    --header 'x-rapidapi-key: [YOUR_API_KEY]'
    --data '{
        "domain":"amazon.com"
      }'
     

SpamGuard

cURL command for spam check

curl --request POST
    --url https://spamguard-api1.p.rapidapi.com/detect
    --header 'Content-Type: application/json'
    --header 'x-rapidapi-host: spamguard-api1.p.rapidapi.com'
    --header 'x-rapidapi-key: [YOUR_API_KEY]'
    --data '{
        "content":"Get our special promotion",
        "url":"https://getpromo.xyz?getit=free",
        "author":"James Bond"
      }'

Geo Location Info

cURL command for a country search

curl --request POST
    --url https://geo-location-info-api.p.rapidapi.com/search/countries
    --header 'Content-Type: application/json'
    --header 'x-rapidapi-host: geo-location-info-api.p.rapidapi.com'
    --header 'x-rapidapi-key: [YOUR_API_KEY]'
    --data '{
        "name":"united"
      }'

Disposable/Fake Mail

cURL command for a check disposable domain

curl --request POST
    --url https://disposable-fake-mail-shield.p.rapidapi.com/validate
    --header 'Content-Type: application/json'
    --header 'x-rapidapi-host: disposable-fake-mail-shield.p.rapidapi.com'
    --header 'x-rapidapi-key: [YOUR_API_KEY]'
    --data '{
        "domains":[ "yopmail.com", "gmail.com" ]
      }'

Ready to Secure Your Digital Presence?

Start protecting your business with our comprehensive data intelligence solutions today.

By signing up, you agree to our Terms of Service and Privacy Policy.