GET /api/v2/anchors/?format=api&page=107&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1715,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=108&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=106&page_size=1",
    "results": [
        {
            "id": 1491,
            "type": "Anchor",
            "hostname": "au-syd-as9268",
            "fqdn": "au-syd-as9268.anchors.atlas.ripe.net",
            "probe": 6427,
            "is_ipv4_only": false,
            "ip_v4": "119.17.170.244",
            "as_v4": 9268,
            "ip_v4_gateway": "119.17.170.241",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2402:c00:0:31::3",
            "as_v6": 9268,
            "ip_v6_gateway": "2402:c00:0:31::1",
            "ip_v6_prefix": 64,
            "city": "Sydney",
            "country": "AU",
            "company": "Over the Wire Pty Ltd",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    151.1929422,
                    -33.9117762
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-11-30T08:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}