GET /api/v2/anchors/?format=api&page=23&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1711,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=24&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=22&page_size=1",
    "results": [
        {
            "id": 3777,
            "type": "Anchor",
            "hostname": "ar-bue-as7195",
            "fqdn": "ar-bue-as7195.anchors.atlas.ripe.net",
            "probe": 7336,
            "is_ipv4_only": false,
            "ip_v4": "200.25.62.83",
            "as_v4": 7195,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2800:1e0:1030:2::13",
            "as_v6": 7195,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Buenos Aires",
            "country": "AR",
            "company": "EDGEUNO INC",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -58.3815591,
                    -34.6036844
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-04-08T22:20:00.265001",
            "date_decommissioned": "2025-06-10T08:22:19.257160",
            "hardware_version": 99
        }
    ]
}