GET /api/v2/anchors/?format=api&page=286&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=287&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=285&page_size=1",
    "results": [
        {
            "id": 1703,
            "type": "Anchor",
            "hostname": "cz-prg-as202297",
            "fqdn": "cz-prg-as202297.anchors.atlas.ripe.net",
            "probe": 6547,
            "is_ipv4_only": false,
            "ip_v4": "109.248.43.37",
            "as_v4": 202297,
            "ip_v4_gateway": "109.248.43.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a07:a905:ffe0:a37::1",
            "as_v6": 202297,
            "ip_v6_gateway": "fe80::1",
            "ip_v6_prefix": 64,
            "city": "Prague",
            "country": "CZ",
            "company": "Skylon Solutions Limited",
            "nic_handle": "SN7091-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    14.5333504,
                    50.0820185
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-05-08T16:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}