GET /api/v2/anchors/?format=api&page=331&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1723,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=332&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=330&page_size=1",
    "results": [
        {
            "id": 752,
            "type": "Anchor",
            "hostname": "de-drs-as42699",
            "fqdn": "de-drs-as42699.anchors.atlas.ripe.net",
            "probe": 6180,
            "is_ipv4_only": false,
            "ip_v4": "77.220.233.1",
            "as_v4": 42699,
            "ip_v4_gateway": "77.220.233.6",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a02:2878:0:a::1077:1",
            "as_v6": 42699,
            "ip_v6_gateway": "fe80::1",
            "ip_v6_prefix": 64,
            "city": "Dresden",
            "country": "DE",
            "company": "managedhosting.de GmbH",
            "nic_handle": "MH12613-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.73229,
                    51.03883
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2016-02-16T09:14:42",
            "date_decommissioned": "2020-07-14T11:21:36.700756",
            "hardware_version": 1
        }
    ]
}