GET /api/v2/anchors/?format=api&page=101&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1716,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=102&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=100&page_size=1",
    "results": [
        {
            "id": 1975,
            "type": "Anchor",
            "hostname": "au-syd-as199524",
            "fqdn": "au-syd-as199524.anchors.atlas.ripe.net",
            "probe": 6660,
            "is_ipv4_only": false,
            "ip_v4": "146.185.214.58",
            "as_v4": 199524,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a03:90c0:105::2c",
            "as_v6": 199524,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Sydney",
            "country": "AU",
            "company": "G-Core Labs S.A.",
            "nic_handle": "NA6392-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    151.1893,
                    -33.9181984
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-11-13T12:20:32",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}