GET /api/v2/anchors/?format=api&page=69&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1721,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=70&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=68&page_size=1",
    "results": [
        {
            "id": 2588,
            "type": "Anchor",
            "hostname": "au-bne-as137409",
            "fqdn": "au-bne-as137409.anchors.atlas.ripe.net",
            "probe": 6914,
            "is_ipv4_only": false,
            "ip_v4": "103.62.50.173",
            "as_v4": 137409,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2401:3bc0:a:101:1:1:47d:eaab",
            "as_v6": 137409,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Brisbane",
            "country": "AU",
            "company": "GSL Networks",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    153.0332005,
                    -27.4539022
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-12-14T20:20:00.388345",
            "date_decommissioned": "2024-05-29T14:21:35.003576",
            "hardware_version": 99
        }
    ]
}