GET /api/v2/anchors/?format=api&page=4&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=5&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=3&page_size=1",
    "results": [
        {
            "id": 1421,
            "type": "Anchor",
            "hostname": "ae-dxb-as15802-client",
            "fqdn": "ae-dxb-as15802-client.anchors.atlas.ripe.net",
            "probe": 6489,
            "is_ipv4_only": false,
            "ip_v4": "87.201.194.242",
            "as_v4": 15802,
            "ip_v4_gateway": "87.201.194.241",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a00:f28:300:1::2",
            "as_v6": 15802,
            "ip_v6_gateway": "2a00:f28:300:1::1",
            "ip_v6_prefix": 126,
            "city": "Dubai",
            "country": "AE",
            "company": "RIPE NCC",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    55.1519787,
                    25.0944895
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-01-29T04:20:00",
            "date_decommissioned": "2025-06-10T08:21:26.762751",
            "hardware_version": 2
        }
    ]
}