GET /api/v2/anchors/?format=api&page=591&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=592&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=590&page_size=1",
    "results": [
        {
            "id": 6,
            "type": "Anchor",
            "hostname": "fr-cdg-as2486",
            "fqdn": "fr-cdg-as2486.anchors.atlas.ripe.net",
            "probe": 6004,
            "is_ipv4_only": false,
            "ip_v4": "192.134.1.25",
            "as_v4": 2486,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:67c:217c:4::2",
            "as_v6": 2486,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Paris",
            "country": "FR",
            "company": "AFNIC",
            "nic_handle": "NFC1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    2.3522219,
                    48.856614
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2013-02-04T16:30:51",
            "date_decommissioned": "2017-03-14T11:45:22",
            "hardware_version": 0
        }
    ]
}