GET /api/v2/anchors/?format=api&page=118&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=119&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=117&page_size=1",
    "results": [
        {
            "id": 2005,
            "type": "Anchor",
            "hostname": "be-ghi-as15169",
            "fqdn": "be-ghi-as15169.anchors.atlas.ripe.net",
            "probe": 6712,
            "is_ipv4_only": true,
            "ip_v4": "35.241.249.92",
            "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": "Saint-Ghislain",
            "country": "BE",
            "company": "Google",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    3.8183757,
                    50.4491086
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-01-04T00:20:01",
            "date_decommissioned": "2025-06-10T08:08:42.944583",
            "hardware_version": 99
        }
    ]
}