GET /api/v2/anchors/?format=api&page=446&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1741,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=447&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=445&page_size=1",
    "results": [
        {
            "id": 1821,
            "type": "Anchor",
            "hostname": "de-ham-as680",
            "fqdn": "de-ham-as680.anchors.atlas.ripe.net",
            "probe": 6579,
            "is_ipv4_only": true,
            "ip_v4": "195.37.209.21",
            "as_v4": 680,
            "ip_v4_gateway": "195.37.209.30",
            "ip_v4_netmask": "255.255.255.240",
            "ip_v6": "::1",
            "as_v6": 680,
            "ip_v6_gateway": "::1",
            "ip_v6_prefix": 128,
            "city": "Hamburg",
            "country": "DE",
            "company": "University of Hamburg, Working Group Security and Privacy",
            "nic_handle": "UOHW1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    9.9865943,
                    53.5696044
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-07-16T12:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}