GET /api/v2/anchors/?format=api&page=152&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=153&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=151&page_size=1",
    "results": [
        {
            "id": 2849,
            "type": "Anchor",
            "hostname": "br-pgz-as53046",
            "fqdn": "br-pgz-as53046.anchors.atlas.ripe.net",
            "probe": 7019,
            "is_ipv4_only": false,
            "ip_v4": "143.208.160.10",
            "as_v4": 53046,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2804:1f04:3000:138::10",
            "as_v6": 53046,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Ponta Grossa",
            "country": "BR",
            "company": "Universidade Estadual de Ponta Grossa",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -50.1038869,
                    -25.0949222
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-07-12T14:20:00.241104",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}