GET /api/v2/anchors/?format=api&page=2&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=3&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page_size=1",
    "results": [
        {
            "id": 2825,
            "type": "Anchor",
            "hostname": "ae-dxb-as15412-client",
            "fqdn": "ae-dxb-as15412-client.anchors.atlas.ripe.net",
            "probe": 7047,
            "is_ipv4_only": false,
            "ip_v4": "80.77.4.60",
            "as_v4": 15412,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:1a00:acca:130d::4",
            "as_v6": 15412,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Dubai",
            "country": "AE",
            "company": "Emirates Integrated Telecommunications Company PJSC",
            "nic_handle": "EITC4-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    55.1868599,
                    25.0264601
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-12-14T18:20:00.494487",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}