GET /api/v2/anchors/?format=api&page=76&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=77&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=75&page_size=1",
    "results": [
        {
            "id": 3743,
            "type": "Anchor",
            "hostname": "au-mel-as1221",
            "fqdn": "au-mel-as1221.anchors.atlas.ripe.net",
            "probe": 7325,
            "is_ipv4_only": false,
            "ip_v4": "203.41.0.51",
            "as_v4": 1221,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:8000:2222:b00::3",
            "as_v6": 1221,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Melbourne",
            "country": "AU",
            "company": "Telstra Limited",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    145.1331129,
                    -37.9184856
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-03-11T12:20:00.468399",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}