GET /api/v2/anchors/?format=api&page=323&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1723,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=324&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=322&page_size=1",
    "results": [
        {
            "id": 4503,
            "type": "Anchor",
            "hostname": "de-bre-as30742",
            "fqdn": "de-bre-as30742.anchors.atlas.ripe.net",
            "probe": 7695,
            "is_ipv4_only": false,
            "ip_v4": "2.59.32.2",
            "as_v4": 30742,
            "ip_v4_gateway": "2.59.32.1",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a03:9987:a11:600d:2:59:32:2",
            "as_v6": 30742,
            "ip_v6_gateway": "2a03:9987:a11:600d::11",
            "ip_v6_prefix": 64,
            "city": "Bremen",
            "country": "DE",
            "company": "Bremen Briteline GmbH",
            "nic_handle": "BBN18-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.8474568,
                    53.1085745
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2026-01-26T12:20:00.410095",
            "date_decommissioned": null,
            "hardware_version": 98
        }
    ]
}