GET /api/v2/anchors/?format=api&page=25&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1712,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=26&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=24&page_size=1",
    "results": [
        {
            "id": 4240,
            "type": "Anchor",
            "hostname": "ar-fte-as61510",
            "fqdn": "ar-fte-as61510.anchors.atlas.ripe.net",
            "probe": 7617,
            "is_ipv4_only": false,
            "ip_v4": "200.50.248.44",
            "as_v4": 61510,
            "ip_v4_gateway": "200.50.248.33",
            "ip_v4_netmask": "255.255.255.224",
            "ip_v6": "2800:c80:0:ffef::44",
            "as_v6": 61510,
            "ip_v6_gateway": "2800:c80:0:ffef::defa",
            "ip_v6_prefix": 64,
            "city": "El Calafate",
            "country": "AR",
            "company": "Cooperativa Telefonica de Calafate",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -72.2647981,
                    -50.337969
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-09-29T14:20:00.358931",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}