GET /api/v2/anchors/?format=api&page=90&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1719,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=91&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=89&page_size=1",
    "results": [
        {
            "id": 3744,
            "type": "Anchor",
            "hostname": "au-syd-as1221",
            "fqdn": "au-syd-as1221.anchors.atlas.ripe.net",
            "probe": 7326,
            "is_ipv4_only": false,
            "ip_v4": "203.41.0.43",
            "as_v4": 1221,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:8000:2222:a00::3",
            "as_v6": 1221,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Sydney",
            "country": "AU",
            "company": "Telstra Limited",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    151.1914196,
                    -33.8187356
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-03-11T20:20:00.219479",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}