GET /api/v2/anchors/?format=api&page=335&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1723,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=336&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=334&page_size=1",
    "results": [
        {
            "id": 2968,
            "type": "Anchor",
            "hostname": "de-dtm-as39138-02",
            "fqdn": "de-dtm-as39138-02.anchors.atlas.ripe.net",
            "probe": 7069,
            "is_ipv4_only": false,
            "ip_v4": "31.172.2.34",
            "as_v4": 39138,
            "ip_v4_gateway": "31.172.2.33",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a01:a700:4000::84a",
            "as_v6": 39138,
            "ip_v6_gateway": "2a01:a700:4000::849",
            "ip_v6_prefix": 126,
            "city": "Dortmund",
            "country": "DE",
            "company": "rrbone",
            "nic_handle": "ZNOC-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.3741684,
                    51.5188705
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2022-02-07T10:20:00.187126",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}