GET /api/v2/anchors/?format=api&page=80&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1719,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=81&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=79&page_size=1",
    "results": [
        {
            "id": 321,
            "type": "Anchor",
            "hostname": "au-mel-as38796",
            "fqdn": "au-mel-as38796.anchors.atlas.ripe.net",
            "probe": 6044,
            "is_ipv4_only": false,
            "ip_v4": "120.29.255.85",
            "as_v4": 38796,
            "ip_v4_gateway": "120.29.255.81",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2001:dcd:40:3d::5",
            "as_v6": 38796,
            "ip_v6_gateway": "2001:dcd:40:3d::1",
            "ip_v6_prefix": 64,
            "city": "Melbourne",
            "country": "AU",
            "company": "AusRegistry",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    144.96328,
                    -37.814107
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2014-02-20T15:32:25",
            "date_decommissioned": "2020-02-12T09:49:31",
            "hardware_version": 1
        }
    ]
}