GET /api/v2/anchors/?format=api&page=470&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1742,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=471&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=469&page_size=1",
    "results": [
        {
            "id": 2572,
            "type": "Anchor",
            "hostname": "de-msr-as680",
            "fqdn": "de-msr-as680.anchors.atlas.ripe.net",
            "probe": 6908,
            "is_ipv4_only": false,
            "ip_v4": "185.149.214.109",
            "as_v4": 680,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a02:c6a0:2040:b305:100::d",
            "as_v6": 680,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "M\u00fcnster",
            "country": "DE",
            "company": "FH Muenster",
            "nic_handle": "FDPC1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.5963725,
                    51.9684549
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-12-04T08:20:00.483667",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}