GET /api/v2/anchors/?format=api&page=370&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1724,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=371&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=369&page_size=1",
    "results": [
        {
            "id": 2736,
            "type": "Anchor",
            "hostname": "de-fra-as14061",
            "fqdn": "de-fra-as14061.anchors.atlas.ripe.net",
            "probe": 6967,
            "is_ipv4_only": false,
            "ip_v4": "46.101.130.201",
            "as_v4": 14061,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a03:b0c0:3:d0::a64:c001",
            "as_v6": 14061,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Frankfurt",
            "country": "DE",
            "company": "DigitalOcean",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.73561,
                    50.12007
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-04-12T22:20:00.139085",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}