GET /api/v2/anchors/?format=api&page=8&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1711,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=9&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=7&page_size=1",
    "results": [
        {
            "id": 1213,
            "type": "Anchor",
            "hostname": "ae-dxb-as42473",
            "fqdn": "ae-dxb-as42473.anchors.atlas.ripe.net",
            "probe": 6392,
            "is_ipv4_only": false,
            "ip_v4": "37.252.245.94",
            "as_v4": 42473,
            "ip_v4_gateway": "37.252.245.93",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a00:11c0:14:aa3::a",
            "as_v6": 42473,
            "ip_v6_gateway": "2a00:11c0:14:aa3::1",
            "ip_v6_prefix": 64,
            "city": "Dubai",
            "country": "AE",
            "company": "ANEXIA Internetdienstleistung GmbH",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    55.1856957,
                    25.0282605
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-08-30T08:20:00",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}