GET /api/v2/anchors/?format=api&page=94&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1717,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=95&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=93&page_size=1",
    "results": [
        {
            "id": 4542,
            "type": "Anchor",
            "hostname": "au-syd-as140967",
            "fqdn": "au-syd-as140967.anchors.atlas.ripe.net",
            "probe": 7701,
            "is_ipv4_only": false,
            "ip_v4": "103.153.238.101",
            "as_v4": 140967,
            "ip_v4_gateway": "103.153.238.97",
            "ip_v4_netmask": "255.255.255.240",
            "ip_v6": "2401:8220:0:8::4000",
            "as_v6": 140967,
            "ip_v6_gateway": "2401:8220:0:8::1",
            "ip_v6_prefix": 64,
            "city": "Sydney",
            "country": "AU",
            "company": "Steele Networks Pty Ltd",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    151.1896795,
                    -33.9191176
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2026-02-05T16:20:00.416544",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}