GET /api/v2/anchors/?format=api&page=232&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=233&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=231&page_size=1",
    "results": [
        {
            "id": 3341,
            "type": "Anchor",
            "hostname": "ch-sgg-as13030-client",
            "fqdn": "ch-sgg-as13030-client.anchors.atlas.ripe.net",
            "probe": 7197,
            "is_ipv4_only": false,
            "ip_v4": "45.131.252.71",
            "as_v4": 13030,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a11:8b80:1000:1::d",
            "as_v6": 13030,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Gais",
            "country": "CH",
            "company": "gridscale.io",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    9.4491833,
                    47.358494
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2023-03-28T06:20:00.220157",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}