GET /api/v2/anchors/?format=api&page=224&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=225&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=223&page_size=1",
    "results": [
        {
            "id": 1243,
            "type": "Anchor",
            "hostname": "ch-lva-as559",
            "fqdn": "ch-lva-as559.anchors.atlas.ripe.net",
            "probe": 6337,
            "is_ipv4_only": false,
            "ip_v4": "185.144.39.9",
            "as_v4": 559,
            "ip_v4_gateway": "185.144.39.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a07:3e06::9",
            "as_v6": 559,
            "ip_v6_gateway": "2a07:3e06::1",
            "ip_v6_prefix": 64,
            "city": "Le Vaud",
            "country": "CH",
            "company": "HEIG-VD",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.6783054,
                    46.7850338
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-02-27T12:53:04",
            "date_decommissioned": "2022-04-21T09:27:33.049035",
            "hardware_version": 2
        }
    ]
}