GET /api/v2/anchors/?format=api&page=193&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1716,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=194&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=192&page_size=1",
    "results": [
        {
            "id": 2617,
            "type": "Anchor",
            "hostname": "ca-tor-as239",
            "fqdn": "ca-tor-as239.anchors.atlas.ripe.net",
            "probe": 6924,
            "is_ipv4_only": false,
            "ip_v4": "128.100.103.40",
            "as_v4": 239,
            "ip_v4_gateway": "128.100.103.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2606:fa00:400:4002::7777",
            "as_v6": 239,
            "ip_v6_gateway": "2606:fa00:400:4002::1",
            "ip_v6_prefix": 64,
            "city": "Toronto",
            "country": "CA",
            "company": "University of Toronto",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3997198,
                    43.6609605
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-01-15T20:20:00.383468",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}