GET /api/v2/anchors/?format=api&page=411&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1738,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=412&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=410&page_size=1",
    "results": [
        {
            "id": 4404,
            "type": "Anchor",
            "hostname": "de-fra-as44656",
            "fqdn": "de-fra-as44656.anchors.atlas.ripe.net",
            "probe": 7685,
            "is_ipv4_only": false,
            "ip_v4": "89.58.96.203",
            "as_v4": 44656,
            "ip_v4_gateway": "89.58.96.202",
            "ip_v4_netmask": "255.255.255.254",
            "ip_v6": "2a11:fb80:0:200::145",
            "as_v6": 44656,
            "ip_v6_gateway": "2a11:fb80:0:200::144",
            "ip_v6_prefix": 127,
            "city": "Frankfurt",
            "country": "DE",
            "company": "2provide GmbH",
            "nic_handle": "AA37995-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.6320043,
                    50.0988499
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2026-01-05T16:20:00.404784",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}