GET /api/v2/anchors/?format=api&page=600&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=601&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=599&page_size=1",
    "results": [
        {
            "id": 2333,
            "type": "Anchor",
            "hostname": "fr-ilm-as57119",
            "fqdn": "fr-ilm-as57119.anchors.atlas.ripe.net",
            "probe": 6867,
            "is_ipv4_only": false,
            "ip_v4": "149.62.159.122",
            "as_v4": 57119,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a02:7680:159::122",
            "as_v6": 57119,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Issy-Les-Moulineaux",
            "country": "FR",
            "company": "Naitways",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    2.2657765,
                    48.8279897
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": true,
            "replaces_anchor": 6256,
            "date_live": "2020-09-23T18:20:00.342357",
            "date_decommissioned": "2023-10-09T08:27:50.801232",
            "hardware_version": 99
        }
    ]
}