GET /api/v2/anchors/?format=api&page=59&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1719,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=60&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=58&page_size=1",
    "results": [
        {
            "id": 2899,
            "type": "Anchor",
            "hostname": "at-vie-as3320",
            "fqdn": "at-vie-as3320.anchors.atlas.ripe.net",
            "probe": 7040,
            "is_ipv4_only": false,
            "ip_v4": "217.243.179.215",
            "as_v4": 3320,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2003:17d:a010::3",
            "as_v6": 3320,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Vienna",
            "country": "AT",
            "company": "Deutsche Telekom AG",
            "nic_handle": "DTNI1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    16.3920025,
                    48.1930923
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-10-06T12:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}