GET /api/v2/anchors/?format=api&page=62&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=63&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=61&page_size=1",
    "results": [
        {
            "id": 1202,
            "type": "Anchor",
            "hostname": "at-vie-as48943",
            "fqdn": "at-vie-as48943.anchors.atlas.ripe.net",
            "probe": 6325,
            "is_ipv4_only": false,
            "ip_v4": "94.136.2.190",
            "as_v4": 48943,
            "ip_v4_gateway": "94.136.2.189",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a02:ab8:2:ffff::1",
            "as_v6": 48943,
            "ip_v6_gateway": "2a02:ab8:2:ffff::ffff",
            "ip_v6_prefix": 64,
            "city": "Vienna",
            "country": "AT",
            "company": "at.kappernet",
            "nic_handle": "KNET2-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    16.3564752,
                    48.2134649
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2017-12-16T17:43:15",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}