GET /api/v2/anchors/?format=api&page=50&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1719,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=51&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=49&page_size=1",
    "results": [
        {
            "id": 1148,
            "type": "Anchor",
            "hostname": "at-vie-as1853",
            "fqdn": "at-vie-as1853.anchors.atlas.ripe.net",
            "probe": 6334,
            "is_ipv4_only": false,
            "ip_v4": "193.170.114.242",
            "as_v4": 1853,
            "ip_v4_gateway": "193.170.114.241",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2001:628:2005:1::2",
            "as_v6": 1853,
            "ip_v6_gateway": "2001:628:2005:1::1",
            "ip_v6_prefix": 64,
            "city": "Vienna",
            "country": "AT",
            "company": "ACONET",
            "nic_handle": "AN1555-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    16.4089842,
                    48.2698987
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": true,
            "replaces_anchor": 6009,
            "date_live": "2018-01-30T09:27:41",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}