GET /api/v2/anchors/?format=api&page=164&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=165&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=163&page_size=1",
    "results": [
        {
            "id": 4609,
            "type": "Anchor",
            "hostname": "br-sao-as401612",
            "fqdn": "br-sao-as401612.anchors.atlas.ripe.net",
            "probe": 7708,
            "is_ipv4_only": false,
            "ip_v4": "23.179.216.22",
            "as_v4": 401612,
            "ip_v4_gateway": "23.179.216.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2602:fb87:1:7::2",
            "as_v6": 401612,
            "ip_v6_gateway": "2602:fb87:1:7::1",
            "ip_v6_prefix": 64,
            "city": "Sao Paulo",
            "country": "BR",
            "company": "hueNET",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -46.640405,
                    -23.5795279
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2026-02-18T10:20:00.446614",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}