GET /api/v2/anchors/?format=api&page=567&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1746,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=568&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=566&page_size=1",
    "results": [
        {
            "id": 2004,
            "type": "Anchor",
            "hostname": "fi-hmn-as15169",
            "fqdn": "fi-hmn-as15169.anchors.atlas.ripe.net",
            "probe": 6707,
            "is_ipv4_only": true,
            "ip_v4": "35.228.29.222",
            "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": "Hamina",
            "country": "FI",
            "company": "Google",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    27.1878317,
                    60.5693374
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-01-02T15:31:47",
            "date_decommissioned": "2025-06-10T08:10:08.504223",
            "hardware_version": 99
        }
    ]
}