GET /api/v2/anchors/?format=api&page=198&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1717,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=199&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=197&page_size=1",
    "results": [
        {
            "id": 1375,
            "type": "Anchor",
            "hostname": "ca-van-as395152",
            "fqdn": "ca-van-as395152.anchors.atlas.ripe.net",
            "probe": 6376,
            "is_ipv4_only": false,
            "ip_v4": "192.102.254.220",
            "as_v4": 395152,
            "ip_v4_gateway": "192.102.254.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2607:3380:1000:2::220",
            "as_v6": 395152,
            "ip_v6_gateway": "2607:3380:1000:2::1",
            "ip_v6_prefix": 64,
            "city": "Vancouver",
            "country": "CA",
            "company": "CloudPBX Inc.",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -123.1136412,
                    49.2838734
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-07-20T08:20:00",
            "date_decommissioned": "2020-11-08T12:45:55.669714",
            "hardware_version": 2
        }
    ]
}