GET /api/v2/anchors/?format=api&page=70&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1721,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=71&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=69&page_size=1",
    "results": [
        {
            "id": 998,
            "type": "Anchor",
            "hostname": "au-bne-as4608-2",
            "fqdn": "au-bne-as4608-2.anchors.atlas.ripe.net",
            "probe": 6270,
            "is_ipv4_only": false,
            "ip_v4": "203.119.111.140",
            "as_v4": 4608,
            "ip_v4_gateway": "203.119.111.129",
            "ip_v4_netmask": "255.255.255.224",
            "ip_v6": "2001:dd8:8:705::140",
            "as_v6": 4608,
            "ip_v6_gateway": "2001:dd8:8:705::129",
            "ip_v6_prefix": 64,
            "city": "Brisbane",
            "country": "AU",
            "company": "APNIC",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    153.0957651,
                    -27.5777854
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2017-03-30T13:06:47",
            "date_decommissioned": "2020-10-26T15:08:45.121774",
            "hardware_version": 1
        }
    ]
}