GET /api/v2/anchors/?format=api&page=128&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1711,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=129&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=127&page_size=1",
    "results": [
        {
            "id": 2335,
            "type": "Anchor",
            "hostname": "bg-sls-as198228",
            "fqdn": "bg-sls-as198228.anchors.atlas.ripe.net",
            "probe": 6845,
            "is_ipv4_only": false,
            "ip_v4": "195.250.60.125",
            "as_v4": 198228,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a00:1728:d::1",
            "as_v6": 198228,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Silistra",
            "country": "BG",
            "company": "Silistra Telecom Solutions Ltd.",
            "nic_handle": "SN9241-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    27.2590426,
                    44.117715
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": true,
            "replaces_anchor": 6164,
            "date_live": "2020-08-22T14:20:00.506480",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}