GET /api/v2/anchors/?format=api&page=261&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=262&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=260&page_size=1",
    "results": [
        {
            "id": 659,
            "type": "Anchor",
            "hostname": "cl-scl-as27678",
            "fqdn": "cl-scl-as27678.anchors.atlas.ripe.net",
            "probe": 6160,
            "is_ipv4_only": false,
            "ip_v4": "200.7.6.40",
            "as_v4": 27678,
            "ip_v4_gateway": "200.7.6.1",
            "ip_v4_netmask": "255.255.255.192",
            "ip_v6": "2001:1398:4::40",
            "as_v6": 27678,
            "ip_v6_gateway": "2001:1398:4::1",
            "ip_v6_prefix": 64,
            "city": "Santiago",
            "country": "CL",
            "company": "NIC Chile",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -70.65142572,
                    -33.43781692
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2015-11-16T10:49:13",
            "date_decommissioned": "2019-03-18T12:30:06",
            "hardware_version": 1
        }
    ]
}