GET /api/v2/anchors/?format=api&page=322&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=323&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=321&page_size=1",
    "results": [
        {
            "id": 1222,
            "type": "Anchor",
            "hostname": "de-ber-as6724",
            "fqdn": "de-ber-as6724.anchors.atlas.ripe.net",
            "probe": 6331,
            "is_ipv4_only": false,
            "ip_v4": "81.169.160.78",
            "as_v4": 6724,
            "ip_v4_gateway": "81.169.160.73",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a01:238:b:f034::78",
            "as_v6": 6724,
            "ip_v6_gateway": "fe80::1",
            "ip_v6_prefix": 64,
            "city": "Berlin",
            "country": "DE",
            "company": "STRATO AG",
            "nic_handle": "SRRC-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.3224154,
                    52.523444
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2017-12-28T15:35:52",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}