GET /api/v2/anchors/?format=api&page=334&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1723,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=335&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=333&page_size=1",
    "results": [
        {
            "id": 1722,
            "type": "Anchor",
            "hostname": "de-dtm-as15763",
            "fqdn": "de-dtm-as15763.anchors.atlas.ripe.net",
            "probe": 6556,
            "is_ipv4_only": false,
            "ip_v4": "212.29.44.199",
            "as_v4": 15763,
            "ip_v4_gateway": "212.29.44.193",
            "ip_v4_netmask": "255.255.255.240",
            "ip_v6": "2a03:f580:1006::4",
            "as_v6": 15763,
            "ip_v6_gateway": "2a03:f580:c:d::1",
            "ip_v6_prefix": 64,
            "city": "Deutschland",
            "country": "DE",
            "company": "adesso AG",
            "nic_handle": "AR52832-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.52804,
                    51.50437
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-05-31T08:20:00",
            "date_decommissioned": "2024-09-19T12:54:11.615813",
            "hardware_version": 2
        }
    ]
}