GET /api/v2/anchors/?format=api&page=320&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=321&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=319&page_size=1",
    "results": [
        {
            "id": 718,
            "type": "Anchor",
            "hostname": "de-ber-as62310",
            "fqdn": "de-ber-as62310.anchors.atlas.ripe.net",
            "probe": 6183,
            "is_ipv4_only": false,
            "ip_v4": "77.220.248.89",
            "as_v4": 62310,
            "ip_v4_gateway": "77.220.248.94",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a02:2878:8000:2:0:1028:0:1",
            "as_v6": 62310,
            "ip_v6_gateway": "fe80::1",
            "ip_v6_prefix": 64,
            "city": "Berlin",
            "country": "DE",
            "company": "managedhosting.de GmbH",
            "nic_handle": "MH12613-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.404954,
                    52.5200066
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2016-02-26T15:08:50",
            "date_decommissioned": "2020-02-12T09:54:25",
            "hardware_version": 1
        }
    ]
}