GET /api/v2/anchors/?format=api&page=6&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1711,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=7&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=5&page_size=1",
    "results": [
        {
            "id": 3387,
            "type": "Anchor",
            "hostname": "ae-dxb-as3491",
            "fqdn": "ae-dxb-as3491.anchors.atlas.ripe.net",
            "probe": 7198,
            "is_ipv4_only": false,
            "ip_v4": "63.222.248.5",
            "as_v4": 3491,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2400:8800:e011::5",
            "as_v6": 3491,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Dubai",
            "country": "AE",
            "company": "Console Connect",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    55.1864589,
                    25.0236107
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2023-03-30T10:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}