Abstract API · JSON Structure

Ip Intelligence Asn Info Structure

Autonomous System Number information

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

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

Properties

asn 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-asn-info-structure.json",
  "name": "ASNInfo",
  "description": "Autonomous System Number information",
  "type": "object",
  "properties": {
    "asn": {
      "type": "string",
      "description": "ASN identifier",
      "example": "AS15169"
    },
    "name": {
      "type": "string",
      "description": "ASN organization name",
      "example": "Google LLC"
    },
    "domain": {
      "type": "string",
      "description": "Primary domain for the ASN",
      "example": "google.com"
    },
    "type": {
      "type": "string",
      "description": "Type of ASN (hosting, isp, business, etc.)",
      "example": "hosting"
    }
  }
}