GET /api/v2/anchors/?format=api&page=99&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1716,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=100&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=98&page_size=1",
    "results": [
        {
            "id": 1547,
            "type": "Anchor",
            "hostname": "au-syd-as16509",
            "fqdn": "au-syd-as16509.anchors.atlas.ripe.net",
            "probe": 6460,
            "is_ipv4_only": false,
            "ip_v4": "13.211.21.2",
            "as_v4": 16509,
            "ip_v4_gateway": "13.211.21.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2406:da1c:8d8:3400::1650:9",
            "as_v6": 16509,
            "ip_v6_gateway": "2406:da1c:8d8:3400::1650:1",
            "ip_v6_prefix": 128,
            "city": "Sydney",
            "country": "AU",
            "company": "Amazon Web Services",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    151.2092955,
                    -33.8688197
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-01-03T07:41:31",
            "date_decommissioned": "2024-06-05T07:43:29.974017",
            "hardware_version": 99
        }
    ]
}