GET /api/v2/anchors/?format=api&page=211&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1719,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=212&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=210&page_size=1",
    "results": [
        {
            "id": 1437,
            "type": "Anchor",
            "hostname": "ch-bsl-as206484",
            "fqdn": "ch-bsl-as206484.anchors.atlas.ripe.net",
            "probe": 6540,
            "is_ipv4_only": false,
            "ip_v4": "213.173.161.11",
            "as_v4": 206484,
            "ip_v4_gateway": "213.173.161.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a03:b940:161:11::1",
            "as_v6": 206484,
            "ip_v6_gateway": "2a03:b940:161::1",
            "ip_v6_prefix": 64,
            "city": "Basel",
            "country": "CH",
            "company": "oriented.net GmbH",
            "nic_handle": "ON729-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.5889323,
                    47.557092
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-04-24T10:20:00",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}