GET /api/v2/anchors/?format=api&page=119&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=120&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=118&page_size=1",
    "results": [
        {
            "id": 1842,
            "type": "Anchor",
            "hostname": "be-leu-as39923",
            "fqdn": "be-leu-as39923.anchors.atlas.ripe.net",
            "probe": 6635,
            "is_ipv4_only": false,
            "ip_v4": "185.111.204.121",
            "as_v4": 39923,
            "ip_v4_gateway": "185.111.204.126",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a04:6480:204::2",
            "as_v6": 39923,
            "ip_v6_gateway": "2a04:6480:204::1",
            "ip_v6_prefix": 64,
            "city": "Leuven",
            "country": "BE",
            "company": "Unix-Solutions",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.7243853,
                    50.8450804
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-10-29T08:20:04",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}