GET /api/v2/anchors/?format=api&page=247&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=248&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=246&page_size=1",
    "results": [
        {
            "id": 3,
            "type": "Anchor",
            "hostname": "ch-zrh-as34288",
            "fqdn": "ch-zrh-as34288.anchors.atlas.ripe.net",
            "probe": 6005,
            "is_ipv4_only": false,
            "ip_v4": "46.234.32.16",
            "as_v4": 34288,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:4b20:c000::2:1",
            "as_v6": 34288,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Zurich",
            "country": "CH",
            "company": "Kantonsschule Zug",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.5391825,
                    47.3686498
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2013-02-10T09:54:53",
            "date_decommissioned": "2017-03-17T15:19:01",
            "hardware_version": 0
        }
    ]
}