GET /api/v2/anchors/?format=api&page=84&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=85&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=83&page_size=1",
    "results": [
        {
            "id": 3401,
            "type": "Anchor",
            "hostname": "au-mel-as54681",
            "fqdn": "au-mel-as54681.anchors.atlas.ripe.net",
            "probe": 7203,
            "is_ipv4_only": false,
            "ip_v4": "23.133.248.170",
            "as_v4": 54681,
            "ip_v4_gateway": "23.133.248.161",
            "ip_v4_netmask": "255.255.255.224",
            "ip_v6": "2602:fba2:5:9::170",
            "as_v6": 54681,
            "ip_v6_gateway": "2602:fba2:5:9::1",
            "ip_v6_prefix": 64,
            "city": "Melbourne, Australia",
            "country": "AU",
            "company": "Rose Telecom",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    144.8929499,
                    -37.8016693
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2023-04-06T14:20:59",
            "date_decommissioned": "2023-04-12T12:59:55",
            "hardware_version": 99
        }
    ]
}