GET /api/v2/anchors/?format=api&page=606&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1746,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=607&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=605&page_size=1",
    "results": [
        {
            "id": 1379,
            "type": "Anchor",
            "hostname": "fr-max-as16347",
            "fqdn": "fr-max-as16347.anchors.atlas.ripe.net",
            "probe": 6443,
            "is_ipv4_only": false,
            "ip_v4": "212.51.187.100",
            "as_v4": 16347,
            "ip_v4_gateway": "212.51.187.97",
            "ip_v4_netmask": "255.255.255.224",
            "ip_v6": "2a01:728:0:401::100",
            "as_v6": 16347,
            "ip_v6_gateway": "2a01:728:0:401::1",
            "ip_v6_prefix": 64,
            "city": "Maxeville",
            "country": "FR",
            "company": "ADISTA SAS",
            "nic_handle": "AT11864-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.1408527,
                    48.7039885
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-12-17T08:20:00",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}