GET /api/v2/anchors/?format=api&page=395&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1720,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=396&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=394&page_size=1",
    "results": [
        {
            "id": 3342,
            "type": "Anchor",
            "hostname": "de-fra-as24840-client",
            "fqdn": "de-fra-as24840-client.anchors.atlas.ripe.net",
            "probe": 7196,
            "is_ipv4_only": false,
            "ip_v4": "138.124.150.83",
            "as_v4": 24840,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:67c:83c:0:ffff::c",
            "as_v6": 24840,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Frankfurt",
            "country": "DE",
            "company": "gridscale.io",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.6319545,
                    50.0988483
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2023-03-27T22:20:00.232983",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}