GET /api/v2/anchors/?format=api&page=452&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1741,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=453&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=451&page_size=1",
    "results": [
        {
            "id": 1498,
            "type": "Anchor",
            "hostname": "de-kae-as34878",
            "fqdn": "de-kae-as34878.anchors.atlas.ripe.net",
            "probe": 6432,
            "is_ipv4_only": false,
            "ip_v4": "129.13.73.54",
            "as_v4": 34878,
            "ip_v4_gateway": "129.13.73.49",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a00:1398:8:2::10",
            "as_v6": 34878,
            "ip_v6_gateway": "2a00:1398:8:2::1",
            "ip_v6_prefix": 64,
            "city": "Karlsruhe",
            "country": "DE",
            "company": "Karlsruher Institut f\u00fcr Technologie (KIT)",
            "nic_handle": "HKIT2-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.4082049,
                    49.0122422
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-12-04T08:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}