GET /api/v2/anchors/?format=api&page=354&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1724,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=355&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=353&page_size=1",
    "results": [
        {
            "id": 3149,
            "type": "Anchor",
            "hostname": "de-dus-as59645",
            "fqdn": "de-dus-as59645.anchors.atlas.ripe.net",
            "probe": 7117,
            "is_ipv4_only": false,
            "ip_v4": "195.191.197.68",
            "as_v4": 59645,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a06:d1c0:dead:5::68",
            "as_v6": 59645,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "D\u00fcsseldorf",
            "country": "DE",
            "company": "AS59645",
            "nic_handle": "WA2412-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.8175201,
                    51.2673008
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2022-07-06T18:20:00.200762",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}