GET /api/v2/anchors/?format=api&page=607&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=608&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=606&page_size=1",
    "results": [
        {
            "id": 3053,
            "type": "Anchor",
            "hostname": "fr-mrs-as211997",
            "fqdn": "fr-mrs-as211997.anchors.atlas.ripe.net",
            "probe": 7293,
            "is_ipv4_only": false,
            "ip_v4": "185.233.32.213",
            "as_v4": 211997,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a10:d780:cccc::2",
            "as_v6": 211997,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Marseille",
            "country": "FR",
            "company": "Eho.Link",
            "nic_handle": "EA7014-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.4952833,
                    43.2924349
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2023-12-01T12:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}