ASN Object

The ASN (asn ) object is available in the IP API and various datasets.

An Autonomous System Number (ASN) identifies a network or group of IP prefixes operated by a single organization and advertised on the global Internet. It is common for a single organization to operate multiple ASNs. For example, Orange - a large multinational telecommunications provider - operates more than 60 distinct ASNs worldwide.

ASN Info
ASN
AS2906
Label
Netflix Streaming Services
Entity
Netflix - Logo Netflix

ASN Attributes

id

integer
The ASN as an integer.

tag

string
The full ASN with the AS prefix.

label

string
The associated label for the ASN.

entity

object - Entity Object
If known, the organization information associated with the ASN.

ASN Object - JSON Overview

"asn": {
  "id": 2906,
  "tag": "AS2906",
  "label": "Netflix Streaming Services",
  "entity": {
    "id": 133,
    "tag": "netflix",
    "label": "Netflix",
    "description": "Netflix is an ...",
    "home_page": {
      "url": "https://www.netflix.com",
      "text": "Netflix"
    },
    "category": {
      "id": 29,
      "tag": "streaming-media",
      "label": "Streaming Media"
    },
    "favicon": "https://static.netify.ai...",
    "icon": "https://static.netify.ai...",
    "logo": "https://static.netify.ai...",
    "favicon_source": "app",
    "icon_source": "app",
    "logo_source": "app"
  }
}