GET /api/v2/anchors/?format=api&page=365&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=366&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=364&page_size=1",
    "results": [
        {
            "id": 1738,
            "type": "Anchor",
            "hostname": "de-fks-as209844",
            "fqdn": "de-fks-as209844.anchors.atlas.ripe.net",
            "probe": 6537,
            "is_ipv4_only": false,
            "ip_v4": "141.98.136.25",
            "as_v4": 209844,
            "ip_v4_gateway": "141.98.136.17",
            "ip_v4_netmask": "255.255.255.240",
            "ip_v6": "2a09:11c0:0:106:807d:8ea1:7cfb:e600",
            "as_v6": 209844,
            "ip_v6_gateway": "fe80::20c:29ff:fed7:9456",
            "ip_v6_prefix": 64,
            "city": "Falkenstein",
            "country": "DE",
            "company": "level66.network",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    11.3453564,
                    51.731509
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-04-19T10:20:00",
            "date_decommissioned": "2019-12-17T13:28:19",
            "hardware_version": 99
        }
    ]
}