GET /api/v2/anchors/?format=api&page=449&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=450&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=448&page_size=1",
    "results": [
        {
            "id": 2209,
            "type": "Anchor",
            "hostname": "de-has-as44973",
            "fqdn": "de-has-as44973.anchors.atlas.ripe.net",
            "probe": 6789,
            "is_ipv4_only": false,
            "ip_v4": "93.88.225.55",
            "as_v4": 44973,
            "ip_v4_gateway": "93.88.225.1",
            "ip_v4_netmask": "255.255.255.192",
            "ip_v6": "2a02:218:2:232::55",
            "as_v6": 44973,
            "ip_v6_gateway": "2a02:218:2:232::1",
            "ip_v6_prefix": 64,
            "city": "Hassfurt",
            "country": "DE",
            "company": "Rechenzentrum Ha\u00dffurt GmbH",
            "nic_handle": "RZH2-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    10.5249999,
                    50.02954
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-05-12T20:20:00.404945",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}