GET /api/v2/anchors/?format=api&page=353&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1723,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=354&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=352&page_size=1",
    "results": [
        {
            "id": 1844,
            "type": "Anchor",
            "hostname": "de-dus-as58057",
            "fqdn": "de-dus-as58057.anchors.atlas.ripe.net",
            "probe": 6589,
            "is_ipv4_only": false,
            "ip_v4": "194.50.99.201",
            "as_v4": 58057,
            "ip_v4_gateway": "194.50.99.254",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a04:ccc2:0:c232::63c9",
            "as_v6": 58057,
            "ip_v6_gateway": "2a04:ccc2:0:c232::63fe",
            "ip_v6_prefix": 64,
            "city": "Dusseldorf",
            "country": "DE",
            "company": "Securebit AG",
            "nic_handle": "SBAC-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.8175201,
                    51.2673008
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-08-05T14:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}