GET /api/v2/anchors/?format=api&page=5&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1710,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=6&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=4&page_size=1",
    "results": [
        {
            "id": 4028,
            "type": "Anchor",
            "hostname": "ae-dxb-as215024",
            "fqdn": "ae-dxb-as215024.anchors.atlas.ripe.net",
            "probe": 7420,
            "is_ipv4_only": false,
            "ip_v4": "45.148.64.254",
            "as_v4": 215024,
            "ip_v4_gateway": "45.148.64.255",
            "ip_v4_netmask": "255.255.255.254",
            "ip_v6": "2a14:48c7:0:1::feed",
            "as_v6": 215024,
            "ip_v6_gateway": "2a14:48c7:0:1::1",
            "ip_v6_prefix": 64,
            "city": "Dubai",
            "country": "AE",
            "company": "Direct Cursus Technology LLC",
            "nic_handle": "DCTN1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    55.1207923,
                    25.028267
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-11-17T10:20:00.777056",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}