GET /api/v2/anchors/?format=api&page=41&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1715,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=42&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=40&page_size=1",
    "results": [
        {
            "id": 2812,
            "type": "Anchor",
            "hostname": "at-szg-as30971",
            "fqdn": "at-szg-as30971.anchors.atlas.ripe.net",
            "probe": 7013,
            "is_ipv4_only": false,
            "ip_v4": "193.46.104.18",
            "as_v4": 30971,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a02:850:f::18",
            "as_v6": 30971,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Salzburg",
            "country": "AT",
            "company": "nic.at GmbH",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.0106587,
                    47.7920256
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-06-16T14:20:00.327708",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}