GET /api/v2/anchors/?format=api&page=251&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1721,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=252&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=250&page_size=1",
    "results": [
        {
            "id": 15,
            "type": "Anchor",
            "hostname": "ch-zrh-as559",
            "fqdn": "ch-zrh-as559.anchors.atlas.ripe.net",
            "probe": 6015,
            "is_ipv4_only": false,
            "ip_v4": "130.59.80.2",
            "as_v4": 559,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:620:0:8001::823b:5002",
            "as_v6": 559,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Zurich",
            "country": "CH",
            "company": "SWITCH NOC",
            "nic_handle": "SNOC1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.54513,
                    47.380125
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2013-06-07T15:28:24",
            "date_decommissioned": "2017-11-16T11:27:42",
            "hardware_version": 0
        }
    ]
}