GET /api/v2/anchors/?format=api&page=3&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1710,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=4&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=2&page_size=1",
    "results": [
        {
            "id": 2581,
            "type": "Anchor",
            "hostname": "ae-dxb-as15802",
            "fqdn": "ae-dxb-as15802.anchors.atlas.ripe.net",
            "probe": 6962,
            "is_ipv4_only": false,
            "ip_v4": "94.203.76.219",
            "as_v4": 15802,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a00:f28:f::219",
            "as_v6": 15802,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Dubai",
            "country": "AE",
            "company": "Emirates Integrated Telecommunications Company PJSC",
            "nic_handle": "EITC3-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    55.1868599,
                    25.0264601
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-04-09T12:20:00.281871",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}