GET /api/v2/anchors/?format=api&page=160&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=161&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=159&page_size=1",
    "results": [
        {
            "id": 1974,
            "type": "Anchor",
            "hostname": "br-sao-as199524",
            "fqdn": "br-sao-as199524.anchors.atlas.ripe.net",
            "probe": 6659,
            "is_ipv4_only": false,
            "ip_v4": "5.188.238.222",
            "as_v4": 199524,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a03:90c0:186::a5",
            "as_v6": 199524,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "S\u00e3o Paulo",
            "country": "BR",
            "company": "G-Core Labs S.A.",
            "nic_handle": "NA6392-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -46.8362828,
                    -23.485198
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-11-13T02:20:10",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}