GET /api/v2/anchors/?format=api&page=234&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=235&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=233&page_size=1",
    "results": [
        {
            "id": 3164,
            "type": "Anchor",
            "hostname": "ch-win-as13030",
            "fqdn": "ch-win-as13030.anchors.atlas.ripe.net",
            "probe": 7131,
            "is_ipv4_only": false,
            "ip_v4": "77.109.180.62",
            "as_v4": 13030,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:1620:1700:1101::62",
            "as_v6": 13030,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Winterthur",
            "country": "CH",
            "company": "Init7 (Schweiz) AG",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.7201032,
                    47.5008858
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2022-08-30T10:20:00.426503",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}