Abstract API · Schema

SecurityInfo

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

Properties

Name Type Description
is_vpn boolean Whether the IP is a known VPN
View JSON Schema on GitHub

JSON Schema

abstract-api-securityinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SecurityInfo",
  "title": "SecurityInfo",
  "type": "object",
  "properties": {
    "is_vpn": {
      "type": "boolean",
      "description": "Whether the IP is a known VPN",
      "example": false
    }
  }
}