GET /api/v2/anchors/?format=api&page=121&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1713,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=122&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=120&page_size=1",
    "results": [
        {
            "id": 2337,
            "type": "Anchor",
            "hostname": "be-lln-as2611-client",
            "fqdn": "be-lln-as2611-client.anchors.atlas.ripe.net",
            "probe": 6937,
            "is_ipv4_only": false,
            "ip_v4": "130.104.228.159",
            "as_v4": 2611,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:6a8:308f:8:0:82ff:fe68:e49f",
            "as_v6": 2611,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Louvain-la-Neuve",
            "country": "BE",
            "company": "UCL-INGI",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.6118324,
                    50.668081
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-02-18T11:22:55",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}