GET /api/v2/anchors/?format=api&page=65&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1720,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=66&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=64&page_size=1",
    "results": [
        {
            "id": 4397,
            "type": "Anchor",
            "hostname": "at-wsl-as21013",
            "fqdn": "at-wsl-as21013.anchors.atlas.ripe.net",
            "probe": 7619,
            "is_ipv4_only": false,
            "ip_v4": "85.31.23.134",
            "as_v4": 21013,
            "ip_v4_gateway": "85.31.23.131",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a02:940::1:c4",
            "as_v6": 21013,
            "ip_v6_gateway": "2a02:940::1:c2",
            "ip_v6_prefix": 125,
            "city": "Wels, Austria",
            "country": "AT",
            "company": "eww ag | ITandTEL",
            "nic_handle": "IA655-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    14.0388355,
                    48.1630019
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-10-03T14:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}