GET /api/v2/anchors/?format=api&page=24&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=25&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=23&page_size=1",
    "results": [
        {
            "id": 4247,
            "type": "Anchor",
            "hostname": "ar-cor-as27976",
            "fqdn": "ar-cor-as27976.anchors.atlas.ripe.net",
            "probe": 7542,
            "is_ipv4_only": false,
            "ip_v4": "200.63.125.244",
            "as_v4": 27976,
            "ip_v4_gateway": "200.63.125.241",
            "ip_v4_netmask": "255.255.255.240",
            "ip_v6": "2803:700:0:ff0e::244",
            "as_v6": 27976,
            "ip_v6_gateway": "2803:700:0:ff0e::defa",
            "ip_v6_prefix": 64,
            "city": "Morteros",
            "country": "AR",
            "company": "Cooperativa de Servicios Publicos de Morteros Ltda",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -62.0065703,
                    -30.7113387
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-05-30T08:20:00.367273",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}