GET /api/v2/anchors/?format=api&page=204&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1719,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=205&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=203&page_size=1",
    "results": [
        {
            "id": 865,
            "type": "Anchor",
            "hostname": "ca-wnp-as16395",
            "fqdn": "ca-wnp-as16395.anchors.atlas.ripe.net",
            "probe": 6228,
            "is_ipv4_only": false,
            "ip_v4": "198.181.199.30",
            "as_v4": 16395,
            "ip_v4_gateway": "198.181.199.29",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2620:19:4000:51::2",
            "as_v6": 16395,
            "ip_v6_gateway": "2620:19:4000:51::1",
            "ip_v6_prefix": 64,
            "city": "Winnipeg",
            "country": "CA",
            "company": "asn16395",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -97.1368358,
                    49.8963172
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2016-11-01T14:50:47",
            "date_decommissioned": "2023-10-05T09:50:25.821508",
            "hardware_version": 1
        }
    ]
}