GET /api/v2/anchors/?format=api&page=146&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=147&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=145&page_size=1",
    "results": [
        {
            "id": 2334,
            "type": "Anchor",
            "hostname": "br-bhz-as10417-client",
            "fqdn": "br-bhz-as10417-client.anchors.atlas.ripe.net",
            "probe": 6891,
            "is_ipv4_only": false,
            "ip_v4": "150.164.1.222",
            "as_v4": 10417,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:12f0:601:a906::222",
            "as_v6": 10417,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Belo Horizonte",
            "country": "BR",
            "company": "Universidade Federal de Minas Gerais",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -43.9677359,
                    -19.870682
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": true,
            "replaces_anchor": 6300,
            "date_live": "2020-11-09T18:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}