GET /api/v2/anchors/?format=api&page=512&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1745,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=513&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=511&page_size=1",
    "results": [
        {
            "id": 504,
            "type": "Anchor",
            "hostname": "dk-blp-as39839",
            "fqdn": "dk-blp-as39839.anchors.atlas.ripe.net",
            "probe": 6103,
            "is_ipv4_only": false,
            "ip_v4": "193.163.102.206",
            "as_v4": 39839,
            "ip_v4_gateway": "193.163.102.193",
            "ip_v4_netmask": "255.255.255.224",
            "ip_v6": "2a01:630:0:80::206",
            "as_v6": 39839,
            "ip_v6_gateway": "2a01:630:0:80::1",
            "ip_v6_prefix": 64,
            "city": "Ballerup",
            "country": "DK",
            "company": "DK Hostmaster A/S",
            "nic_handle": "DKHM1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    12.377482,
                    55.728092
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2015-01-13T10:10:29",
            "date_decommissioned": "2022-04-07T13:29:50.973730",
            "hardware_version": 1
        }
    ]
}