GET /api/v2/anchors/?format=api&page=376&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=377&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=375&page_size=1",
    "results": [
        {
            "id": 3579,
            "type": "Anchor",
            "hostname": "de-fra-as197477",
            "fqdn": "de-fra-as197477.anchors.atlas.ripe.net",
            "probe": 7273,
            "is_ipv4_only": false,
            "ip_v4": "194.15.98.10",
            "as_v4": 197477,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a06:de01:7e::10",
            "as_v6": 197477,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Frankfurt am Main",
            "country": "DE",
            "company": "Nerdscave Hosting",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.7447171,
                    50.1223758
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2023-10-19T20:20:00.142349",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}