GET /api/v2/anchors/?format=api&page=379&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1721,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=380&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=378&page_size=1",
    "results": [
        {
            "id": 1294,
            "type": "Anchor",
            "hostname": "de-fra-as202196",
            "fqdn": "de-fra-as202196.anchors.atlas.ripe.net",
            "probe": 6457,
            "is_ipv4_only": false,
            "ip_v4": "37.10.46.14",
            "as_v4": 202196,
            "ip_v4_gateway": "37.10.46.9",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a01:5041:4efd::3",
            "as_v6": 202196,
            "ip_v6_gateway": "2a01:5041:4efd::1",
            "ip_v6_prefix": 64,
            "city": "Frankfurt am Main",
            "country": "DE",
            "company": "Booking.com",
            "nic_handle": "BOOK-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.73561,
                    50.12007
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-12-21T11:15:44",
            "date_decommissioned": "2023-10-06T14:06:36",
            "hardware_version": 2
        }
    ]
}