GET /api/v2/anchors/?format=api&page=422&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1738,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=423&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=421&page_size=1",
    "results": [
        {
            "id": 3645,
            "type": "Anchor",
            "hostname": "de-fra-as60767",
            "fqdn": "de-fra-as60767.anchors.atlas.ripe.net",
            "probe": 7402,
            "is_ipv4_only": false,
            "ip_v4": "45.95.204.205",
            "as_v4": 60767,
            "ip_v4_gateway": "45.95.204.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a0e:3940:1000::205",
            "as_v6": 60767,
            "ip_v6_gateway": "fe80::1",
            "ip_v6_prefix": 64,
            "city": "Frankfurt",
            "country": "DE",
            "company": "Germany",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.7397858,
                    50.122427
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-10-17T12:20:00.620827",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}