Abstract API · JSON Structure

Ip Intelligence Company Basic Structure

Company information for the IP owner

Type: object Properties: 3
AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

CompanyBasic is a JSON Structure definition published by Abstract API, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name domain type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-structure/ip-intelligence-company-basic-structure.json",
  "name": "CompanyBasic",
  "description": "Company information for the IP owner",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Company name",
      "example": "Google LLC"
    },
    "domain": {
      "type": "string",
      "description": "Company domain",
      "example": "google.com"
    },
    "type": {
      "type": "string",
      "description": "Company type",
      "example": "hosting"
    }
  }
}