GET /api/v2/anchors/?format=api&page=225&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1721,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=226&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=224&page_size=1",
    "results": [
        {
            "id": 1680,
            "type": "Anchor",
            "hostname": "ch-mus-as206291",
            "fqdn": "ch-mus-as206291.anchors.atlas.ripe.net",
            "probe": 6523,
            "is_ipv4_only": false,
            "ip_v4": "185.188.44.100",
            "as_v4": 206291,
            "ip_v4_gateway": "185.188.44.254",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a0b:b780:1::100",
            "as_v6": 206291,
            "ip_v6_gateway": "2a0b:b780:1::1",
            "ip_v6_prefix": 48,
            "city": "M\u00fcnchenstein",
            "country": "CH",
            "company": "Klixa AG",
            "nic_handle": "KARA5-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.6162501,
                    47.5134206
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-03-25T10:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}