GET /api/v2/anchors/?format=api&page=102&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=103&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=101&page_size=1",
    "results": [
        {
            "id": 1927,
            "type": "Anchor",
            "hostname": "au-syd-as199610",
            "fqdn": "au-syd-as199610.anchors.atlas.ripe.net",
            "probe": 6636,
            "is_ipv4_only": false,
            "ip_v4": "128.0.115.66",
            "as_v4": 199610,
            "ip_v4_gateway": "128.0.115.65",
            "ip_v4_netmask": "255.255.255.240",
            "ip_v6": "2a03:4d41:610::2",
            "as_v6": 199610,
            "ip_v6_gateway": "2a03:4d41:610::1",
            "ip_v6_prefix": 64,
            "city": "Sydney",
            "country": "AU",
            "company": "marbis GmbH",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    151.1880681,
                    -33.9213238
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-10-29T14:20:04",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}