GET /api/v2/anchors/?format=api&page=66&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1720,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=67&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=65&page_size=1",
    "results": [
        {
            "id": 2020,
            "type": "Anchor",
            "hostname": "at-wsl-as21013-client",
            "fqdn": "at-wsl-as21013-client.anchors.atlas.ripe.net",
            "probe": 6686,
            "is_ipv4_only": false,
            "ip_v4": "195.190.26.29",
            "as_v4": 21013,
            "ip_v4_gateway": "195.190.26.1",
            "ip_v4_netmask": "255.255.255.224",
            "ip_v6": "2a06:fb80:0:ffff::29",
            "as_v6": 21013,
            "ip_v6_gateway": "2a06:fb80:0:ffff::1",
            "ip_v6_prefix": 64,
            "city": "Wels",
            "country": "AT",
            "company": "quattroSEC GmbH",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    14.03664,
                    48.16542
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-12-12T04:20:01",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}