GET /api/v2/anchors/?format=api&page=178&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=179&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=177&page_size=1",
    "results": [
        {
            "id": 2011,
            "type": "Anchor",
            "hostname": "ca-mtr-as15169",
            "fqdn": "ca-mtr-as15169.anchors.atlas.ripe.net",
            "probe": 6710,
            "is_ipv4_only": true,
            "ip_v4": "35.203.43.169",
            "as_v4": 15169,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": null,
            "as_v6": null,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Montr\u00e9al",
            "country": "CA",
            "company": "Google",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.567256,
                    45.5016889
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-01-03T12:20:00",
            "date_decommissioned": "2025-06-10T08:09:18.398312",
            "hardware_version": 99
        }
    ]
}