GET /api/v2/anchors/?format=api&page=226&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=227&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=225&page_size=1",
    "results": [
        {
            "id": 1598,
            "type": "Anchor",
            "hostname": "ch-qnc-as559",
            "fqdn": "ch-qnc-as559.anchors.atlas.ripe.net",
            "probe": 6490,
            "is_ipv4_only": false,
            "ip_v4": "192.42.42.166",
            "as_v4": 559,
            "ip_v4_gateway": "192.42.42.165",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2001:620:410:ffad::2",
            "as_v6": 559,
            "ip_v6_gateway": "2001:620:410:ffad::1",
            "ip_v6_prefix": 64,
            "city": "Neuch\u00e2tel",
            "country": "CH",
            "company": "University of Neuchatel",
            "nic_handle": "UNI2000-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.9493576,
                    46.9999234
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-01-29T08:20:00",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}