GET /api/v2/anchors/?format=api&page=311&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=312&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=310&page_size=1",
    "results": [
        {
            "id": 500,
            "type": "Anchor",
            "hostname": "de-ber-as20647",
            "fqdn": "de-ber-as20647.anchors.atlas.ripe.net",
            "probe": 6117,
            "is_ipv4_only": false,
            "ip_v4": "185.27.158.238",
            "as_v4": 20647,
            "ip_v4_gateway": "185.27.158.237",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a02:f28:1:7::2",
            "as_v6": 20647,
            "ip_v6_gateway": "2a02:f28:1:7::1",
            "ip_v6_prefix": 64,
            "city": "Berlin",
            "country": "DE",
            "company": "CarrierColo / IPB GmbH",
            "nic_handle": "IPB-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.404954,
                    52.5200066
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2015-03-24T12:54:27",
            "date_decommissioned": null,
            "hardware_version": 1
        }
    ]
}