GET /api/v2/anchors/?format=api&page=369&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=370&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=368&page_size=1",
    "results": [
        {
            "id": 4650,
            "type": "Anchor",
            "hostname": "de-fra-as1299-client",
            "fqdn": "de-fra-as1299-client.anchors.atlas.ripe.net",
            "probe": 7724,
            "is_ipv4_only": false,
            "ip_v4": "80.239.216.219",
            "as_v4": 1299,
            "ip_v4_gateway": "80.239.216.217",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2001:2035:0:1703::3",
            "as_v6": 1299,
            "ip_v6_gateway": "2001:2035:0:1703::1",
            "ip_v6_prefix": 126,
            "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-13T20:20:00.413726",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}