GET /api/v2/anchors/?format=api&page=215&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1719,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=216&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=214&page_size=1",
    "results": [
        {
            "id": 3092,
            "type": "Anchor",
            "hostname": "ch-gva-as209103",
            "fqdn": "ch-gva-as209103.anchors.atlas.ripe.net",
            "probe": 7120,
            "is_ipv4_only": false,
            "ip_v4": "185.159.159.9",
            "as_v4": 209103,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a07:b941:f00::9",
            "as_v6": 209103,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Geneva",
            "country": "CH",
            "company": "Proton AG",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.1073684,
                    46.1654594
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2022-07-14T20:20:00",
            "date_decommissioned": "2024-10-17T12:18:57.051778",
            "hardware_version": 99
        }
    ]
}