GET /api/v2/anchors/?format=api&page=10&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=11&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=9&page_size=1",
    "results": [
        {
            "id": 2431,
            "type": "Anchor",
            "hostname": "ae-dxb-as60924",
            "fqdn": "ae-dxb-as60924.anchors.atlas.ripe.net",
            "probe": 6906,
            "is_ipv4_only": false,
            "ip_v4": "185.92.128.30",
            "as_v4": 60924,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a04:2600:1:1::30",
            "as_v6": 60924,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Dubai",
            "country": "AE",
            "company": "Orixcom",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    55.1868599,
                    25.0264601
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-12-04T00:20:00.379891",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}