GET /api/v2/anchors/?format=api&page=543&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1745,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=544&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=542&page_size=1",
    "results": [
        {
            "id": 348,
            "type": "Anchor",
            "hostname": "es-bcn-as13041",
            "fqdn": "es-bcn-as13041.anchors.atlas.ripe.net",
            "probe": 6048,
            "is_ipv4_only": false,
            "ip_v4": "84.88.18.254",
            "as_v4": 13041,
            "ip_v4_gateway": "84.88.18.253",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2001:40b0:2::2",
            "as_v6": 13041,
            "ip_v6_gateway": "2001:40b0:2::1",
            "ip_v6_prefix": 64,
            "city": "Barcelona",
            "country": "ES",
            "company": "CSUC",
            "nic_handle": "CNOC6-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    2.10848469,
                    41.38474154
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2014-03-14T15:00:56",
            "date_decommissioned": "2017-12-27T13:53:22",
            "hardware_version": 1
        }
    ]
}