GET /api/v2/anchors/?format=api&page=405&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1737,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=406&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=404&page_size=1",
    "results": [
        {
            "id": 1037,
            "type": "Anchor",
            "hostname": "de-fra-as39063",
            "fqdn": "de-fra-as39063.anchors.atlas.ripe.net",
            "probe": 6294,
            "is_ipv4_only": false,
            "ip_v4": "185.91.44.9",
            "as_v4": 39063,
            "ip_v4_gateway": "185.91.44.2",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a05:e740:44::9",
            "as_v6": 39063,
            "ip_v6_gateway": "2a05:e740:44::2",
            "ip_v6_prefix": 48,
            "city": "Frankfurt",
            "country": "DE",
            "company": "Leitwert GmbH",
            "nic_handle": "LT5034-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.73699,
                    50.12046
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2017-07-20T14:12:55",
            "date_decommissioned": "2023-01-12T14:51:07.139562",
            "hardware_version": 1
        }
    ]
}