Abstract API · Example Payload

Email Reputation Domain Info Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Email Reputation Domain Info Example is an example object payload from Abstract API, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

domaindomain_ageis_live_siteregistrarregistrar_urldate_registereddate_last_reneweddate_expiresis_risky_tld

Example Payload

Raw ↑
{
  "domain": "example.com",
  "domain_age": 9000,
  "is_live_site": true,
  "registrar": "GoDaddy",
  "registrar_url": "https://www.godaddy.com",
  "date_registered": "2015-03-10",
  "date_last_renewed": "2025-03-10",
  "date_expires": "2026-03-10",
  "is_risky_tld": false
}