GET /api/v2/anchors/?format=api&page=170&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1713,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=171&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=169&page_size=1",
    "results": [
        {
            "id": 2057,
            "type": "Anchor",
            "hostname": "ca-bha-as16276",
            "fqdn": "ca-bha-as16276.anchors.atlas.ripe.net",
            "probe": 6719,
            "is_ipv4_only": false,
            "ip_v4": "54.39.185.31",
            "as_v4": 16276,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2607:5300:201:2100::cf1",
            "as_v6": 16276,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Beauharnois",
            "country": "CA",
            "company": "OVHcloud",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89436684,
                    45.30950244
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-01-17T12:20:01",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}