GET /api/v2/anchors/?format=api&page=380&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1721,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=381&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=379&page_size=1",
    "results": [
        {
            "id": 4454,
            "type": "Anchor",
            "hostname": "de-fra-as20292",
            "fqdn": "de-fra-as20292.anchors.atlas.ripe.net",
            "probe": 7654,
            "is_ipv4_only": false,
            "ip_v4": "91.204.73.193",
            "as_v4": 20292,
            "ip_v4_gateway": "91.204.73.192",
            "ip_v4_netmask": "255.255.255.254",
            "ip_v6": "2a06:6fc1:404:100::2",
            "as_v6": 20292,
            "ip_v6_gateway": "2a06:6fc1:404:100::1",
            "ip_v6_prefix": 64,
            "city": "Frankfurt",
            "country": "DE",
            "company": "miriquidi networks GmbH",
            "nic_handle": "MNG36-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.7364149,
                    50.1190854
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-11-27T10:20:00.360426",
            "date_decommissioned": null,
            "hardware_version": 98
        }
    ]
}