Abstract API · Schema

SecurityInfo

SecurityInfo schema from Abstract API ip-geolocation

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

ip-geolocation-security-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/ip-geolocation-security-info-schema.json",
  "title": "SecurityInfo",
  "description": "SecurityInfo schema from Abstract API ip-geolocation",
  "type": "object",
  "properties": {
    "is_vpn": {
      "type": "boolean",
      "description": "Whether the IP is a known VPN",
      "example": false
    }
  }
}