GET /api/v2/anchors/?format=api&page=123&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=124&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=122&page_size=1",
    "results": [
        {
            "id": 1841,
            "type": "Anchor",
            "hostname": "be-zav-as39923",
            "fqdn": "be-zav-as39923.anchors.atlas.ripe.net",
            "probe": 6737,
            "is_ipv4_only": false,
            "ip_v4": "109.68.162.233",
            "as_v4": 39923,
            "ip_v4_gateway": "109.68.162.238",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a02:2a08:214::2",
            "as_v6": 39923,
            "ip_v6_gateway": "2a02:2a08:214::1",
            "ip_v6_prefix": 64,
            "city": "Zaventem",
            "country": "BE",
            "company": "Unix-Solutions",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.4995572,
                    50.8752355
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-02-12T18:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}