GET /api/v2/anchors/?format=api&page=77&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=78&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=76&page_size=1",
    "results": [
        {
            "id": 1899,
            "type": "Anchor",
            "hostname": "au-mel-as136557-client",
            "fqdn": "au-mel-as136557-client.anchors.atlas.ripe.net",
            "probe": 6622,
            "is_ipv4_only": false,
            "ip_v4": "103.108.228.29",
            "as_v4": 136557,
            "ip_v4_gateway": "103.108.228.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2402:7340:1:c::87ac",
            "as_v6": 136557,
            "ip_v6_gateway": "2402:7340:1::1",
            "ip_v6_prefix": 64,
            "city": "Melbourne, Australia",
            "country": "AU",
            "company": "Alpha Layer Pty Ltd",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    144.915351,
                    -37.82301
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-10-09T14:20:04",
            "date_decommissioned": "2022-04-20T07:51:23.450703",
            "hardware_version": 99
        }
    ]
}