PoP / Point-of-Presence Object

Object Information

ID and Internal Tag

You can identify a Point-of-Presence (PoP) by ID number (e.g. 95) only. The internal_tag, if available, is the well-known tag that is sometimes used by network providers. For example, af-south-1 is the official zone identifier for Amazon AWS in Cape Town, South Africa.

Label

The label is the name an end user would typically use to identify the Point-of-Presence. Where possible, the label is the standard used by the network provider. For example, Africa (Cape Town) is Amazon AWS' official name for af-south-1 PoP.

Geolocation

The geolocation object provides geographic information on the point of presence. Please note: the latitude and longitude data comes from the Geoname ID for the city location, not the physical location of the data center or network exchange.

Network

The network JSON data provides basic information about the organization that owns the network. Please see the network object documentation for details.

Note: the network object is not shown when the object is part of a network specific endpoint. For example, when the network stats for the 20+ PoPs for Amazon AWS are requested, the 20+ PoPs will not provide Amazon AWS information -- that's a wee bit redundant.

CIDR List

The CIDR list provides the IPv4 and IPv6 networks in this PoP.

PoP Object JSON Overview

"pop": {
    "id": 95,
    "label": "Africa (Cape Town)",
    "internal_tag": "af-south-1",
    { Location Object },
    { Network Object },
    [ CIDR List ]
}

PoP Object JSON Example

"pop": {
    "id": 95,
    "label": "Africa (Cape Town)",
    "internal_tag": "af-south-1",
    "geolocation": {
        "city": {
            "geoname_id": 3369157,
            "label": "Cape Town"
        },
        "country": {
            "code": "ZA",
            "label": "South Africa"
        },
        "continent": {
            "code": "AF",
            "label": "Africa"
        },
        "coordinates": {
            "scale": "city",
            "latitude": "-33.92584",
            "longitude": "18.42322"
        }
    },
    "network": {
        "id": 10091,
        "tag": "amazon-aws",
        "label": "Amazon AWS",
        "category": {
            "id": 36,
            "label": "Hosting"
        },
        "favicon": "https://static.netify.ai/...",
        "icon": "https://static.netify.ai/...",
        "logo": "https://static.netify.ai/...",
    },
    "cidr_list": [
        {
            "network": "13.244.0.0/15",
            "version": "ipv4"
        },
        {
            "network": "13.246.0.0/16",
            "version": "ipv4"
        },
        ...
    ]
}


PoP Object - Visualized

Africa (Cape Town) - Logo
Amazon AWS
Africa (Cape Town)
Cape Town, South Africa
af-south-1
Network Blocks
  • 13.244.0.0/15
  • 13.246.0.0/16
  • 13.247.0.0/16
  • 15.177.91.0/24
  • 15.193.10.0/24
  • 35.71.103.0/24
  • 52.95.229.0/24
  • 2406:da00:1000::/40
  • 2406:da60:1000::/40
  • 2406:da70:1000::/40

Other Data Objects

Integration and Custom Solutions

Do you have any questions about integration, APIs or custom development?

Contact Us