GET /api/v2/anchors/?format=api&page=220&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=221&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=219&page_size=1",
    "results": [
        {
            "id": 1667,
            "type": "Anchor",
            "hostname": "ch-lau-as198385",
            "fqdn": "ch-lau-as198385.anchors.atlas.ripe.net",
            "probe": 6520,
            "is_ipv4_only": false,
            "ip_v4": "5.1.99.172",
            "as_v4": 198385,
            "ip_v4_gateway": "5.1.99.169",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a03:2041:3:10::10",
            "as_v6": 198385,
            "ip_v6_gateway": "2a03:2041:3:10::1",
            "ip_v6_prefix": 64,
            "city": "Lausanne",
            "country": "CH",
            "company": "AlpineDC SA",
            "nic_handle": "AS42326-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.6403302,
                    46.5172206
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-03-20T16:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}