GET /api/v2/anchors/?format=api&page=564&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=565&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=563&page_size=1",
    "results": [
        {
            "id": 3838,
            "type": "Anchor",
            "hostname": "fi-hel-as60354",
            "fqdn": "fi-hel-as60354.anchors.atlas.ripe.net",
            "probe": 7366,
            "is_ipv4_only": false,
            "ip_v4": "185.251.115.165",
            "as_v4": 60354,
            "ip_v4_gateway": "185.251.115.164",
            "ip_v4_netmask": "255.255.255.254",
            "ip_v6": "2a0c:1940:8:2000::",
            "as_v6": 60354,
            "ip_v6_gateway": "2a0c:1940:8:2000::1",
            "ip_v6_prefix": 64,
            "city": "Helsinki",
            "country": "FI",
            "company": "Richie Ltd",
            "nic_handle": "RICH13-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    24.940184,
                    60.162932
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-08-30T12:20:00.552232",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}