GET /api/v2/anchors/?format=api&page=500&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1744,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=501&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=499&page_size=1",
    "results": [
        {
            "id": 316,
            "type": "Anchor",
            "hostname": "de-str-as553",
            "fqdn": "de-str-as553.anchors.atlas.ripe.net",
            "probe": 6035,
            "is_ipv4_only": false,
            "ip_v4": "129.143.4.230",
            "as_v4": 553,
            "ip_v4_gateway": "129.143.4.229",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2001:7c0:701:1338::b",
            "as_v6": 553,
            "ip_v6_gateway": "2001:7c0:701:1338::a",
            "ip_v6_prefix": 127,
            "city": "Stuttgart",
            "country": "DE",
            "company": "BelWue",
            "nic_handle": "BEL553-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    9.10360927,
                    48.74542013
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2014-01-14T15:55:59",
            "date_decommissioned": "2019-12-10T09:48:49",
            "hardware_version": 1
        }
    ]
}