GET /api/v2/anchors/?format=api&page=469&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1742,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=470&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=468&page_size=1",
    "results": [
        {
            "id": 1361,
            "type": "Anchor",
            "hostname": "de-mhg-as21473",
            "fqdn": "de-mhg-as21473.anchors.atlas.ripe.net",
            "probe": 6385,
            "is_ipv4_only": false,
            "ip_v4": "93.190.252.148",
            "as_v4": 21473,
            "ip_v4_gateway": "93.190.252.145",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a00:1e80:8:14::42",
            "as_v6": 21473,
            "ip_v6_gateway": "2a00:1e80:8:14::1",
            "ip_v6_prefix": 64,
            "city": "Mannheim",
            "country": "DE",
            "company": "MAnet GmbH",
            "nic_handle": "MNO3-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.52663632,
                    49.50707096
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-08-12T08:20:00",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}