GET /api/v2/anchors/?format=api&page=374&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1724,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=375&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=373&page_size=1",
    "results": [
        {
            "id": 4651,
            "type": "Anchor",
            "hostname": "de-fra-as174-client",
            "fqdn": "de-fra-as174-client.anchors.atlas.ripe.net",
            "probe": 7725,
            "is_ipv4_only": false,
            "ip_v4": "149.11.183.171",
            "as_v4": 174,
            "ip_v4_gateway": "149.11.183.169",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2001:978:2:7::1f6:3",
            "as_v6": 174,
            "ip_v6_gateway": "2001:978:2:7::1f6:1",
            "ip_v6_prefix": 112,
            "city": "Frankfurt",
            "country": "DE",
            "company": "ip-it consult GmbH",
            "nic_handle": "IP9073-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.7350876,
                    50.1199094
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2026-03-13T22:20:00.380224",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}