Abstract API · Schema

DomainInfo

Domain-level information

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

Properties

Name Type Description
domain string Domain extracted from email
domain_age integer Age of the domain in days
is_live_site boolean Whether the domain hosts a live website
registrar string Domain registrar name
registrar_url string URL of the registrar
date_registered string Date the domain was registered
date_last_renewed string Date the domain was last renewed
date_expires string Date the domain expires
is_risky_tld boolean Whether the TLD is associated with risky domains
View JSON Schema on GitHub

JSON Schema

email-reputation-domain-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-schema/email-reputation-domain-info-schema.json",
  "title": "DomainInfo",
  "description": "Domain-level information",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain extracted from email",
      "example": "example.com"
    },
    "domain_age": {
      "type": "integer",
      "description": "Age of the domain in days",
      "example": 9000
    },
    "is_live_site": {
      "type": "boolean",
      "description": "Whether the domain hosts a live website",
      "example": true
    },
    "registrar": {
      "type": "string",
      "description": "Domain registrar name",
      "example": "GoDaddy"
    },
    "registrar_url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the registrar",
      "example": "https://www.godaddy.com"
    },
    "date_registered": {
      "type": "string",
      "format": "date",
      "description": "Date the domain was registered",
      "example": "2015-03-10"
    },
    "date_last_renewed": {
      "type": "string",
      "format": "date",
      "description": "Date the domain was last renewed",
      "example": "2025-03-10"
    },
    "date_expires": {
      "type": "string",
      "format": "date",
      "description": "Date the domain expires",
      "example": "2026-03-10"
    },
    "is_risky_tld": {
      "type": "boolean",
      "description": "Whether the TLD is associated with risky domains",
      "example": false
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/email-reputation-domain-info"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.