GET /api/v2/anchors/?format=api&page=104&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=105&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=103&page_size=1",
    "results": [
        {
            "id": 1171,
            "type": "Anchor",
            "hostname": "au-syd-as23719",
            "fqdn": "au-syd-as23719.anchors.atlas.ripe.net",
            "probe": 6356,
            "is_ipv4_only": true,
            "ip_v4": "129.78.42.129",
            "as_v4": 23719,
            "ip_v4_gateway": "129.78.42.254",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": null,
            "as_v6": null,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Sydney",
            "country": "AU",
            "company": "The University of Sydney",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    151.1983395,
                    -33.8768036
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-04-20T08:20:00",
            "date_decommissioned": "2024-09-19T12:53:45.609229",
            "hardware_version": 2
        }
    ]
}