GET /api/v2/anchors/?format=api&page=171&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1713,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=172&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=170&page_size=1",
    "results": [
        {
            "id": 1580,
            "type": "Anchor",
            "hostname": "ca-cal-as852",
            "fqdn": "ca-cal-as852.anchors.atlas.ripe.net",
            "probe": 6484,
            "is_ipv4_only": false,
            "ip_v4": "208.38.45.58",
            "as_v4": 852,
            "ip_v4_gateway": "208.38.45.57",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2001:56a:2:a::58",
            "as_v6": 852,
            "ip_v6_gateway": "2001:56a:2:a::1",
            "ip_v6_prefix": 64,
            "city": "Calgary",
            "country": "CA",
            "company": "TELUS",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -114.0650411,
                    51.0468312
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-01-18T22:20:00",
            "date_decommissioned": "2022-03-16T08:44:38.070518",
            "hardware_version": 99
        }
    ]
}