Abstract API · JSON Structure

Ip Geolocation Security Info Structure

SecurityInfo schema from Abstract API ip-geolocation

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

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

Properties

is_vpn

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-geolocation-security-info-structure.json",
  "name": "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
    }
  }
}