GET /api/v2/anchors/?format=api&page=597&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1746,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=598&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=596&page_size=1",
    "results": [
        {
            "id": 2019,
            "type": "Anchor",
            "hostname": "fr-grv-as16276",
            "fqdn": "fr-grv-as16276.anchors.atlas.ripe.net",
            "probe": 6696,
            "is_ipv4_only": false,
            "ip_v4": "145.239.14.84",
            "as_v4": 16276,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:41d0:302:1100::306",
            "as_v6": 16276,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Gravelines",
            "country": "FR",
            "company": "OVHcloud",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    2.156876,
                    51.017328
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-12-27T10:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}