GET /api/v2/anchors/?format=api&page=42&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1715,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=43&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=41&page_size=1",
    "results": [
        {
            "id": 1138,
            "type": "Anchor",
            "hostname": "at-szg-as39878",
            "fqdn": "at-szg-as39878.anchors.atlas.ripe.net",
            "probe": 6360,
            "is_ipv4_only": false,
            "ip_v4": "91.135.161.162",
            "as_v4": 39878,
            "ip_v4_gateway": "91.135.161.161",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a04:40:0:f::4",
            "as_v6": 39878,
            "ip_v6_gateway": "2a04:40:0:f::1",
            "ip_v6_prefix": 64,
            "city": "Salzburg",
            "country": "AT",
            "company": "Peter Rauter GmbH",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.0405244,
                    47.8224637
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-05-10T08:20:01",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}