GET /api/v2/anchors/?format=api&page=599&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1746,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=600&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=598&page_size=1",
    "results": [
        {
            "id": 924,
            "type": "Anchor",
            "hostname": "fr-ilm-as57119",
            "fqdn": "fr-ilm-as57119.anchors.atlas.ripe.net",
            "probe": 6256,
            "is_ipv4_only": false,
            "ip_v4": "149.62.159.122",
            "as_v4": 57119,
            "ip_v4_gateway": "149.62.159.121",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a02:7680:159::122",
            "as_v6": 57119,
            "ip_v6_gateway": "2a02:7680:159::121",
            "ip_v6_prefix": 126,
            "city": "ISSY",
            "country": "FR",
            "company": "NAITWAYS",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    2.2743419,
                    48.8245306
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2017-02-10T09:01:43",
            "date_decommissioned": "2020-09-23T16:57:01.777182",
            "hardware_version": 1
        }
    ]
}