GET /api/v2/anchors/?format=api&page=560&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=561&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=559&page_size=1",
    "results": [
        {
            "id": 3365,
            "type": "Anchor",
            "hostname": "fi-hel-as208722",
            "fqdn": "fi-hel-as208722.anchors.atlas.ripe.net",
            "probe": 7185,
            "is_ipv4_only": false,
            "ip_v4": "185.32.187.165",
            "as_v4": 208722,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a02:6bf:7000:c::2",
            "as_v6": 208722,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Helsinki",
            "country": "FI",
            "company": "Global DC Oy",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    24.938379,
                    60.1698557
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2023-03-10T16:20:00.431999",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}