GET /api/v2/anchors/?format=api&page=222&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=223&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=221&page_size=1",
    "results": [
        {
            "id": 3931,
            "type": "Anchor",
            "hostname": "ch-lcf-as205747",
            "fqdn": "ch-lcf-as205747.anchors.atlas.ripe.net",
            "probe": 7376,
            "is_ipv4_only": false,
            "ip_v4": "185.188.199.43",
            "as_v4": 205747,
            "ip_v4_gateway": "185.188.199.33",
            "ip_v4_netmask": "255.255.255.224",
            "ip_v6": "2a0b:d080:2300:49::43",
            "as_v6": 205747,
            "ip_v6_gateway": "2a0b:d080:2300:49::1",
            "ip_v6_prefix": 64,
            "city": "La Chaux-de-Fonds",
            "country": "CH",
            "company": "VNV SA",
            "nic_handle": "VNV37-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.8019562,
                    47.0821502
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-09-27T12:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}