GET /api/v2/anchors/?format=api&page=254&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1721,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=255&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=253&page_size=1",
    "results": [
        {
            "id": 1752,
            "type": "Anchor",
            "hostname": "ch-zrh-as58057",
            "fqdn": "ch-zrh-as58057.anchors.atlas.ripe.net",
            "probe": 6543,
            "is_ipv4_only": false,
            "ip_v4": "193.33.94.201",
            "as_v4": 58057,
            "ip_v4_gateway": "94.177.122.254",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a09:4c0:100:c121::5ec9",
            "as_v6": 58057,
            "ip_v6_gateway": "2a0c:3b80:4348:5eb1::7afe",
            "ip_v6_prefix": 64,
            "city": "Zurich",
            "country": "CH",
            "company": "Securebit AG",
            "nic_handle": "SBAC-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.2110348,
                    47.4464961
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-05-02T10:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}