GET /api/v2/anchors/?format=api&page=55&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=56&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=54&page_size=1",
    "results": [
        {
            "id": 4158,
            "type": "Anchor",
            "hostname": "at-vie-as215120",
            "fqdn": "at-vie-as215120.anchors.atlas.ripe.net",
            "probe": 7484,
            "is_ipv4_only": false,
            "ip_v4": "91.227.33.250",
            "as_v4": 215120,
            "ip_v4_gateway": "91.227.33.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a0c:9a40:8570::31",
            "as_v6": 215120,
            "ip_v6_gateway": "2a0c:9a40:8570::1",
            "ip_v6_prefix": 48,
            "city": "Vienna",
            "country": "AT",
            "company": "Evolus IT Solutions GmbH",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    16.4107263,
                    48.2694063
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-03-04T16:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}